Commit 1c6d8d25774675dbe1f10adcca0dcb4f9df3b24b
1 parent
5bc28be5ae
Exists in
master
and in
6 other branches
区域围产儿统计
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyBuildController.java
View file @
1c6d8d2
| ... | ... | @@ -537,7 +537,7 @@ |
| 537 | 537 | * @param time |
| 538 | 538 | * @return |
| 539 | 539 | */ |
| 540 | - @RequestMapping(value = "/exportWcBabyReportExcl",method = RequestMethod.GET) | |
| 540 | + @RequestMapping(value = "/exportWcBabyReportExcl",method = RequestMethod.POST) | |
| 541 | 541 | @TokenRequired |
| 542 | 542 | public void exportWcBabyReportExcl(HttpServletRequest request,HttpServletResponse response, |
| 543 | 543 | @RequestParam(required = false)String time, |