master:商品列表排序调整;
parent
be3e1988e0
commit
5b3bd3eff2
|
|
@ -56,7 +56,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="prodCateId != null "> and sp.prod_cate_id = #{prodCateId}</if>
|
||||
<if test="privateItem != null "> and sp.private_item = #{privateItem}</if>
|
||||
ORDER BY
|
||||
spc.create_time DESC
|
||||
spc.id DESC
|
||||
</select>
|
||||
|
||||
<select id="fuzzyQueryPage" resultType="com.ruoyi.xkt.dto.storeProdColor.StoreProdColorResDTO">
|
||||
|
|
|
|||
Loading…
Reference in New Issue