|  | @ -270,7 +270,7 @@ public class EntranceService {
 | 
												
													
														
															|  |                                     //初始化处方
 |  |                                     //初始化处方
 | 
												
													
														
															|  |                                     wlyyPrescriptionVO = initWlyyPrescriptionVo(new WlyyPrescriptionVO(), jsonObjectBody, realOrder);
 |  |                                     wlyyPrescriptionVO = initWlyyPrescriptionVo(new WlyyPrescriptionVO(), jsonObjectBody, realOrder);
 | 
												
													
														
															|  |                                     wlyyPrescriptionVO.setHospital("350211A1002");
 |  |                                     wlyyPrescriptionVO.setHospital("350211A1002");
 | 
												
													
														
															|  |                                     wlyyPrescriptionVO.setHospitalName("厦门市中山医院");
 |  | 
 | 
												
													
														
															|  | 
 |  |                                     wlyyPrescriptionVO.setHospitalName("厦门大学附属中山医院");
 | 
												
													
														
															|  |                                     String doasgeTime=null != jsonObjectBody.get("DISP_DATE") ? jsonObjectBody.get("DISP_DATE").toString() : "";
 |  |                                     String doasgeTime=null != jsonObjectBody.get("DISP_DATE") ? jsonObjectBody.get("DISP_DATE").toString() : "";
 | 
												
													
														
															|  |                                     wlyyPrescriptionVO.setDosageTime(DateUtil.strToDate((doasgeTime+" 00:00:00"),DateUtil.YYYY_MM_DD_HH_MM_SS));
 |  |                                     wlyyPrescriptionVO.setDosageTime(DateUtil.strToDate((doasgeTime+" 00:00:00"),DateUtil.YYYY_MM_DD_HH_MM_SS));
 | 
												
													
														
															|  |                                     wlyyPrescriptionVOMap.put(realOrder, wlyyPrescriptionVO);
 |  |                                     wlyyPrescriptionVOMap.put(realOrder, wlyyPrescriptionVO);
 | 
												
											
												
													
														
															|  | @ -518,7 +518,7 @@ public class EntranceService {
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  |         String resp = "";
 |  |         String resp = "";
 | 
												
													
														
															|  |         String orgCode = "350211A1002";
 |  |         String orgCode = "350211A1002";
 | 
												
													
														
															|  |         String orgName = "厦门市中山医院";
 |  | 
 | 
												
													
														
															|  | 
 |  |         String orgName = "厦门大学附属中山医院";
 | 
												
													
														
															|  |         if (demoFlag) {
 |  |         if (demoFlag) {
 | 
												
													
														
															|  |             resp = getJosnFileResullt(fid);
 |  |             resp = getJosnFileResullt(fid);
 | 
												
													
														
															|  |         } else {
 |  |         } else {
 | 
												
											
												
													
														
															|  | @ -1678,7 +1678,7 @@ public class EntranceService {
 | 
												
													
														
															|  |                                     doctorMappingDO.setMappingCode(doctorCode);
 |  |                                     doctorMappingDO.setMappingCode(doctorCode);
 | 
												
													
														
															|  |                                     doctorMappingDO.setMappingName(doctorName);
 |  |                                     doctorMappingDO.setMappingName(doctorName);
 | 
												
													
														
															|  |                                     doctorMappingDO.setOrgCode("350211A1002");
 |  |                                     doctorMappingDO.setOrgCode("350211A1002");
 | 
												
													
														
															|  |                                     doctorMappingDO.setOrgName("厦门市中山医院");
 |  | 
 | 
												
													
														
															|  | 
 |  |                                     doctorMappingDO.setOrgName("厦门大学附属中山医院");
 | 
												
													
														
															|  |                                     doctorMappingDao.save(doctorMappingDO);
 |  |                                     doctorMappingDao.save(doctorMappingDO);
 | 
												
													
														
															|  |                                 }
 |  |                                 }
 | 
												
													
														
															|  |                                 // 用医生和机构id、部门判断数据是否存在,若不存在则保存医生机构关联关系
 |  |                                 // 用医生和机构id、部门判断数据是否存在,若不存在则保存医生机构关联关系
 | 
												
											
												
													
														
															|  | @ -1687,7 +1687,7 @@ public class EntranceService {
 | 
												
													
														
															|  |                                 if (!(null != baseDoctorHospitalDOS && baseDoctorHospitalDOS.size() > 0)) {
 |  |                                 if (!(null != baseDoctorHospitalDOS && baseDoctorHospitalDOS.size() > 0)) {
 | 
												
													
														
															|  |                                     BaseDoctorHospitalDO baseDoctorHospitalDO = new BaseDoctorHospitalDO();
 |  |                                     BaseDoctorHospitalDO baseDoctorHospitalDO = new BaseDoctorHospitalDO();
 | 
												
													
														
															|  |                                     baseDoctorHospitalDO.setOrgCode("350211A1002");
 |  |                                     baseDoctorHospitalDO.setOrgCode("350211A1002");
 | 
												
													
														
															|  |                                     baseDoctorHospitalDO.setOrgName("厦门市中山医院");
 |  | 
 | 
												
													
														
															|  | 
 |  |                                     baseDoctorHospitalDO.setOrgName("厦门大学附属中山医院");
 | 
												
													
														
															|  |                                     baseDoctorHospitalDO.setDoctorCode(baseDoctorDO.getId());
 |  |                                     baseDoctorHospitalDO.setDoctorCode(baseDoctorDO.getId());
 | 
												
													
														
															|  |                                     baseDoctorHospitalDO.setDeptCode(deptCode);
 |  |                                     baseDoctorHospitalDO.setDeptCode(deptCode);
 | 
												
													
														
															|  |                                     //根据机构编码获取机构名称
 |  |                                     //根据机构编码获取机构名称
 |