fuliqi
2024-08-31 6221c8b5df5eb0ee62dce79048c9c3f0dc3d0fc1
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();
}