Source/UBCS/ubcs-service/ubcs-system/src/main/java/com/vci/ubcs/system/service/impl/TenantServiceImpl.java
@@ -214,7 +214,7 @@ List<Map<String, Object>> mapList = listMaps(new QueryWrapper<Tenant>().select("TENANT_ID", "TENANT_NAME")); if(Func.isNotEmpty(this.propertiesTenantId)){ Map<String, Object> map = new HashMap<>(); map.put("TENANT_ID","this.propertiesTenantId"); map.put("TENANT_ID",this.propertiesTenantId); map.put("TENANT_NAME","管理组"); mapList.add(0,map); }