Commit 6f01b6e744cd8970a6ae6a0316ebc7c6609fb003

Authored by hujiaqi
1 parent 978444f14e
Exists in master

修改风险因素

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java View file @ 6f01b6e
... ... @@ -822,6 +822,7 @@
822 822 } catch (Exception e) {
823 823 // 什么都不干
824 824 }
  825 + patientManagerQueryModel.setPhone(DefenceUtils.getPhone(patients.getPhone()));
825 826 patientManagerQueryModel.setCardNo(DefenceUtils.getId(patients.getCardNo()));
826 827 patientManagerQueryModel.setBuildWeek(dueWeek);
827 828 patientManagerQueryModel.setBookbuildingDoctor(StringUtils.isEmpty(patients.getBookbuildingDoctor()) ? "" : usersService.getUsers(Integer.valueOf(patients.getBookbuildingDoctor())).getName());