ludc
2023-09-25 b37e004269f6ac1c72fa51c25d81cc63f8378202
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);
      }