From 9ca86187d65db0180f6d23b8efd13136b6db394c Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 20 九月 2024 11:45:40 +0800 Subject: [PATCH] 考核成绩导出优化 --- ycl-server/src/main/java/com/ycl/platform/service/ICheckIndexVideoService.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/ycl-server/src/main/java/com/ycl/platform/service/ICheckIndexVideoService.java b/ycl-server/src/main/java/com/ycl/platform/service/ICheckIndexVideoService.java index 832f9c6..250df9b 100644 --- a/ycl-server/src/main/java/com/ycl/platform/service/ICheckIndexVideoService.java +++ b/ycl-server/src/main/java/com/ycl/platform/service/ICheckIndexVideoService.java @@ -2,6 +2,7 @@ import com.baomidou.mybatisplus.extension.service.IService; import com.ycl.platform.domain.entity.CheckIndexVideo; +import com.ycl.platform.domain.query.DashboardQuery; import java.util.List; @@ -59,4 +60,11 @@ * @return 缁撴灉 */ public int deleteCheckIndexVideoById(Long id); + + /** + * 澶у睆瑙嗛鑰冩牳 + * @param dashboardQuery 鏌ヨ鏉′欢 + * @return 鏁版嵁 + */ + CheckIndexVideo dashboard(DashboardQuery dashboardQuery); } -- Gitblit v1.8.0