Commit fc3416856fb3a7e63ef9ff90efb709be9a217743

Authored by yangfei
1 parent 78f81dbbfa

产检医生统计

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/EarController.java View file @ fc34168
... ... @@ -67,7 +67,7 @@
67 67 @ResponseBody
68 68 @TokenRequired
69 69 public BaseResponse checkBabyFollowUp(String babyId) {
70   - if (StringUtils.isNotEmpty(babyId)) {//传入儿童档案id
  70 + if (StringUtils.isEmpty(babyId)) {//传入儿童档案id
71 71 return new BaseResponse().setErrorcode(ErrorCodeConstants.PARAMETER_ERROR).setErrormsg("请传入儿童档案id");
72 72 }
73 73 //查询随访记录还未结案。已结案进入提示