Commit 83f632200e2c48f84264d9481ff269997e070906

Authored by hujiaqi
1 parent eadfa69008

post

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/MatDeliverController.java View file @ 83f6322
... ... @@ -137,7 +137,7 @@
137 137 return baseListResponse;
138 138 }
139 139  
140   - @RequestMapping(value = "childbirthManagerExcel", method = RequestMethod.GET)
  140 + @RequestMapping(value = "childbirthManagerExcel", method = RequestMethod.POST)
141 141 public void childbirthManagerExcel(HttpServletRequest httpServletRequest, @RequestBody ChildbirthManagerRequest childbirthManagerRequest, HttpServletResponse httpServletResponse) {
142 142 try {
143 143 childbirthManagerRequest.setOperatorId(((LoginContext) httpServletRequest.getAttribute("loginContext")).getId());
... ... @@ -194,7 +194,7 @@
194 194 return baseListResponse;
195 195 }
196 196  
197   - @RequestMapping(value = "newBabyManagerExcel", method = RequestMethod.GET)
  197 + @RequestMapping(value = "newBabyManagerExcel", method = RequestMethod.POST)
198 198 public void newBabyManagerExcel(HttpServletRequest httpServletRequest, @RequestBody NewBabyManagerRequest newBabyManagerRequest, HttpServletResponse httpServletResponse) {
199 199 try {
200 200 newBabyManagerRequest.setOperatorId(((LoginContext) httpServletRequest.getAttribute("loginContext")).getId());