From 54a6409adaa5be34c00a8f440b12d253a691a7ed Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期二, 10 十月 2023 17:19:31 +0800
Subject: [PATCH] 前端代码打包
---
Source/UBCS/ubcs-service/ubcs-system/src/main/java/com/vci/ubcs/system/controller/TenantController.java | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/Source/UBCS/ubcs-service/ubcs-system/src/main/java/com/vci/ubcs/system/controller/TenantController.java b/Source/UBCS/ubcs-service/ubcs-system/src/main/java/com/vci/ubcs/system/controller/TenantController.java
index 6e445e7..31572a7 100644
--- a/Source/UBCS/ubcs-service/ubcs-system/src/main/java/com/vci/ubcs/system/controller/TenantController.java
+++ b/Source/UBCS/ubcs-service/ubcs-system/src/main/java/com/vci/ubcs/system/controller/TenantController.java
@@ -70,12 +70,6 @@
private final ITenantPackageService tenantPackageService;
/**
- * 瓒呯绉熸埛id
- */
- @Value("${user-info.tenant-id}")
- private String tenantId;
-
- /**
* 璇︽儏
*/
@GetMapping("/detail")
@@ -234,11 +228,6 @@
@ApiOperation(value = "涓嬫媺绉熸埛淇℃伅")
public R<List> findAll() {
List<Map<String, Object>> mapList = tenantService.selectMaps();
- if(Func.isNotEmpty(tenantId)){
- Map<String, Object> map = new HashMap<>();
- map.put("绠$悊缁�", tenantId);
- mapList.add(map);
- }
return R.data(mapList);
}
--
Gitblit v1.9.3