xiaogang
2023-11-02 62f2b98b64f6726ca7cb90cbfa996deaac4ffba9
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;