|
@@ -42,11 +42,11 @@ public class APPComprehensiveTPreventionTeam {
|
|
Map<String, Object> comprehensiveCodeLabel = DictUtils.getDictCacheToMap(DictKeys.COMPREHENSIVE_CERTIFICATE_CODE);
|
|
Map<String, Object> comprehensiveCodeLabel = DictUtils.getDictCacheToMap(DictKeys.COMPREHENSIVE_CERTIFICATE_CODE);
|
|
Map<String, Object> comprehensiveEducationLabel = DictUtils.getDictCacheToMap(DictKeys.COMPREHENSIVE_EDUCATIONAL_BACKGROUND);
|
|
Map<String, Object> comprehensiveEducationLabel = DictUtils.getDictCacheToMap(DictKeys.COMPREHENSIVE_EDUCATIONAL_BACKGROUND);
|
|
for (HashMap<String ,Object> row:rows) {
|
|
for (HashMap<String ,Object> row:rows) {
|
|
- row.put("GenderLabel",comprehensiveGenderLabel.get(row.get("Gender").toString()));
|
|
|
|
- row.put("NationLabel",comprehensiveNationLabel.get(row.get("Nation").toString()));
|
|
|
|
- row.put("PoliticalOutlookLabel",comprehensivePoliticalOutlookLabel.get(row.get("PoliticalOutlook").toString()));
|
|
|
|
- row.put("EducationLabel",comprehensiveEducationLabel.get(row.get("Education").toString()));
|
|
|
|
- row.put("CodeLabel",comprehensiveCodeLabel.get(row.get("Code").toString()));
|
|
|
|
|
|
+ row.put("genderLabel",comprehensiveGenderLabel.get(row.get("gender").toString()));
|
|
|
|
+ row.put("nationLabel",comprehensiveNationLabel.get(row.get("nation").toString()));
|
|
|
|
+ row.put("politicalOutlookLabel",comprehensivePoliticalOutlookLabel.get(row.get("politicalOutlook").toString()));
|
|
|
|
+ row.put("educationLabel",comprehensiveEducationLabel.get(row.get("education").toString()));
|
|
|
|
+ row.put("codeLabel",comprehensiveCodeLabel.get(row.get("code").toString()));
|
|
}
|
|
}
|
|
return AjaxResult.success(tableDataInfo.getRows());
|
|
return AjaxResult.success(tableDataInfo.getRows());
|
|
}else{
|
|
}else{
|