This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
kym
/
charge-java
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ver Fonte
退款申请列表排序
skyline
há 2 anos atrás
pai
c8b7d4f5af
commit
83b2c6444a
1 ficheiros alterados
com
1 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas 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>