Commit 2fd7cd272194df84d3a6a00385b59ebc55ff8812

Authored by yangfei
1 parent 2e444a2f5c

自动生成追访信息

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/TrackDownServiceImpl.java View file @ 2fd7cd2
... ... @@ -213,9 +213,9 @@
213 213 temp.put("resident", 2); // 妇女建档
214 214 }
215 215 temp.put("id", patient.getId());
216   - temp.put("cardNo", patient.getCardNo());
  216 + temp.put("cardNo", StringUtils.encryCardNo(patient.getCardNo()));
217 217 temp.put("username", patient.getUsername());
218   - temp.put("phone", patient.getPhone());
  218 + temp.put("phone", StringUtils.encryPhone(patient.getPhone()));
219 219 temp.put("age", DateUtil.getAge(patient.getBirth()));
220 220 //建档时间
221 221 temp.put("bookbuildDate", DateUtil.getyyyy_MM_dd(patient.getBookbuildingDate()));