wuxw
2023-11-15 b926bc5bd64a3894d3997cbd998d171aef0c9578
优化代码
1个文件已修改
1 ■■■■ 已修改文件
service-report/src/main/java/com/java110/report/cmd/reportFeeMonthStatistics/QueryDeadlineFeeCmd.java 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-report/src/main/java/com/java110/report/cmd/reportFeeMonthStatistics/QueryDeadlineFeeCmd.java
@@ -61,6 +61,7 @@
        ResultVo resultVo = new ResultVo((int) Math.ceil((double) count / (double) reportFeeMonthStatisticsDto.getRow()), count, reportFeeMonthStatisticsDtos);
        ResponseEntity<String> responseEntity = new ResponseEntity<String>(resultVo.toString(), HttpStatus.OK);
        context.setResponseEntity(responseEntity);
    }