Commit 00be02dfcff9215efa20951fa987c69ca558305c
1 parent
028fb58d54
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/LhBabyGravidityEndingTabController.java
View file @
00be02d
... | ... | @@ -28,7 +28,7 @@ |
28 | 28 | private LhBabyGravidityEndingTabFacade lhBabyGravidityEndingTabFacade; |
29 | 29 | |
30 | 30 | //查询-隆化-妊娠结局记录表-编辑页面读取数据 |
31 | - @RequestMapping(method = RequestMethod.GET, value = "/queryLhBabyGravidityEndingTab") | |
31 | + @RequestMapping(method = RequestMethod.GET, value = "/queryUpdateLhBabyGravidityEndingTab") | |
32 | 32 | @ResponseBody |
33 | 33 | @TokenRequired |
34 | 34 | public BaseResponse queryUpdateLhBabyGravidityEndingTab(LhBabyGravidityEndingTabQuery lhBabyGravidityEndingTabQuery, HttpServletRequest request) { |