From b85a7f932b9d789a2e9bdb36e366c36c2e1eb3cc Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期四, 17 四月 2025 11:31:53 +0800
Subject: [PATCH] 查询考核成绩为null,为前端添加数据默认为0

---
 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