Skip to content

Commit f5e0c02

Browse files
928255095gitee-org
authored andcommitted
优化费用汇总bug
Signed-off-by: java110 <[email protected]>
1 parent 6c26f14 commit f5e0c02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

service-report/src/main/java/com/java110/report/cmd/reportFeeMonthStatistics/QueryReportFeeSummaryCmd.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ public void doCmd(CmdEvent event, ICmdDataFlowContext context, JSONObject reqJso
103103
ResultVo resultVo = new ResultVo((int) Math.ceil((double) count / (double) reportFeeMonthStatisticsDto.getRow()), count, reportFeeMonthStatisticsDtos);
104104

105105
ResponseEntity<String> responseEntity = new ResponseEntity<String>(resultVo.toString(), HttpStatus.OK);
106+
context.setResponseEntity(responseEntity);
107+
106108
}
107109

108110
private List<ReportFeeMonthStatisticsDto> dealConfigReportFeeMonthStatisticsList(List<ReportFeeMonthStatisticsDto> reportFeeMonthStatisticsList, String flag) {

0 commit comments

Comments
 (0)