Commit c2bf39df87b963baf3bf14164a76eca96fa139b8
1 parent
efbf974621
Exists in
master
修改风险因素
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
c2bf39d
| ... | ... | @@ -823,7 +823,7 @@ | 
| 823 | 823 | // 什么都不干 | 
| 824 | 824 | } | 
| 825 | 825 | patientManagerQueryModel.setPhone(DefenceUtils.getPhone(patients.getPhone())); | 
| 826 | - patientManagerQueryModel.setCardNo(DefenceUtils.getId(patients.getCardNo())); | |
| 826 | + patientManagerQueryModel.setCardNo(DefenceUtils.getCardNo(patients.getCardNo())); | |
| 827 | 827 | patientManagerQueryModel.setBuildWeek(dueWeek); | 
| 828 | 828 | patientManagerQueryModel.setBookbuildingDoctor(StringUtils.isEmpty(patients.getBookbuildingDoctor()) ? "" : usersService.getUsers(Integer.valueOf(patients.getBookbuildingDoctor())).getName()); | 
| 829 | 829 | patientManagerQueryModel.setBookbuildingDate(DateUtil.getyyyy_MM_dd(patients.getBookbuildingDate())); |