ludc
2023-08-29 3dd21c23e8d9eea848e3f3f2dd73e4d563bc92a7
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);
      }