service-report/src/main/java/com/java110/report/smo/impl/ReportFeeYearCollectionInnerServiceSMOImpl.java
@@ -144,6 +144,7 @@ = reportFeeYearCollectionDetailInnerServiceSMOImpl.queryReportFeeYearCollectionDetails(reportFeeYearCollectionDetailDto); List<ReportFeeYearCollectionDetailDto> tmpReportFeeYearCollectionDetailDtos = null; //循环 主表 for (ReportFeeYearCollectionDto reportFeeYearCollectionDto : reportFeeYearCollections) { tmpReportFeeYearCollectionDetailDtos = new ArrayList<>(); for (ReportFeeYearCollectionDetailDto tmpReportFeeYearCollectionDetailDto : reportFeeYearCollectionDetailDtos) {