|
@@ -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())? "是":"否");
|