Browse Source

Merge branch 'hnzxyjhyy' of http://116.204.114.73:3000/ccsens_zhengzhichuan/cga_v2 into hnzxyjhyy

hnzxyjhyy
ccsens_zhengzhichuan 2 weeks ago
parent
commit
c2df4fb50f
  1. 1
      ruisi_java/ruisi-system/src/main/java/com/ccsens/system/service/impl/DockServiceImpl.java

1
ruisi_java/ruisi-system/src/main/java/com/ccsens/system/service/impl/DockServiceImpl.java

@ -724,6 +724,7 @@ public class DockServiceImpl implements DockService {
// 证件信息
pmsPatient.setIdcard(dockPatientBaseInfo.getIdCard());
pmsPatient.setPhone(dockPatientBaseInfo.getPhone());
pmsPatient.setMobile(dockPatientBaseInfo.getPhone());
// 性别转换:将"男"/"女"转换为 0/1
String sex = dockPatientBaseInfo.getSex();

Loading…
Cancel
Save