Commit 55c091d9 authored by wlx@33.cn's avatar wlx@33.cn

转赠记录排序

parent 5b720e37
......@@ -55,6 +55,7 @@ public class UserAssetRecordServiceImpl extends ServiceImpl<UserAssetRecordMappe
QueryWrapper<UserAssetRecord> qw = new QueryWrapper<>();
qw.eq("uid", uid);
qw.eq("coin", coin);
qw.orderByDesc("update_time");
String payment = assetRecordVo.getPayment();
if (StringUtil.isNullOrEmpty(skuId)) {
//查的积分
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment