mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-25 12:22:03 +08:00
update
This commit is contained in:
@@ -13,8 +13,6 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
@Mapper
|
||||
public interface UserLearnDurationStatsMapper extends BaseMapper<UserLearnDurationStats> {
|
||||
|
||||
Integer getUserDateDuration(Integer userId, String createdDate);
|
||||
|
||||
Integer getUserDuration(Integer userId);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user