service-report/src/main/java/com/java110/report/bmo/reportFeeYearCollection/impl/GetReportFeeYearCollectionBMOImpl.java
@@ -24,7 +24,6 @@ */ public ResponseEntity<String> get(ReportFeeYearCollectionDto reportFeeYearCollectionDto) { int count = reportFeeYearCollectionInnerServiceSMOImpl.queryReportFeeYearCollectionsCount(reportFeeYearCollectionDto); List<ReportFeeYearCollectionDto> reportFeeYearCollectionDtos = null;