| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | 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; |
| | | |
| | |
| | | List<PreventCJReportCheckTaskFromWork> listWork1(); |
| | | |
| | | int updateInfo1(PreventCJReportCheckTaskFromWork work); |
| | | |
| | | |
| | | List<PreventCJReportCheckTaskFromWork> listReportTaskFromWorkDateHuaiDong(); |
| | | |
| | | /** |
| | | * 任务配置 -待上报状态变更 |
| | | * */ |
| | | int updateHDReportStatusById(HandlerZDReportParam handlerReportParam); |
| | | } |