ソースを参照

打印统计表2

wwh 2 年 前
コミット
8a83ae2367

+ 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) {