Просмотр исходного кода

优化报表 查询当月数据

wuxw лет назад: 3
Родитель
Сommit
2bc6252f13

+ 1 - 2
service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/impl/GetReportFeeMonthStatisticsBMOImpl.java

@@ -86,8 +86,7 @@ public class GetReportFeeMonthStatisticsBMOImpl implements IGetReportFeeMonthSta
 
     @Override
     public ResponseEntity<String> queryReportFeeSummary(ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto) {
-        reportFeeMonthStatisticsDto.setFeeYear(DateUtil.getYear()+"");
-        reportFeeMonthStatisticsDto.setFeeMonth(DateUtil.getMonth()+"");
+
         int count = reportFeeMonthStatisticsInnerServiceSMOImpl.queryReportFeeSummaryCount(reportFeeMonthStatisticsDto);
 
         List<ReportFeeMonthStatisticsDto> reportFeeMonthStatisticsDtos = new ArrayList<>();