修改商品排序规则
This commit is contained in:
parent
4aa5bd33b1
commit
759467c383
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue