|  | @ -842,7 +842,11 @@ public class EntranceService {
 | 
	
		
			
				|  |  |                 hdmDo.setCode(null==jsonObjectBody.get("Dept_Code")?"":jsonObjectBody.get("Dept_Code").toString());
 | 
	
		
			
				|  |  |                 hdmDo.setName(null==jsonObjectBody.get("Dept_Name")?"":jsonObjectBody.get("Dept_Name").toString());
 | 
	
		
			
				|  |  |                 hdmDo.setDeptTypeCode(deptTypeCode);
 | 
	
		
			
				|  |  |                 hdmDo.setFatherDeptCode(null==jsonObjectBody.get("Father_Dept_Code")?"":jsonObjectBody.get("Father_Dept_Code").toString());
 | 
	
		
			
				|  |  |                 hdmDo.setFatherDeptName(null==jsonObjectBody.get("Father_Dept_Name")?"":jsonObjectBody.get("Father_Dept_Name").toString());
 | 
	
		
			
				|  |  |                 hdmDo.setCreateTime(new Date());
 | 
	
		
			
				|  |  |                 hdmDo.setDeptType(null==jsonObjectBody.get("Dept_Type")?"":jsonObjectBody.get("Dept_Type").toString());
 | 
	
		
			
				|  |  |                 hdmDo.setDeptPosition(null==jsonObjectBody.get("Dept_Position")?"":jsonObjectBody.get("Dept_Position").toString());
 | 
	
		
			
				|  |  | //                DictHospitalDeptDao.save(hdmDo);
 | 
	
		
			
				|  |  |                 hospitalDeptMappingDOS.add(hdmDo);
 | 
	
		
			
				|  |  |             }
 | 
	
	
		
			
				|  | @ -865,7 +869,6 @@ public class EntranceService {
 | 
	
		
			
				|  |  |             hdmDo.setOpenBedNum(null==jsonObjectBody.get("Open_Bed_Num")?"":jsonObjectBody.get("Open_Bed_Num").toString());
 | 
	
		
			
				|  |  |             hdmDo.setFatherDeptCode(null==jsonObjectBody.get("Father_Dept_Code")?"":jsonObjectBody.get("Father_Dept_Code").toString());
 | 
	
		
			
				|  |  |             hdmDo.setFatherDeptName(null==jsonObjectBody.get("Father_Dept_Name")?"":jsonObjectBody.get("Father_Dept_Name").toString());
 | 
	
		
			
				|  |  |             hdmDo.setDeptPosition(null==jsonObjectBody.get("Dept_Position")?"":jsonObjectBody.get("Dept_Position").toString());
 | 
	
		
			
				|  |  |             hdmDo.setDeptRemark(null==jsonObjectBody.get("Dept_Remark")?"":jsonObjectBody.get("Dept_Remark").toString());
 | 
	
		
			
				|  |  |             hdmDo.setDeptAgeLimit(null==jsonObjectBody.get("Dept_Age_Limit")?"":jsonObjectBody.get("Dept_Age_Limit").toString());
 | 
	
		
			
				|  |  |             hdmDo.setDeptTelNum(null==jsonObjectBody.get("Dept_Tel_Num")?"":jsonObjectBody.get("Dept_Tel_Num").toString());
 | 
	
	
		
			
				|  | @ -1455,6 +1458,8 @@ public class EntranceService {
 | 
	
		
			
				|  |  |                                 baseDoctorDO.setIdcard(idCard);
 | 
	
		
			
				|  |  |                                 baseDoctorDO.setBirthday(IdCardUtil.getBirthdayForIdcard(idCard));
 | 
	
		
			
				|  |  |                                 baseDoctorDO.setSex(Integer.valueOf(IdCardUtil.getSexForIdcard(idCard)));
 | 
	
		
			
				|  |  |                                 baseDoctorDO.setLocked(0);
 | 
	
		
			
				|  |  |                                 baseDoctorDO.setEnabled(1);
 | 
	
		
			
				|  |  |                                 //拼音码
 | 
	
		
			
				|  |  |                                 baseDoctorDO.setSpell(null == jsonObjectBody.get("PinYin_Code") ? "" : jsonObjectBody.get("PinYin_Code").toString());
 | 
	
		
			
				|  |  |                                 String disableFlag = null == jsonObjectBody.get("Disable_Flag") ? "" : jsonObjectBody.get("Disable_Flag").toString();
 |