From 1b299b7a0ff1186efc9c62a52a3822d07b07deab Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期四, 22 八月 2024 18:01:50 +0800 Subject: [PATCH] fix:解决大屏报错、故障类型存储枚举值 --- 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