mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-07 23:57:20 +08:00
处理钱包日志
This commit is contained in:
@@ -29,6 +29,7 @@ public class LogsServiceImpl implements ILogsService {
|
||||
Integer pageSize = pageValidate.getPageSize();
|
||||
|
||||
QueryWrapper<LogMoney> queryWrapper = new QueryWrapper<>();
|
||||
queryWrapper.eq("user_id", userId);
|
||||
queryWrapper.orderByDesc("id");
|
||||
if (type > 0) {
|
||||
queryWrapper.eq("action", type);
|
||||
|
||||
Reference in New Issue
Block a user