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