master:商品列表排序调整;

pull/1121/head
liujiang 2025-12-08 21:16:13 +08:00
parent be3e1988e0
commit 5b3bd3eff2
1 changed files with 1 additions and 1 deletions

View File

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