无关风月
2024-07-04 402aba359adb4b10cfa98ad7fcb424eb55641129
ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/service/ITUserStudyService.java
@@ -20,14 +20,6 @@
public interface ITUserStudyService extends IService<TUserStudy> {
    /**
     * 获取学习进度及学习时长等信息
     *
     * @param userId 用户id
     * @return 学习信息
     */
    TUserStudy studySchedule(String userId);
    /**
     * 定时任务 清空用户学习时长
     *
     * @param time 今日/本周/本月
@@ -60,6 +52,7 @@
     * @param game          游戏信息
     * @param userid        用户id
     * @param completeStudy 游戏完成信息
     * @param studyList     学习列表
     */
    void gameHearing(TGame game, Integer userid, CompleteGameDTO completeStudy);
    void gameHearing(TGame game, Integer userid, CompleteGameDTO completeStudy, List<TStudy> studyList);
}