| | |
| | | package com.ycl.platform.mapper; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.ycl.platform.domain.dto.ImageResourceDTO; |
| | | import com.ycl.platform.domain.entity.CheckIndexVideo; |
| | | import com.ycl.platform.domain.query.DashboardQuery; |
| | | import org.apache.ibatis.annotations.MapKey; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | |
| | | */ |
| | | public List<CheckIndexVideo> selectCheckIndexVideoList(CheckIndexVideo checkIndexVideo); |
| | | |
| | | /** |
| | | * 考核模板定时任务查询视频指标概率数据列表 |
| | | * |
| | | * @param checkIndexVideo 视频指标概率数据 |
| | | * @return 视频指标概率数据集合 |
| | | */ |
| | | public List<CheckIndexVideo> getCheckIndexVideoList(CheckIndexVideo checkIndexVideo); |
| | | /** |
| | | * 新增视频指标概率数据 |
| | | * |
| | |
| | | * 查询每个部门最新数据 |
| | | * @return 数据Map |
| | | */ |
| | | @MapKey(value = "deptId") |
| | | Map<Long, CheckIndexVideo> selectLastOneByDept(); |
| | | List<ImageResourceDTO> selectLastOneByDept(); |
| | | } |