mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-25 12:22:03 +08:00
数据库字段类型修改
This commit is contained in:
@@ -13,7 +13,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
@Mapper
|
||||
public interface UserLearnDurationStatsMapper extends BaseMapper<UserLearnDurationStats> {
|
||||
|
||||
Integer getUserDuration(Integer userId);
|
||||
Long getUserDuration(Integer userId);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user