| 
															
																@ -11,6 +11,7 @@ import com.yihu.jw.entity.base.dict.*; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																import com.yihu.jw.entity.base.system.SystemDictDO; 
															 | 
															
															 | 
															
																import com.yihu.jw.entity.base.system.SystemDictDO; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																import com.yihu.jw.entity.base.system.SystemDictEntryDO; 
															 | 
															
															 | 
															
																import com.yihu.jw.entity.base.system.SystemDictEntryDO; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																import com.yihu.mysql.query.BaseJpaService; 
															 | 
															
															 | 
															
																import com.yihu.mysql.query.BaseJpaService; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																import com.yihu.utils.pinyin.PinyinUtil; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																import org.apache.commons.lang3.StringUtils; 
															 | 
															
															 | 
															
																import org.apache.commons.lang3.StringUtils; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																import org.springframework.beans.factory.annotation.Autowired; 
															 | 
															
															 | 
															
																import org.springframework.beans.factory.annotation.Autowired; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																import org.springframework.beans.factory.annotation.Value; 
															 | 
															
															 | 
															
																import org.springframework.beans.factory.annotation.Value; 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@ -67,28 +68,29 @@ public class SystemDictService extends BaseJpaService<SystemDictDO, SystemDictDa 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																    /** 
															 | 
															
															 | 
															
																    /** 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * 根据字典类型获取系统所有相关字典, 
															 | 
															
															 | 
															
																     * 根据字典类型获取系统所有相关字典, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * @param saasId 
															 | 
															
															 | 
															
																     * @param saasId 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * @return 
															 | 
															
															 | 
															
																     * @return 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     */ 
															 | 
															
															 | 
															
																     */ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																    public JSONArray getDistListBySaasId(String type, String saasId,String name, String sorts, int page, int size) throws Exception { 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																    public JSONArray getDistListBySaasId(String type, String saasId, String name, String sorts, int page, int size) throws Exception { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        JSONArray jsonArray = new JSONArray(); 
															 | 
															
															 | 
															
																        JSONArray jsonArray = new JSONArray(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        JSONObject jsonObject = new JSONObject(); 
															 | 
															
															 | 
															
																        JSONObject jsonObject = new JSONObject(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        if (SystemDictEnum.Icd10Dict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        if (SystemDictEnum.Icd10Dict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            jsonObject = dictIcd10Service.queryAll(saasId, createPage(page,size,sorts)); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            jsonObject = dictIcd10Service.queryAll(saasId, createPage(page, size, sorts)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } else if (SystemDictEnum.HospitalDeptDict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.HospitalDeptDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            jsonObject = dictHospitalDeptService.queryAll(saasId, createPage(page,size,sorts)); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            jsonObject = dictHospitalDeptService.queryAll(saasId, createPage(page, size, sorts)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } else if (SystemDictEnum.JobTitleDict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.JobTitleDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            jsonObject = dictJobTitleService.queryAll(saasId, createPage(page,size,sorts)); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            jsonObject = dictJobTitleService.queryAll(saasId, createPage(page, size, sorts)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } else if (SystemDictEnum.HealthProblemDict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.HealthProblemDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            jsonObject = dictHealthProblemService.queryAll(saasId, createPage(page,size,sorts)); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            jsonObject = dictHealthProblemService.queryAll(saasId, createPage(page, size, sorts)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } else if (SystemDictEnum.MedicineDict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.MedicineDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            jsonObject = dictMedicineService.queryAll(saasId, createPage(page,size,sorts)); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            jsonObject = dictMedicineService.queryAll(saasId, createPage(page, size, sorts)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } else if (SystemDictEnum.DiseaseDict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.DiseaseDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            jsonObject = dictDiseaseService.queryAll(saasId, createPage(page,size,sorts)); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            jsonObject = dictDiseaseService.queryAll(saasId, createPage(page, size, sorts)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } 
															 | 
															
															 | 
															
																        } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        jsonArray.add(jsonObject); 
															 | 
															
															 | 
															
																        jsonArray.add(jsonObject); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        return jsonArray; 
															 | 
															
															 | 
															
																        return jsonArray; 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@ -96,15 +98,18 @@ public class SystemDictService extends BaseJpaService<SystemDictDO, SystemDictDa 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																    /** 
															 | 
															
															 | 
															
																    /** 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * 获取系统所有相关字典, 
															 | 
															
															 | 
															
																     * 获取系统所有相关字典, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * @param userId 
															 | 
															
															 | 
															
																     * @param userId 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * @return 
															 | 
															
															 | 
															
																     * @return 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     */ 
															 | 
															
															 | 
															
																     */ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																    public JSONArray getAllDistList(String userId){ 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																    public JSONArray getAllDistList(String userId) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        JSONArray jsonArray = new JSONArray(); 
															 | 
															
															 | 
															
																        JSONArray jsonArray = new JSONArray(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        return jsonArray; 
															 | 
															
															 | 
															
																        return jsonArray; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																    } 
															 | 
															
															 | 
															
																    } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																    /** 
															 | 
															
															 | 
															
																    /** 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * 根据字典类型获取系统所有相关字典, 
															 | 
															
															 | 
															
																     * 根据字典类型获取系统所有相关字典, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * @param userId 
															 | 
															
															 | 
															
																     * @param userId 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * @return 
															 | 
															
															 | 
															
																     * @return 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     */ 
															 | 
															
															 | 
															
																     */ 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@ -116,23 +121,23 @@ public class SystemDictService extends BaseJpaService<SystemDictDO, SystemDictDa 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        JSONArray jsonArray = new JSONArray(); 
															 | 
															
															 | 
															
																        JSONArray jsonArray = new JSONArray(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        JSONObject jsonObject = new JSONObject(); 
															 | 
															
															 | 
															
																        JSONObject jsonObject = new JSONObject(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        if (SystemDictEnum.Icd10Dict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        if (SystemDictEnum.Icd10Dict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            jsonObject = dictIcd10Service.queryAll(userId, createPage(page,size,sorts)); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            jsonObject = dictIcd10Service.queryAll(userId, createPage(page, size, sorts)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } else if (SystemDictEnum.HospitalDeptDict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.HospitalDeptDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            jsonObject = dictHospitalDeptService.queryAll("", createPage(page,size,sorts)); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            jsonObject = dictHospitalDeptService.queryAll("", createPage(page, size, sorts)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } else if (SystemDictEnum.JobTitleDict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.JobTitleDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            jsonObject = dictJobTitleService.queryAll("", createPage(page,size,sorts)); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            jsonObject = dictJobTitleService.queryAll("", createPage(page, size, sorts)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } else if (SystemDictEnum.HealthProblemDict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.HealthProblemDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            jsonObject = dictHealthProblemService.queryAll("", createPage(page,size,sorts)); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            jsonObject = dictHealthProblemService.queryAll("", createPage(page, size, sorts)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } else if (SystemDictEnum.MedicineDict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.MedicineDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            jsonObject = dictMedicineService.queryAll("", createPage(page,size,sorts)); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            jsonObject = dictMedicineService.queryAll("", createPage(page, size, sorts)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } else if (SystemDictEnum.DiseaseDict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.DiseaseDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            jsonObject = dictDiseaseService.queryAll("", createPage(page,size,sorts)); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        }else{ 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            jsonObject = this.queryAll("", createPage(page,size,sorts)); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            jsonObject = dictDiseaseService.queryAll("", createPage(page, size, sorts)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        } else { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            jsonObject = this.queryAll("", createPage(page, size, sorts)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } 
															 | 
															
															 | 
															
																        } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        jsonArray.add(jsonObject); 
															 | 
															
															 | 
															
																        jsonArray.add(jsonObject); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        return jsonArray; 
															 | 
															
															 | 
															
																        return jsonArray; 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@ -140,68 +145,68 @@ public class SystemDictService extends BaseJpaService<SystemDictDO, SystemDictDa 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																    /** 
															 | 
															
															 | 
															
																    /** 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * 查询某一租户下的医院科室字典信息,如果saadId为空表示当前用户角色为超级管理员,超级管理员可以看到所有数据 
															 | 
															
															 | 
															
																     * 查询某一租户下的医院科室字典信息,如果saadId为空表示当前用户角色为超级管理员,超级管理员可以看到所有数据 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * @param saasId 
															 | 
															
															 | 
															
																     * @param saasId 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * @return 
															 | 
															
															 | 
															
																     * @return 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     */ 
															 | 
															
															 | 
															
																     */ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																    public JSONObject queryAll(String saasId, Pageable pageable) throws Exception{ 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																    public JSONObject queryAll(String saasId, Pageable pageable) throws Exception { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        JSONObject jsonObject = new JSONObject(); 
															 | 
															
															 | 
															
																        JSONObject jsonObject = new JSONObject(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        List<Map<String,Object>> list = new ArrayList<>(); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        if(StringUtils.isEmpty(saasId)){ 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        List<Map<String, Object>> list = new ArrayList<>(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        if (StringUtils.isEmpty(saasId)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            list = systemDictDao.findCodeAndName(pageable); 
															 | 
															
															 | 
															
																            list = systemDictDao.findCodeAndName(pageable); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        }else{ 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            list = systemDictDao.findCodeAndNameBySaasId(saasId,pageable); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        } else { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            list = systemDictDao.findCodeAndNameBySaasId(saasId, pageable); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } 
															 | 
															
															 | 
															
																        } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        jsonObject.put(SystemDictEnum.SystemDict.toString(),list); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        jsonObject.put(SystemDictEnum.SystemDict.toString(), list); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        return jsonObject; 
															 | 
															
															 | 
															
																        return jsonObject; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																    } 
															 | 
															
															 | 
															
																    } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																    /** 
															 | 
															
															 | 
															
																    /** 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * 新增字典,包括字典项值 
															 | 
															
															 | 
															
																     * 新增字典,包括字典项值 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * "obj": { 
															 | 
															
															 | 
															
																     * "obj": { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     "      dict: 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                { 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                code": "SYSTEM_SETTING", 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     "          name": "系统设置", 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     "          pyCode": "XTSZ", 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     "          saasId": "string", 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     "          type": "basic" 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            } 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            valueArr:[ 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                { 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                dictCode:"SYSTEM_SETTING", 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                code:"SYSTEM_SETTING_0", 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                pyCode:"", 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                value:"", 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                sort:"", 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                remark:"", 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                 },{ 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                .... 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                  } 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            ] 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     } 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * "      dict: 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * code": "SYSTEM_SETTING", 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * "          name": "系统设置", 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * "          pyCode": "XTSZ", 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * "          saasId": "string", 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * "          type": "basic" 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * valueArr:[ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * dictCode:"SYSTEM_SETTING", 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * code:"SYSTEM_SETTING_0", 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * pyCode:"", 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * value:"", 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * sort:"", 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * remark:"", 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * },{ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * .... 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * ] 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     */ 
															 | 
															
															 | 
															
																     */ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																    @Transactional(rollbackFor = Exception.class) 
															 | 
															
															 | 
															
																    @Transactional(rollbackFor = Exception.class) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																    public String createSystemDict(String jsonData) throws Exception{ 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        if(StringUtils.isEmpty(jsonData)){ 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																    public String createSystemDict(String jsonData) throws Exception { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        if (StringUtils.isEmpty(jsonData)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            return "none params(jsonData)"; 
															 | 
															
															 | 
															
																            return "none params(jsonData)"; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } 
															 | 
															
															 | 
															
																        } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        JSONObject jsonParam = JSONObject.parseObject(jsonData); 
															 | 
															
															 | 
															
																        JSONObject jsonParam = JSONObject.parseObject(jsonData); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        if(null == jsonParam.get("dict")){ 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        if (null == jsonParam.get("dict")) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            return "no dict element in " + jsonData; 
															 | 
															
															 | 
															
																            return "no dict element in " + jsonData; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } 
															 | 
															
															 | 
															
																        } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        JSONObject dictJson = (JSONObject)jsonParam.get("dict"); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        SystemDictDO systemDictDO = objectMapper.readValue(dictJson.toString(),SystemDictDO.class); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        if(StringUtils.isBlank(systemDictDO.getSaasId())){ 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        JSONObject dictJson = (JSONObject) jsonParam.get("dict"); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        SystemDictDO systemDictDO = objectMapper.readValue(dictJson.toString(), SystemDictDO.class); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        if (StringUtils.isBlank(systemDictDO.getSaasId())) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            systemDictDO.setSaasId(saasId); 
															 | 
															
															 | 
															
																            systemDictDO.setSaasId(saasId); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } 
															 | 
															
															 | 
															
																        } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        if(StringUtils.isEmpty(systemDictDO.getCode()) || StringUtils.isEmpty(systemDictDO.getName())){ 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        if (StringUtils.isEmpty(systemDictDO.getCode()) || StringUtils.isEmpty(systemDictDO.getName())) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            return "code or name of dict is required"; 
															 | 
															
															 | 
															
																            return "code or name of dict is required"; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } 
															 | 
															
															 | 
															
																        } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        List<SystemDictEntryDO> systemDictEntryDOList = new ArrayList<>(); 
															 | 
															
															 | 
															
																        List<SystemDictEntryDO> systemDictEntryDOList = new ArrayList<>(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        JSONArray dictValueArr = jsonParam.getJSONArray("valueArr"); 
															 | 
															
															 | 
															
																        JSONArray dictValueArr = jsonParam.getJSONArray("valueArr"); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        dictValueArr.forEach((oneObj)->systemDictEntryDOList.add((SystemDictEntryDO)oneObj)); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        dictValueArr.forEach((oneObj) -> systemDictEntryDOList.add((SystemDictEntryDO) oneObj)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        save(systemDictDO); 
															 | 
															
															 | 
															
																        save(systemDictDO); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@ -212,6 +217,7 @@ public class SystemDictService extends BaseJpaService<SystemDictDO, SystemDictDa 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																    /** 
															 | 
															
															 | 
															
																    /** 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * 查询字典分页信息 
															 | 
															
															 | 
															
																     * 查询字典分页信息 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * @param type 
															 | 
															
															 | 
															
																     * @param type 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * @param userId 
															 | 
															
															 | 
															
																     * @param userId 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * @param filters 
															 | 
															
															 | 
															
																     * @param filters 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@ -220,99 +226,143 @@ public class SystemDictService extends BaseJpaService<SystemDictDO, SystemDictDa 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * @param size 
															 | 
															
															 | 
															
																     * @param size 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * @return 
															 | 
															
															 | 
															
																     * @return 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     */ 
															 | 
															
															 | 
															
																     */ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																    public JSONObject queryDictPageByType( String userId,String type,String filters,String sorts,int page,int size) throws ParseException { 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																    public JSONObject queryDictPageByType(String userId, String type, String filters, String sorts, int page, int size) throws ParseException { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        JSONObject result = new JSONObject(); 
															 | 
															
															 | 
															
																        JSONObject result = new JSONObject(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        if (StringUtils.isEmpty(type) || StringUtils.isEmpty(userId)) { 
															 | 
															
															 | 
															
																        if (StringUtils.isEmpty(type) || StringUtils.isEmpty(userId)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            result.put("msg","parameter dictType or userId is null"); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            result.put("response",ConstantUtils.FAIL); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            result.put("msg", "parameter dictType or userId is null"); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            result.put("response", ConstantUtils.FAIL); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            return result; 
															 | 
															
															 | 
															
																            return result; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } 
															 | 
															
															 | 
															
																        } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        List list = new ArrayList(); 
															 | 
															
															 | 
															
																        List list = new ArrayList(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        long count = 0; 
															 | 
															
															 | 
															
																        long count = 0; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        if (SystemDictEnum.Icd10Dict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        if (SystemDictEnum.Icd10Dict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            list = dictIcd10Service.search(null,filters,sorts,page,size); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            list = dictIcd10Service.search(null, filters, sorts, page, size); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            count = dictIcd10Service.getCount(filters); 
															 | 
															
															 | 
															
																            count = dictIcd10Service.getCount(filters); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } else if (SystemDictEnum.HospitalDeptDict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.HospitalDeptDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            list = dictHospitalDeptService.search(null,filters,sorts,page,size); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            list = dictHospitalDeptService.search(null, filters, sorts, page, size); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            count = dictHospitalDeptService.getCount(filters); 
															 | 
															
															 | 
															
																            count = dictHospitalDeptService.getCount(filters); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } else if (SystemDictEnum.JobTitleDict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.JobTitleDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            list = dictJobTitleService.search(null,filters,sorts,page,size); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            list = dictJobTitleService.search(null, filters, sorts, page, size); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            count = dictJobTitleService.getCount(filters); 
															 | 
															
															 | 
															
																            count = dictJobTitleService.getCount(filters); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } else if (SystemDictEnum.HealthProblemDict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.HealthProblemDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            list = dictHealthProblemService.search(null,filters,sorts,page,size); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            list = dictHealthProblemService.search(null, filters, sorts, page, size); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            count = dictHealthProblemService.getCount(filters); 
															 | 
															
															 | 
															
																            count = dictHealthProblemService.getCount(filters); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } else if (SystemDictEnum.MedicineDict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.MedicineDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            list = dictMedicineService.search(null,filters,sorts,page,size); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            list = dictMedicineService.search(null, filters, sorts, page, size); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            count = dictMedicineService.getCount(filters); 
															 | 
															
															 | 
															
																            count = dictMedicineService.getCount(filters); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } else if (SystemDictEnum.DiseaseDict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.DiseaseDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            list = dictDiseaseService.search(null,filters,sorts,page,size); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            list = dictDiseaseService.search(null, filters, sorts, page, size); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            count = dictDiseaseService.getCount(filters); 
															 | 
															
															 | 
															
																            count = dictDiseaseService.getCount(filters); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        }else{ 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            list = this.search(null,filters,sorts,page,size); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        } else { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            list = this.search(null, filters, sorts, page, size); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            count = this.getCount(filters); 
															 | 
															
															 | 
															
																            count = this.getCount(filters); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } 
															 | 
															
															 | 
															
																        } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        result.put("response",ConstantUtils.SUCCESS); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        result.put("count",count); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        result.put("msg",list); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        result.put("response", ConstantUtils.SUCCESS); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        result.put("count", count); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        result.put("msg", list); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        return result; 
															 | 
															
															 | 
															
																        return result; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																    } 
															 | 
															
															 | 
															
																    } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																    /** 
															 | 
															
															 | 
															
																    /** 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * 查询字典分页信息 
															 | 
															
															 | 
															
																     * 查询字典分页信息 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																     * 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * @param type 
															 | 
															
															 | 
															
																     * @param type 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * @param json 
															 | 
															
															 | 
															
																     * @param json 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     * @return 
															 | 
															
															 | 
															
																     * @return 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     */ 
															 | 
															
															 | 
															
																     */ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																    public JSONObject createDictByType(String type,String json) throws ParseException { 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																    public JSONObject createDictByType(String type, String json) throws Exception { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        JSONObject result = new JSONObject(); 
															 | 
															
															 | 
															
																        JSONObject result = new JSONObject(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        if (StringUtils.isEmpty(json) || StringUtils.isEmpty(json)) { 
															 | 
															
															 | 
															
																        if (StringUtils.isEmpty(json) || StringUtils.isEmpty(json)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            result.put("msg","parameter dictType or userId is null"); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            result.put("response",ConstantUtils.FAIL); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            result.put("msg", "parameter dictType or userId is null"); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            result.put("response", ConstantUtils.FAIL); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            return result; 
															 | 
															
															 | 
															
																            return result; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } 
															 | 
															
															 | 
															
																        } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        List list = new ArrayList(); 
															 | 
															
															 | 
															
																        List list = new ArrayList(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        long count = 0; 
															 | 
															
															 | 
															
																        long count = 0; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        if (SystemDictEnum.Icd10Dict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        if (SystemDictEnum.Icd10Dict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            DictIcd10DO dictIcd10DO=convertToModel(json,DictIcd10DO.class); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            DictIcd10DO dictIcd10DO = objectMapper.readValue(json, DictIcd10DO.class); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            dictIcd10DO.setSaasId(saasId); 
															 | 
															
															 | 
															
																            dictIcd10DO.setSaasId(saasId); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            dictIcd10Service.save(dictIcd10DO); 
															 | 
															
															 | 
															
																            dictIcd10Service.save(dictIcd10DO); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } else if (SystemDictEnum.HospitalDeptDict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.HospitalDeptDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            //科室只与机构有关。 
															 | 
															
															 | 
															
																            //科室只与机构有关。 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            DictHospitalDeptDO dictHospitalDeptDO=convertToModel(json,DictHospitalDeptDO.class); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            DictHospitalDeptDO dictHospitalDeptDO = objectMapper.readValue(json, DictHospitalDeptDO.class); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            dictHospitalDeptService.save(dictHospitalDeptDO); 
															 | 
															
															 | 
															
																            dictHospitalDeptService.save(dictHospitalDeptDO); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } else if (SystemDictEnum.JobTitleDict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.JobTitleDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            DictJobTitleDO dictJobTitleDO=convertToModel(json,DictJobTitleDO.class); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            DictJobTitleDO dictJobTitleDO = objectMapper.readValue(json, DictJobTitleDO.class); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            dictJobTitleDO.setSaasId(saasId); 
															 | 
															
															 | 
															
																            dictJobTitleDO.setSaasId(saasId); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            dictJobTitleService.save(dictJobTitleDO); 
															 | 
															
															 | 
															
																            dictJobTitleService.save(dictJobTitleDO); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } else if (SystemDictEnum.HealthProblemDict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.HealthProblemDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            DictHealthProblemDO dictHealthProblemDO=convertToModel(json,DictHealthProblemDO.class); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            DictHealthProblemDO dictHealthProblemDO = objectMapper.readValue(json, DictHealthProblemDO.class); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            dictHealthProblemDO.setSaasId(saasId); 
															 | 
															
															 | 
															
																            dictHealthProblemDO.setSaasId(saasId); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            dictHealthProblemService.save(dictHealthProblemDO); 
															 | 
															
															 | 
															
																            dictHealthProblemService.save(dictHealthProblemDO); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } else if (SystemDictEnum.MedicineDict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.MedicineDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            DictMedicineDO dictMedicineDO=convertToModel(json,DictMedicineDO.class); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            DictMedicineDO dictMedicineDO = objectMapper.readValue(json, DictMedicineDO.class); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            dictMedicineDO.setSaasId(saasId); 
															 | 
															
															 | 
															
																            dictMedicineDO.setSaasId(saasId); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            dictMedicineService.save(dictMedicineDO); 
															 | 
															
															 | 
															
																            dictMedicineService.save(dictMedicineDO); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } else if (SystemDictEnum.DiseaseDict == SystemDictEnum.valueOf(type)) { 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.DiseaseDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            DictDiseaseDO dictDiseaseDO=convertToModel(json,DictDiseaseDO.class); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            DictDiseaseDO dictDiseaseDO = objectMapper.readValue(json, DictDiseaseDO.class); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            dictDiseaseDO.setSaasId(saasId); 
															 | 
															
															 | 
															
																            dictDiseaseDO.setSaasId(saasId); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            dictDiseaseService.save(dictDiseaseDO); 
															 | 
															
															 | 
															
																            dictDiseaseService.save(dictDiseaseDO); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        }else{ 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            SystemDictDO systemDictDO=convertToModel(json,SystemDictDO.class); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        } else { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            SystemDictDO systemDictDO = objectMapper.readValue(json, SystemDictDO.class); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            if (StringUtils.isBlank(systemDictDO.getCode())) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																                systemDictDO.setCode(getCode()); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            if (StringUtils.isNotBlank(systemDictDO.getName())) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																                systemDictDO.setPyCode(PinyinUtil.getPinYinHeadChar(systemDictDO.getName(), true)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            systemDictDO.setType(SystemDictDO.Type.basic); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            systemDictDO.setSaasId(saasId); 
															 | 
															
															 | 
															
																            systemDictDO.setSaasId(saasId); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            this.save(systemDictDO); 
															 | 
															
															 | 
															
																            this.save(systemDictDO); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        } 
															 | 
															
															 | 
															
																        } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        result.put("response",ConstantUtils.SUCCESS); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        result.put("count",count); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        result.put("msg",list); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        result.put("response", ConstantUtils.SUCCESS); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        result.put("count", count); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        result.put("msg", list); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        return result; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																    } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																    @Transactional(rollbackFor = Exception.class) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																    public JSONObject deleteDictByType(String dictId, String type) throws ParseException { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        JSONObject result = new JSONObject(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        if (StringUtils.isEmpty(type) || StringUtils.isEmpty(dictId)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            result.put("msg", "parameter dictType or dictId is null"); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            result.put("response", ConstantUtils.FAIL); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            return result; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        if (SystemDictEnum.Icd10Dict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            dictIcd10Service.deleteById(Integer.valueOf(dictId)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.HospitalDeptDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																//            暂时不维护 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																//            dictHospitalDeptService.delete(dictId); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.JobTitleDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            dictJobTitleService.deleteById(Integer.valueOf(dictId)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.HealthProblemDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            dictHealthProblemService.deleteById(Integer.valueOf(dictId)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.MedicineDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            dictMedicineService.deleteById(Integer.valueOf(dictId)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        } else if (SystemDictEnum.DiseaseDict == SystemDictEnum.valueOf(type)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            dictDiseaseService.deleteById(Integer.valueOf(dictId)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        } else { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            systemDictEntryService.deleteByDictCode(dictId); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																            this.deleteByCode(dictId); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        result.put("response", ConstantUtils.SUCCESS); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        return result; 
															 | 
															
															 | 
															
																        return result; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																    } 
															 | 
															
															 | 
															
																    } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																    public void deleteByCode(String code) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																        systemDictDao.deleteByCode(code); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																    } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																} 
															 | 
															
															 | 
															
																} 
															 |