Commit bf4d2e3ecffa7e71d1c9fe2b8e4db4d5eb1395d8
1 parent
c63af695d9
Exists in
master
and in
1 other branch
儿童发育评价
Showing 1 changed file with 0 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java
View file @
bf4d2e3
... | ... | @@ -715,7 +715,6 @@ |
715 | 715 | return "updateChanLaskRisk finish"; |
716 | 716 | } |
717 | 717 | |
718 | - | |
719 | 718 | /** |
720 | 719 | * 更新儿童检查表中的生长发育评价 |
721 | 720 | * @param hid |
... | ... | @@ -724,7 +723,6 @@ |
724 | 723 | @RequestMapping(value = "/updateBabyGrowth", method = RequestMethod.GET) |
725 | 724 | @ResponseBody |
726 | 725 | public String updateBabyGrowth(@RequestParam(required = true) String hid) { |
727 | - | |
728 | 726 | |
729 | 727 | BabyModelQuery babyModelQuery = new BabyModelQuery(); |
730 | 728 | babyModelQuery.setYn(YnEnums.YES.getId()); |