wuxw
2021-04-23 d7910b2f4789fe6c76cb104e36edb8ccbb67d25e
service-report/src/main/java/com/java110/report/api/ReportFeeMonthStatisticsApi.java
old mode 100644 new mode 100755
@@ -498,11 +498,11 @@
     *
     * @param communityId 小区ID
     * @return
     * @serviceCode /reportFeeMonthStatistics/queryReportProficientCount
     * @path /app/reportFeeMonthStatistics/queryReportProficientCount
     * @serviceCode /reportFeeMonthStatistics/queryReportProficient
     * @path /app/reportFeeMonthStatistics/queryReportProficient
     */
    @RequestMapping(value = "/queryReportProficientCount", method = RequestMethod.GET)
    public ResponseEntity<String> queryReportProficientCount(@RequestParam(value = "communityId") String communityId) {
    @RequestMapping(value = "/queryReportProficient", method = RequestMethod.GET)
    public ResponseEntity<String> queryReportProficient(@RequestParam(value = "communityId") String communityId) {
        ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto = new ReportFeeMonthStatisticsDto();
        reportFeeMonthStatisticsDto.setCommunityId(communityId);
        return getReportFeeMonthStatisticsBMOImpl.queryReportProficientCount(reportFeeMonthStatisticsDto);