修改商品排序规则
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user