From a06873cfd97adf450ef254ac4e9902c8aae83ef6 Mon Sep 17 00:00:00 2001 From: jack ning Date: Tue, 22 Jul 2025 23:37:59 +0800 Subject: [PATCH] update --- .../rbac/organization/OrganizationRestService.java | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/modules/core/src/main/java/com/bytedesk/core/rbac/organization/OrganizationRestService.java b/modules/core/src/main/java/com/bytedesk/core/rbac/organization/OrganizationRestService.java index 665669ed2a..4da7e41523 100644 --- a/modules/core/src/main/java/com/bytedesk/core/rbac/organization/OrganizationRestService.java +++ b/modules/core/src/main/java/com/bytedesk/core/rbac/organization/OrganizationRestService.java @@ -2,7 +2,7 @@ * @Author: jackning 270580156@qq.com * @Date: 2024-01-29 16:20:17 * @LastEditors: jackning 270580156@qq.com - * @LastEditTime: 2025-07-17 09:51:49 + * @LastEditTime: 2025-07-22 23:26:48 * @Description: bytedesk.com https://github.com/Bytedesk/bytedesk * Please be aware of the BSL license restrictions before installing Bytedesk IM – * selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license. @@ -34,6 +34,8 @@ import com.bytedesk.core.rbac.auth.AuthService; import com.bytedesk.core.rbac.user.UserEntity; import com.bytedesk.core.rbac.user.UserService; import com.bytedesk.core.uid.UidUtils; +import com.bytedesk.core.utils.BdDateUtils; + import lombok.AllArgsConstructor; import lombok.extern.slf4j.Slf4j; import com.bytedesk.core.rbac.user.UserResponse; @@ -93,6 +95,10 @@ public class OrganizationRestService extends BaseRestService new NotFoundException("用户不存在.")); String orgUid = uidUtils.getUid(); @@ -101,6 +107,8 @@ public class OrganizationRestService extends BaseRestService