Commit bc47cb31a4a0449caff4d64e5cf03fe678bebee5
1 parent
9959aa980d
Exists in
master
and in
6 other branches
导出
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
bc47cb3
... | ... | @@ -875,7 +875,7 @@ |
875 | 875 | data.put("dueDate", rp.getDueDate()); |
876 | 876 | data.put("checkDoctor", rp.getCheckDoctor()); |
877 | 877 | data.put("lName", rp.getlName()); |
878 | - data.put("phone", rp.getRealPhone()); | |
878 | + data.put("phone", com.lyms.platform.common.utils.StringUtils.encryPhone(rp.getRealPhone())); | |
879 | 879 | data.put("serviceType", rp.getServiceType()); |
880 | 880 | data.put("serviceStatus", rp.getServiceStatus()); |
881 | 881 | datas.add(data); |
... | ... | @@ -908,7 +908,7 @@ |
908 | 908 | data.put("cHTimes", rp.getcHTimes()); |
909 | 909 | data.put("checkDoctor", rp.getCheckDoctor()); |
910 | 910 | data.put("lName", rp.getlName()); |
911 | - data.put("phone", rp.getRealPhone()); | |
911 | + data.put("phone", com.lyms.platform.common.utils.StringUtils.encryPhone(rp.getRealPhone())); | |
912 | 912 | data.put("serviceType", "服务类型"); |
913 | 913 | data.put("serviceStatus", "服务类型"); |
914 | 914 | datas.add(data); |