修改商品排序规则

This commit is contained in:
韩鹏辉 2024-06-05 09:34:23 +08:00
parent 4aa5bd33b1
commit 759467c383
1 changed files with 1 additions and 1 deletions

View File

@ -891,7 +891,7 @@
<select id="selectByIdIn" resultMap="BaseResultMap">
select *
from tb_product
where id in (${ids}) and is_show_mall =1
where id in (${ids}) and is_show_mall =1 order by low_price asc
</select>
<select id="selectById" resultType="com.chaozhanggui.system.cashierservice.entity.TbProduct">
select