Commit a57c5894187dd62123839ffbd4c93d8f6068294a
1 parent
501623e220
Exists in
master
and in
1 other branch
code update
Showing 1 changed file with 4 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyCheckController.java
View file @
a57c589
... | ... | @@ -114,8 +114,10 @@ |
114 | 114 | |
115 | 115 | /** |
116 | 116 | * 查询身长别体重值 |
117 | - * @param height | |
118 | - * @param sex | |
117 | + * @param height 身长 | |
118 | + * @param weight 体重 | |
119 | + * @param sex 性别 | |
120 | + * @param birth 生日 | |
119 | 121 | * @return |
120 | 122 | */ |
121 | 123 | @RequestMapping(value = "/queryHWByHeight", method = RequestMethod.GET) |