处理钱包日志
This commit is contained in:
parent
36bb1f7b7d
commit
0ba266804b
|
|
@ -29,6 +29,7 @@ public class LogsServiceImpl implements ILogsService {
|
||||||
Integer pageSize = pageValidate.getPageSize();
|
Integer pageSize = pageValidate.getPageSize();
|
||||||
|
|
||||||
QueryWrapper<LogMoney> queryWrapper = new QueryWrapper<>();
|
QueryWrapper<LogMoney> queryWrapper = new QueryWrapper<>();
|
||||||
|
queryWrapper.eq("user_id", userId);
|
||||||
queryWrapper.orderByDesc("id");
|
queryWrapper.orderByDesc("id");
|
||||||
if (type > 0) {
|
if (type > 0) {
|
||||||
queryWrapper.eq("action", type);
|
queryWrapper.eq("action", type);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue