|
@@ -67,7 +67,7 @@ public class AppSchoolController extends BaseController {
|
|
|
HashMap<String,Object> comprehensiveSchool = (HashMap<String, Object>) ajaxResult.get("data");
|
|
|
Map<String,Object> map = DictUtils.getComprehensiveDictCacheToMap(DictKeys.COMPREHENSIVE_CITY_CODE);
|
|
|
comprehensiveSchool.put("schoolTypeLabel",DictUtils.getDictDataByValue(DictKeys.COMPREHENSIVE_TYPE_OF_SCHOOL, MapUtils.getString(comprehensiveSchool,"schoolType")));
|
|
|
- comprehensiveSchool.put("dictName", MapUtils.getString(map,MapUtils.getString(comprehensiveSchool,"educationAdminDept")));
|
|
|
+ comprehensiveSchool.put("educationAdminDeptLabel", MapUtils.getString(map,MapUtils.getString(comprehensiveSchool,"educationAdminDept")));
|
|
|
return AjaxResult.success(comprehensiveSchool);
|
|
|
}else{
|
|
|
return AjaxResult.error(MapUtils.getString(ajaxResult,"code"), MapUtils.getString(ajaxResult,"msg"));
|