This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
caimei365
/
caimei365-hehe
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
修改排序值
plf
4 anni fa
parent
8c3a7039ec
commit
f9142d83ff
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
src/main/resources/mapper/ProductMapper.xml
+ 1
- 0
src/main/resources/mapper/ProductMapper.xml
Vedi File
@@ -35,6 +35,7 @@
</if>
ORDER BY
a.recommend DESC,
+ - a.sort DESC,
a.addTime DESC
</select>