修改提现记录
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user