分享收益查询 fix
This commit is contained in:
@@ -42,8 +42,6 @@ public class UserMoneyDetailsServiceImpl extends ServiceImpl<UserMoneyDetailsDao
|
||||
ArrayList<Integer> arrayList = new ArrayList<>();
|
||||
arrayList.add(1);
|
||||
arrayList.add(6);
|
||||
arrayList.add(7);
|
||||
arrayList.add(8);
|
||||
queryWrapper.in("classify", arrayList);
|
||||
}
|
||||
queryWrapper.orderByDesc("create_time");
|
||||
|
||||
Reference in New Issue
Block a user