From 9610cc33eb1fec9e9ba9dc9c8fc1032cb6e6058a Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期六, 24 八月 2024 18:44:56 +0800
Subject: [PATCH] 工单下发分页优化

---
 ycl-server/src/main/java/com/ycl/platform/mapper/CheckIndexVideoMapper.java |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/ycl-server/src/main/java/com/ycl/platform/mapper/CheckIndexVideoMapper.java b/ycl-server/src/main/java/com/ycl/platform/mapper/CheckIndexVideoMapper.java
index e43905a..ec27a1d 100644
--- a/ycl-server/src/main/java/com/ycl/platform/mapper/CheckIndexVideoMapper.java
+++ b/ycl-server/src/main/java/com/ycl/platform/mapper/CheckIndexVideoMapper.java
@@ -1,8 +1,8 @@
 package com.ycl.platform.mapper;
 
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
-import com.ycl.platform.domain.entity.CheckIndexFace;
 import com.ycl.platform.domain.entity.CheckIndexVideo;
+import com.ycl.platform.domain.query.DashboardQuery;
 
 import java.util.List;
 
@@ -63,4 +63,11 @@
     public int deleteCheckIndexVideoByIds(Long[] ids);
 
     List<CheckIndexVideo> selectToday(String date);
+
+    /**
+     * 澶у睆浜鸿劯鑰冩牳
+     * @param dashboardQuery 鏌ヨ鏉′欢
+     * @return 鏁版嵁
+     */
+    CheckIndexVideo dashboard(DashboardQuery dashboardQuery);
 }

--
Gitblit v1.8.0