|
@@ -101,7 +101,7 @@ public class CashOutController {
|
|
if (list != null && list.size() > 0)
|
|
if (list != null && list.size() > 0)
|
|
count = cashOutRecordService.getCountByUser(req.getUnionid());
|
|
count = cashOutRecordService.getCountByUser(req.getUnionid());
|
|
resMap.put("list", list);
|
|
resMap.put("list", list);
|
|
- resMap.put("total", count);
|
|
|
|
|
|
+ resMap.put("count", count);
|
|
return ResultData.getSuccessResult(resMap, "查询成功");
|
|
return ResultData.getSuccessResult(resMap, "查询成功");
|
|
}
|
|
}
|
|
|
|
|