This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
lichunlei
/
kxs-java
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
训练营列表倒序
mac
hace 2 años
padre
dda4651403
commit
4750e538fd
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
kxs-system/kxs-system-biz/src/main/resources/mapper/KxsCampMapper.xml
+ 2
- 0
kxs-system/kxs-system-biz/src/main/resources/mapper/KxsCampMapper.xml
Ver fichero
@@ -77,6 +77,8 @@
</if>
</where>
group by a.id
+ order by
+ a.create_time desc
</select>
</mapper>