fix-佣金记录
This commit is contained in:
@@ -237,6 +237,7 @@ public class UserBrokerageRecordServiceImpl extends ServiceImpl<UserBrokerageRec
|
||||
if (StrUtil.isNotBlank(month)) {
|
||||
queryWrapper.apply("date_format(create_time, '%Y-%m') = {0}", month);
|
||||
}
|
||||
queryWrapper.orderByDesc("create_time");
|
||||
List<UserBrokerageRecord> recordList = dao.selectList(queryWrapper);
|
||||
setSubUserInfo(recordList);
|
||||
return CommonPage.copyPageInfo(recordPage, recordList);
|
||||
|
||||
Reference in New Issue
Block a user