This commit is contained in:
none
2023-03-24 11:54:29 +08:00
parent 761458c370
commit f42c5a4236
4 changed files with 7 additions and 9 deletions

View File

@@ -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);
}