From 3366993c0ba0c79cb9b281a7dd7a1ee4e89b06e5 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 30 八月 2024 20:14:33 +0800
Subject: [PATCH] 宇视账号密码
---
ycl-server/src/main/java/com/ycl/platform/mapper/CheckIndexVideoMapper.java | 15 ++++++++++++++-
1 files changed, 14 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..2743448 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,17 @@
public int deleteCheckIndexVideoByIds(Long[] ids);
List<CheckIndexVideo> selectToday(String date);
+
+ /**
+ * 澶у睆浜鸿劯鑰冩牳
+ * @param dashboardQuery 鏌ヨ鏉′欢
+ * @return 鏁版嵁
+ */
+ CheckIndexVideo dashboard(DashboardQuery dashboardQuery);
+
+ /**
+ * 鏌ヨ瑙嗛鎸囨爣姒傜巼鏁版嵁甯︿笂閮ㄩ棬鍚嶇О
+ * @return 瑙嗛鎸囨爣姒傜巼鏁版嵁闆嗗悎
+ */
+ List<CheckIndexVideo> selectAndDeptName();
}
--
Gitblit v1.8.0