|
@@ -39,9 +39,9 @@ public class AppVictimController {
|
|
|
Map<String, Object> sex = DictUtils.getDictCacheToMap("comprehensive_sex");//性别
|
|
|
|
|
|
|
|
|
- Map<String, Object> comprehensiveInternation = DictUtils.getDictCacheToMap("onest_comprehensive_internation");//国籍(地区)
|
|
|
+ Map<String, Object> comprehensiveInternation = DictUtils.getDictCacheToMap("comprehensive_internation");//国籍(地区)
|
|
|
Map<String, Object> nation = DictUtils.getDictCacheToMap("comprehensive_nation");//民族
|
|
|
- Map<String, Object> maritalStatus = DictUtils.getDictCacheToMap("onest_comprehensive_marital_status");//婚姻状况
|
|
|
+ Map<String, Object> maritalStatus = DictUtils.getDictCacheToMap("comprehensive_marital_status");//婚姻状况
|
|
|
Map<String, Object> politicalStatus = DictUtils.getDictCacheToMap("comprehensive_political_status");//政治面貌
|
|
|
Map<String, Object> educationalBackground = DictUtils.getDictCacheToMap("comprehensive_educational_background");//学历
|
|
|
Map<String, Object> religiousBelief = DictUtils.getDictCacheToMap("comprehensive_religious_belief");//宗教信仰
|
|
@@ -87,9 +87,9 @@ public class AppVictimController {
|
|
|
|
|
|
data.put("identityCodeLabel",DictUtils.getDictDataByValue("comprehensive_certificate_code",data.get("identityCode").toString()));
|
|
|
data.put("genderLabel",DictUtils.getDictDataByValue("comprehensive_sex",data.get("gender").toString()));
|
|
|
- data.put("nationalityRegionLabel",null == data.get("nationalityRegion")? "":DictUtils.getDictDataByValue("onest_comprehensive_internation",data.get("nationalityRegion").toString()));
|
|
|
+ data.put("nationalityRegionLabel",null == data.get("nationalityRegion")? "":DictUtils.getDictDataByValue("comprehensive_internation",data.get("nationalityRegion").toString()));
|
|
|
data.put("nationLabel",null == data.get("nation")? "":DictUtils.getDictDataByValue("comprehensive_nation",data.get("nation").toString()));
|
|
|
- data.put("maritalStatusLabel",null == data.get("maritalStatus")? "":DictUtils.getDictDataByValue("onest_comprehensive_marital_status",data.get("maritalStatus").toString()));
|
|
|
+ data.put("maritalStatusLabel",null == data.get("maritalStatus")? "":DictUtils.getDictDataByValue("comprehensive_marital_status",data.get("maritalStatus").toString()));
|
|
|
data.put("politicalOutlookLabel",null == data.get("politicalOutlook")? "":DictUtils.getDictDataByValue("comprehensive_political_status",data.get("politicalOutlook").toString()));
|
|
|
data.put("educationLabel",null == data.get("education")? "":DictUtils.getDictDataByValue("comprehensive_educational_background",data.get("education").toString()));
|
|
|
data.put("religiousBeliefsLabel",null == data.get("religiousBeliefs")? "":DictUtils.getDictDataByValue("comprehensive_religious_belief",data.get("religiousBeliefs").toString()));
|