Commit 097ecb7c535aed06edeb2a8ef75a8de60029b310
1 parent
665e4fd9b1
Exists in
master
and in
8 other branches
高危
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PuerperaManageController.java
View file @
097ecb7
| ... | ... | @@ -174,7 +174,7 @@ |
| 174 | 174 | return new BaseObjectResponse().setData(map).setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功"); |
| 175 | 175 | } |
| 176 | 176 | |
| 177 | - @RequestMapping(value = "/apatients/rLevle", method = RequestMethod.GET) | |
| 177 | + @RequestMapping(value = "/apatients/rLevel", method = RequestMethod.GET) | |
| 178 | 178 | @ResponseBody |
| 179 | 179 | public BaseResponse rLevle(){ |
| 180 | 180 | Map<String, Object> map = new HashMap<>(); |