Commit 1d0c4a6fbedbf5bab690ffb18f43815e417b6d0a
1 parent
baf829936f
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 @
1d0c4a6
... | ... | @@ -232,7 +232,7 @@ |
232 | 232 | */ |
233 | 233 | @ResponseBody |
234 | 234 | @RequestMapping(value = "/notify/{type}",method = RequestMethod.POST) |
235 | - public BaseResponse notify(List<String> patientIds,@PathVariable Integer type, HttpServletRequest request) { | |
235 | + public BaseResponse notify(@RequestBody List<String> patientIds,@PathVariable Integer type, HttpServletRequest request) { | |
236 | 236 | return patientWeightService.notify(patientIds,type); |
237 | 237 | } |
238 | 238 |