只允许一个登录
This commit is contained in:
parent
36e8aeaaa0
commit
01f85e2d8e
|
|
@ -57,6 +57,8 @@ public class LoginService {
|
|||
return Result.fail(CodeEnum.PARAM);
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (ObjectUtil.isEmpty(loginReq.getSerialNumber())) {
|
||||
return Result.fail(CodeEnum.SERIALNUMBER);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue