This website works better with JavaScript
Home
Explore
Help
Sign In
caimei365
/
caimei365-hehe
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
修改排序值
plf
4 years ago
parent
8c3a7039ec
commit
f9142d83ff
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/main/resources/mapper/ProductMapper.xml
+ 1
- 0
src/main/resources/mapper/ProductMapper.xml
View File
@@ -35,6 +35,7 @@
</if>
ORDER BY
a.recommend DESC,
+ - a.sort DESC,
a.addTime DESC
</select>