|
@ -234,7 +234,7 @@ public class YkyyEntranceService {
|
|
|
wlyyOutpatientVO.setDeptName(null == jsonObjectMgsInfo.get("KSMC") ? "" : jsonObjectMgsInfo.get("KSMC") + "");
|
|
|
wlyyOutpatientVO.setPatient(patientMappingDO.getPatient());
|
|
|
wlyyOutpatientVO.setPatientName(patientMappingDO.getPatientName());
|
|
|
//wlyyOutpatientVO.setConNo(null == jsonObjectMgsInfo.get("CON_NO") ? "" : jsonObjectMgsInfo.get("CON_NO") + "");
|
|
|
wlyyOutpatientVO.setConNo(null == jsonObjectMgsInfo.get("JZXH") ? "" : jsonObjectMgsInfo.get("JZXH") + "");
|
|
|
String doctor = null == jsonObjectMgsInfo.get("YSDM") ? "" : jsonObjectMgsInfo.get("YSDM") + "";
|
|
|
|
|
|
//转化医生
|