修复"禁止登录"后 已在线的用户 还可以请求bug

This commit is contained in:
zegezy 2023-12-28 20:57:41 +08:00
parent e007e9dafc
commit 0b38771d30

View File

@ -34,4 +34,9 @@
"responseBodyDefinition" : null
}
================================
import cn.dev33.satoken.stp.StpUtil
if(isLogin == '1'){
StpUtil.logout(id);
}
return db.table("sys_user").column("isLogin", isLogin).where().eq("id",id).update()