Commit be639de290de21ecf46920691eefb001d1818691

Authored by yangfei
1 parent 64314289e7

听力诊断模块

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 @ be639de
... ... @@ -302,7 +302,7 @@
302 302 hcQuery.setTargetId(babyId);
303 303 List<HighriskChangeHospital> hchList = highchangeService.queryHighriskChangeHospital(hcQuery);
304 304 if (hchList == null || hchList.size() == 0) {//没有找到听力转诊申请
305   - return new BaseResponse().setErrorcode(ErrorCodeConstants.NO_POWER).setErrormsg("听诊诊断失败,儿童未做听筛");
  305 + return new BaseResponse().setErrorcode(ErrorCodeConstants.NO_POWER).setErrormsg("当前儿童还未完成听力筛查,不能进行听诊");
306 306 }
307 307 } else {
308 308 boolean isResu = false;