修改提现记录

This commit is contained in:
韩鹏辉 2023-07-06 18:16:08 +08:00
parent 967487e89c
commit 3691934e8a
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public class CashController {
Map<String, Object> map = new HashMap<>();
map.put("pageSize", size);
map.put("offset", (page - 1) * size);
map.put("status",status);
if (StringUtil.isEmpty(userId)) {
return ResultGenerator.genFailResult("无用户id");
}