소스 검색

打印统计表2

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