From 19321e1348baefa2a9f5211c42f8b797c0fcccd1 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期一, 27 十月 2025 18:11:56 +0800
Subject: [PATCH] 登录验证
---
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