不再清空游客的到期时间
This commit is contained in:
@@ -1746,7 +1746,7 @@ public class AccountServiceImpl extends ServiceImpl<AccountMapper, Account> impl
|
||||
}
|
||||
|
||||
public void toVisitor(Account account){
|
||||
accountMapper.toVisitor(account.getId(), new Date());
|
||||
accountMapper.toVisitor(account.getId());
|
||||
}
|
||||
|
||||
public List<Long> setUserValidToDayEnd(){
|
||||
|
||||
Reference in New Issue
Block a user