Commit 39809acec720ffc130c38105524b45dc8cb47e9e
1 parent
b05d5e7c0d
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 @
39809ac
... | ... | @@ -242,7 +242,7 @@ |
242 | 242 | * @return |
243 | 243 | */ |
244 | 244 | @ResponseBody |
245 | - @RequestMapping(value = "/getWeights/{doctorId}/{type}", method = RequestMethod.GET) | |
245 | + @RequestMapping(value = "/getWeights/{doctorId}/{type}/{status}", method = RequestMethod.GET) | |
246 | 246 | public BaseResponse getWeights(@PathVariable String doctorId,@PathVariable Integer type,@PathVariable Integer status) { |
247 | 247 | return patientWeightService.getWeights(doctorId,type,status); |
248 | 248 | } |