提交 52523153 编写于 作者: S smallchill

🐛 修复登陆判断逻辑的bug

上级 fd2312a4
......@@ -62,7 +62,7 @@ public class AuthController {
User user = res.getData().getUser();
//验证用户
if (user == null) {
if (user == null || Func.isEmpty(user.getId())) {
return R.fail("用户名或密码不正确");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册