This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
caimei365
/
caimei365-hehe
Seguir
3
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
修改排序值
plf
hace 4 años
padre
8c3a7039ec
commit
f9142d83ff
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
src/main/resources/mapper/ProductMapper.xml
+ 1
- 0
src/main/resources/mapper/ProductMapper.xml
Ver fichero
@@ -35,6 +35,7 @@
</if>
ORDER BY
a.recommend DESC,
+ - a.sort DESC,
a.addTime DESC
</select>