Commit fbabe11e9baae47f18f40b508acf3481aad0af9b

Authored by yangfei
1 parent 80b512dcb9

小程序体重营养管理

Showing 1 changed file with 0 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PatientWeightController.java View file @ fbabe11
... ... @@ -84,7 +84,6 @@
84 84 * @return
85 85 */
86 86 @ResponseBody
87   - @TokenRequired
88 87 @RequestMapping(value = "report/{id}", method = RequestMethod.GET)
89 88 public BaseResponse report(@PathVariable String id) {
90 89 return patientWeightService.report(id);