bug--升级fastjson1.2.74、修复佣金明显排序问题
This commit is contained in:
@ -213,6 +213,7 @@ public class YxUserBillServiceImpl extends BaseServiceImpl<UserBillMapper, YxUse
|
||||
for (BillVo billDTO : billDTOList) {
|
||||
LambdaQueryWrapper<YxUserBill> wrapperT = new LambdaQueryWrapper<>();
|
||||
wrapperT.in(YxUserBill::getId,Arrays.asList(billDTO.getIds().split(",")));
|
||||
wrapperT.orderByDesc(YxUserBill::getCreateTime);
|
||||
billDTO.setList(yxUserBillMapper.getUserBillList(wrapperT));
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user