fix: 退出登录区分客户和用户
This commit is contained in:
@@ -48,7 +48,9 @@ public class UClientServiceImpl extends ServiceImpl<UClientMapper, UClient> impl
|
||||
}
|
||||
boolean flag = this.saveOrUpdate(uClient);
|
||||
// 登录时如果当前用户有可用套餐和余额授权当前设备访问wifi,且根据套餐限制带宽
|
||||
accountService.authClientAndRateLimit(uClientBo);
|
||||
if (StrUtil.isNotBlank(uClientBo.getClientName()) && StrUtil.isNotBlank(uClientBo.getSiteId())) {
|
||||
accountService.authClientAndRateLimit(uClientBo);
|
||||
}
|
||||
return flag;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user