This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
kym
/
charge-java
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
退款申请列表排序
skyline
hace 2 años
padre
c8b7d4f5af
commit
83b2c6444a
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
mapper/src/main/resources/mappers/miniapp/RefundLogMapper.xml
+ 1
- 0
mapper/src/main/resources/mappers/miniapp/RefundLogMapper.xml
Ver fichero
@@ -93,6 +93,7 @@
and t1.id = #{params.id}
</if>
</where>
+ order by t1.id desc
</select>
</mapper>