Commit 78ae2b5e74491d4256537c5f200403835231c0a7
1 parent
1301c9d5a0
Exists in
master
and in
6 other branches
威海体重
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PatientWeightController.java
View file @
78ae2b5
| ... | ... | @@ -231,7 +231,7 @@ |
| 231 | 231 | * @return |
| 232 | 232 | */ |
| 233 | 233 | @ResponseBody |
| 234 | - @RequestMapping(method = RequestMethod.POST) | |
| 234 | + @RequestMapping(value = "/notify",method = RequestMethod.POST) | |
| 235 | 235 | public BaseResponse notify(List<String> patientIds, HttpServletRequest request) { |
| 236 | 236 | return patientWeightService.notify(getUserId(request), patientIds); |
| 237 | 237 | } |