新增查询当前订单接口
This commit is contained in:
@ -49,6 +49,9 @@
|
||||
#{orderStatus}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="queryBrandName != null and queryBrandName != ''">
|
||||
and m.brand_name like concat('%', #{queryBrandName}, '%')
|
||||
</if>
|
||||
</where>
|
||||
order by o.update_time desc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user