From 0c3e6b2d5edd46c3476a1a51a70540258b3c39dc Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期三, 29 十月 2025 15:56:06 +0800
Subject: [PATCH] 最新版本541200007

---
 server/system_service/src/main/java/com/doumee/biz/system/SystemUserBiz.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/server/system_service/src/main/java/com/doumee/biz/system/SystemUserBiz.java b/server/system_service/src/main/java/com/doumee/biz/system/SystemUserBiz.java
index 1dc800c..4d72525 100644
--- a/server/system_service/src/main/java/com/doumee/biz/system/SystemUserBiz.java
+++ b/server/system_service/src/main/java/com/doumee/biz/system/SystemUserBiz.java
@@ -4,6 +4,8 @@
 import com.doumee.dao.system.dto.CreateUserRoleDTO;
 import com.doumee.dao.system.dto.ResetSystemUserPwdDTO;
 import com.doumee.dao.system.dto.UpdatePwdDto;
+import com.doumee.dao.system.model.SystemUser;
+import com.doumee.service.business.third.model.LoginUserInfo;
 import org.springframework.web.multipart.MultipartFile;
 
 import java.util.List;
@@ -57,6 +59,7 @@
      */
     void updateById(CreateSystemUserDTO systemUser);
 
+    void updUserProhibitStatus(SystemUser user, LoginUserInfo loginUserInfo);
     /**
      * 鍒涘缓鐢ㄦ埛瑙掕壊
      * @author Eva.Caesar Liu

--
Gitblit v1.9.3