新增查询当前订单接口

This commit is contained in:
2025-08-03 19:44:25 +08:00
parent b39d33030e
commit 632da96f64
8 changed files with 44 additions and 7 deletions

View File

@ -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