wwh преди 2 години
родител
ревизия
8a83ae2367
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      admin/src/main/java/com/huimv/farm/damsubsidy/controller/BillSubsidyController.java

+ 1 - 1
admin/src/main/java/com/huimv/farm/damsubsidy/controller/BillSubsidyController.java

@@ -260,7 +260,7 @@ public class BillSubsidyController {
     @GetMapping("/printWaitPay")
     public void printWaitPay(HttpServletResponse response, @RequestParam(name = "country", required = false) String country
             , @RequestParam(name = "startDate", required = true) String startDate, @RequestParam(name = "endDate", required = true) String endDate,
-                             @RequestParam(name = "id", required = false) Integer id, @RequestParam(name = "endDate", required = false) Integer type
+                             @RequestParam(name = "id", required = false) String id, @RequestParam(name = "type", required = false) Integer type
     ) throws Exception {
 
         if (type == 0) {