| | |
| | | package com.ruoyi.doublePrevention.repository; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.ruoyi.doublePrevention.entity.CJReport.PreventCJReportCheckTaskFromWork; |
| | | import com.ruoyi.doublePrevention.entity.ZDReport.HandlerZDReportParam; |
| | | import com.ruoyi.doublePrevention.repository.param.HandlerCJReportParam; |
| | | import com.ruoyi.doublePrevention.repository.param.HandlerReportParam; |
| | | import org.springframework.stereotype.Repository; |
| | |
| | | * 任务配置 -查询待上报 |
| | | * */ |
| | | List<PreventCJReportCheckTaskFromWork> listReportTaskFromWorkDate(); |
| | | |
| | | /** |
| | | * 任务配置 -待上报状态变更 |
| | | * */ |
| | |
| | | List<PreventCJReportCheckTaskFromWork> listWork1(); |
| | | |
| | | int updateInfo1(PreventCJReportCheckTaskFromWork work); |
| | | |
| | | /** |
| | | * 任务配置 -查询待上报 |
| | | * */ |
| | | List<PreventCJReportCheckTaskFromWork> listReportTaskFromWorkDateHD(); |
| | | |
| | | /** |
| | | * 任务配置 -待上报状态变更 -通过id |
| | | * */ |
| | | int updateHDReportStatusById(HandlerZDReportParam handlerZDReportParam); |
| | | } |