Commit 0c0d85f2d7feb5dc8c0aa8a55fb6152236818b64

Authored by liquanyu
1 parent f233ff23ad

update

Showing 1 changed file with 2 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/MatDeliverController.java View file @ 0c0d85f
... ... @@ -179,7 +179,8 @@
179 179 if(og!=null&&"2".equals(og.getCityId())&&childbirthManagerRequest.getShowDetail()==1){//需要隐藏姓名、地址
180 180 if(temp instanceof ChildbirthManagerQueryModel){
181 181 ChildbirthManagerQueryModel result = (ChildbirthManagerQueryModel) temp;
182   - result.setName(com.lyms.platform.common.utils.StringUtils.encryName(result.getName()));
  182 + //出生医学证明卫纪委修改分娩记录可以查看到孕妇名称2018-04-28
  183 +// result.setName(com.lyms.platform.common.utils.StringUtils.encryName(result.getName()));
183 184 result.setAddress(com.lyms.platform.common.utils.StringUtils.encryAddr(result.getAddress()));
184 185 }
185 186 }