修改提现记录
This commit is contained in:
parent
967487e89c
commit
3691934e8a
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue