This website works better with JavaScript
Home
Explore
Help
Register
Sign In
kym
/
charge-java
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
退款申请列表排序
skyline
2 years ago
parent
c8b7d4f5af
commit
83b2c6444a
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
mapper/src/main/resources/mappers/miniapp/RefundLogMapper.xml
+ 1
- 0
mapper/src/main/resources/mappers/miniapp/RefundLogMapper.xml
View File
@@ -93,6 +93,7 @@
and t1.id = #{params.id}
</if>
</where>
+ order by t1.id desc
</select>
</mapper>