| | |
| | | import com.ruoyi.doublePrevention.entity.CJReport.PreventCJReportCheckRecordFromTask;
|
| | | import com.ruoyi.doublePrevention.repository.param.HandlerCJReportParam;
|
| | | import com.ruoyi.doublePrevention.repository.param.HandlerReportParam;
|
| | | import io.lettuce.core.dynamic.annotation.Param;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | |
| | | * 插入任务记录
|
| | | * */
|
| | | int insert(PreventCJReportCheckRecordFromTask recordFromTasks);
|
| | | /**
|
| | | * 插入任务记录
|
| | | * */
|
| | | int insertRecordList(@Param(value="list") List<PreventCJReportCheckRecordFromTask> recordFromTaskList);
|
| | | // /**
|
| | | // * 任务记录-分页查询
|
| | | // * */
|
| | |
| | | * 任务-待上报状态变更 - 通过id
|
| | | * */
|
| | | void updateCJReportStatusById(HandlerCJReportParam handlerCJReportParam);
|
| | |
|
| | | void updateCJReportStatusBatchById(List<PreventCJReportCheckRecordFromTask> cjRecordFromTasks);
|
| | | }
|