This website works better with JavaScript
首頁
探索
說明
登入
caimei365
/
caimei365-hehe
關註
3
讚好
0
複刻
0
Files
問題管理
0
合併請求
0
Wiki
瀏覽代碼
修改排序值
plf
4 年之前
父節點
8c3a7039ec
當前提交
f9142d83ff
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
分割檢視
顯示文件統計
1
0
src/main/resources/mapper/ProductMapper.xml
+ 1
- 0
src/main/resources/mapper/ProductMapper.xml
查看文件
@@ -35,6 +35,7 @@
</if>
ORDER BY
a.recommend DESC,
+ - a.sort DESC,
a.addTime DESC
</select>