From 7ac4ca554e07a977710141c54a2dc4359dd30590 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期四, 23 三月 2023 12:56:31 +0800
Subject: [PATCH] update spring-boot.mybatis 3.0.0 => 3.0.1 update spring-boot-admin 3.0.1 => 3.0.2 update mapstruct-plus 1.1.6 => 1.1.8 update maven-surefire-plugin 3.0.0-M9 => 3.0.0

---
 ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/service/ISysTenantService.java |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/service/ISysTenantService.java b/ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/service/ISysTenantService.java
index 1885bc8..5cef033 100644
--- a/ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/service/ISysTenantService.java
+++ b/ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/service/ISysTenantService.java
@@ -51,6 +51,11 @@
     int updateTenantStatus(SysTenantBo bo);
 
     /**
+     * 鏍¢獙绉熸埛鏄惁鍏佽鎿嶄綔
+     */
+    void checkTenantAllowed(String tenantId);
+
+    /**
      * 鏍¢獙骞舵壒閲忓垹闄ょ鎴蜂俊鎭�
      */
     Boolean deleteWithValidByIds(Collection<Long> ids, Boolean isValid);
@@ -58,17 +63,17 @@
     /**
      * 鏍¢獙浼佷笟鍚嶇О鏄惁鍞竴
      */
-    String checkCompanyNameUnique(SysTenantBo bo);
+    boolean checkCompanyNameUnique(SysTenantBo bo);
 
     /**
      * 鏍¢獙璐﹀彿浣欓
      */
-    String checkAccountBalance(String tenantId);
+    boolean checkAccountBalance(String tenantId);
 
     /**
      * 鏍¢獙鏈夋晥鏈�
      */
-    String checkExpireTime(String tenantId);
+    boolean checkExpireTime(String tenantId);
 
     /**
      * 鍚屾绉熸埛濂楅

--
Gitblit v1.9.3