Commit 632fdeb5628c65f4b163c4b7ad697869f3a1172d

Authored by gengxiaokai
1 parent c116981891

滦平分娩接口

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/FmController.java View file @ 632fdeb
... ... @@ -24,7 +24,7 @@
24 24  
25 25 @RequestMapping(method = RequestMethod.POST, value = "/saveFmData")
26 26 @ResponseBody
27   - public BaseResponse saveLisData(@RequestBody List<Fm> models,
  27 + public String saveLisData(@RequestBody List<Fm> models,
28 28 HttpServletRequest httpServletRequest){
29 29  
30 30 lpfyFmService.queryFmPatient(models);