This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
kym
/
charge-java
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
退款申请列表排序
skyline
%!s(int64=2) %!d(string=hai) anos
pai
c8b7d4f5af
achega
83b2c6444a
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
mapper/src/main/resources/mappers/miniapp/RefundLogMapper.xml
+ 1
- 0
mapper/src/main/resources/mappers/miniapp/RefundLogMapper.xml
Ver ficheiro
@@ -93,6 +93,7 @@
and t1.id = #{params.id}
</if>
</where>
+ order by t1.id desc
</select>
</mapper>