## 商品列表显示添加价格排序;

This commit is contained in:
cabbage 2025-05-08 15:11:35 +08:00
parent 05e371bfb9
commit 293ad61b32
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@
<if test="isRecommend != null">
and bw.IS_RECOMMEND = #{isRecommend}
</if>
order by bw.SORT desc
order by bw.SORT desc, bw.wares_price
</select>
<update id="updatePreSaleQuantityByWaresCode">