java110 il y a 4 ans
Parent
commit
4133e6a57c

+ 1 - 1
service-report/src/main/java/com/java110/report/api/ReportOweFeeApi.java

@@ -94,7 +94,7 @@ public class ReportOweFeeApi {
      */
      */
     @RequestMapping(value = "/queryReportOweFee", method = RequestMethod.GET)
     @RequestMapping(value = "/queryReportOweFee", method = RequestMethod.GET)
     public ResponseEntity<String> queryReportOweFee(@RequestParam(value = "communityId") String communityId,
     public ResponseEntity<String> queryReportOweFee(@RequestParam(value = "communityId") String communityId,
-                                                    @RequestParam(value = "configIds") String configIds,
+                                                    @RequestParam(value = "configIds",required = false) String configIds,
                                                     @RequestParam(value = "page") int page,
                                                     @RequestParam(value = "page") int page,
                                                     @RequestParam(value = "row") int row) {
                                                     @RequestParam(value = "row") int row) {
         ReportOweFeeDto reportOweFeeDto = new ReportOweFeeDto();
         ReportOweFeeDto reportOweFeeDto = new ReportOweFeeDto();