不再清空游客的到期时间
This commit is contained in:
@@ -30,6 +30,6 @@ public interface AccountMapper extends CommonMapper<Account> {
|
||||
*/
|
||||
// Account findById(String id);
|
||||
|
||||
void toVisitor(Long id, Date date);
|
||||
void toVisitor(Long id);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user