From 3e9a6da99aae968123ee7bca352fc08becd7f1f2 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 29 八月 2024 17:29:21 +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