Commit 72a1ec6d2f0de876b492956e67c85bf845e46ee6

Authored by gengxiaokai
1 parent db8daeefb6

滦平分娩接口

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 @ 72a1ec6
... ... @@ -24,7 +24,7 @@
24 24  
25 25 @RequestMapping(method = RequestMethod.POST, value = "/saveFmData")
26 26 @ResponseBody
27   - public String saveLisData(@RequestBody List<Fm> models,
  27 + public String saveFmData(@RequestBody List<Fm> models,
28 28 HttpServletRequest httpServletRequest){
29 29  
30 30 lpfyFmService.queryFmPatient(models);