Commit 91980fe15d561c513193ab55a0785225425ea173

Authored by jiangjiazhi
1 parent 33b50c324f

修改新电子病历

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/ApplyOrderOutResult.java View file @ 91980fe
... ... @@ -329,7 +329,7 @@
329 329 }
330 330 }
331 331 setCardNo(destModel.getCardNo());
332   - setPhone(destModel.getPhone());
  332 + setPhone(StringUtils.encryPhone(destModel.getPhone()));
333 333 return this;
334 334 }
335 335 }