wuxw
2021-04-23 d7910b2f4789fe6c76cb104e36edb8ccbb67d25e
service-report/src/main/java/com/java110/report/api/ReportFeeYearCollectionApi.java
old mode 100644 new mode 100755
@@ -118,6 +118,7 @@
    public ResponseEntity<String> queryReportFeeYear(@RequestParam(value = "communityId") String communityId,
                                                     @RequestParam(value = "objType") String objType,
                                                     @RequestParam(value = "objName",required = false) String objName,
                                                     @RequestParam(value = "configId",required = false) String configId,
                                                     @RequestParam(value = "page") int page,
                                                     @RequestParam(value = "row") int row) {
        ReportFeeYearCollectionDto reportFeeYearCollectionDto = new ReportFeeYearCollectionDto();
@@ -126,9 +127,12 @@
        reportFeeYearCollectionDto.setCommunityId(communityId);
        reportFeeYearCollectionDto.setObjType(objType);
        reportFeeYearCollectionDto.setObjName(objName);
        reportFeeYearCollectionDto.setConfigId(configId);
        return getReportFeeYearCollectionBMOImpl.get(reportFeeYearCollectionDto);
    }
    /**
     * 微信保存消息模板
     *