学习进度统计

This commit is contained in:
2025-11-17 13:16:12 +08:00
parent cb401eebe1
commit 4b167058b6
15 changed files with 213 additions and 66 deletions

View File

@@ -246,4 +246,13 @@ public interface LearningTaskService {
* @since 2025-11-14
*/
ResultDomain<Integer> getLearningTaskCount(TbLearningTask filter);
/**
* @description 获取学习任务统计
* @param filter 过滤条件
* @return ResultDomain<Map<String, Object>> 学习任务统计
* @author yslg
* @since 2025-11-17
*/
ResultDomain<Map<String, Object>> getMyTotalStatistics(String startTime, String endTime);
}