mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-23 11:09:29 +08:00
登录信息修改的优化
This commit is contained in:
@@ -4,8 +4,6 @@ import org.apache.ibatis.annotations.Mapper;
|
||||
import xyz.playedu.api.domain.AdminUser;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
@Mapper
|
||||
/**
|
||||
* @author tengteng
|
||||
@@ -13,7 +11,6 @@ import java.util.Date;
|
||||
* @createDate 2023-02-11 10:58:52
|
||||
* @Entity xyz.playedu.api.domain.AdminUser
|
||||
*/ public interface AdminUserMapper extends BaseMapper<AdminUser> {
|
||||
Integer updateLoginAtAndLoginTimes(Integer id, Date loginAt, Integer loginTimes);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user