Преглед изворни кода

创建字典key常量类,修改手机端代码引用常量属性-1

Wang-Xiao-Ran пре 1 година
родитељ
комит
276d959eba

+ 1 - 1
src/main/java/com/sooka/sponest/mobile/comprehensive/socialPolicingController/AppSafetyManagementController.java

@@ -45,7 +45,7 @@ public class AppSafetyManagementController {
                 row.put("registrationTypeLabel",typeOfRegistration.get(row.get("registrationType")));
                 row.put("holdingStatusLabel",holdingInertia.get(row.get("holdingStatus")));
                 row.put("enterpriseTypeLabel",businessType.get(row.get("enterpriseType")));
-                row.put("businessScopeLabel",DictUtils.getDictDataListByValue(DictKyes.COMPREHENSIVE_BUSINESS_SCOPE, (List<String>) row.get("businessScope")));
+                row.put("businessScopeLabel",DictUtils.getDictDataListByValue(DictKeys.COMPREHENSIVE_BUSINESS_SCOPE, (List<String>) row.get("businessScope")));
                 row.put("preClosingCheckLabel","1".equals(row.get("preClosingCheck").toString())? "是":"否");
                 row.put("realNameRegistrationLabel","1".equals(row.get("realNameRegistration").toString())? "是":"否");
                 row.put("xrayInspectionLabel","1".equals(row.get("xrayInspection").toString())? "是":"否");