This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
caimei365
/
caimei365-hehe
Xem
3
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Browse Source
修改排序值
plf
4 năm trước cách đây
mục cha
8c3a7039ec
commit
f9142d83ff
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
src/main/resources/mapper/ProductMapper.xml
+ 1
- 0
src/main/resources/mapper/ProductMapper.xml
Xem Tập Tin
@@ -35,6 +35,7 @@
</if>
ORDER BY
a.recommend DESC,
+ - a.sort DESC,
a.addTime DESC
</select>