Commit 6486229c8a34c423bca6f3634f3812c04c5b29b9
1 parent
f4378768fc
Exists in
master
and in
7 other branches
f分娩管理
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
6486229
... | ... | @@ -1067,6 +1067,8 @@ |
1067 | 1067 | // 电话转换 |
1068 | 1068 | childbirthManagerQueryModel.setPhone(DefenceUtils.getPhone(patients.getPhone())); |
1069 | 1069 | childbirthManagerQueryModel.setHusbandPhone(DefenceUtils.getPhone(patients.getHusbandPhone())); |
1070 | + // 加密身份证号 | |
1071 | + childbirthManagerQueryModel.setCardNo(DefenceUtils.getId(patients.getCardNo())); | |
1070 | 1072 | // 查询分娩方式 |
1071 | 1073 | String deliveryModeJson = maternalDeliverModel.getDeliveryMode(); |
1072 | 1074 | Map<String, String> deliveryModeMap = JsonUtil.getMap(deliveryModeJson); |