| | |
| | | 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 org.springframework.stereotype.Repository;
|
| | |
|
| | | import java.util.List;
|
| | |
| | | * */
|
| | | int updateCJReportStatusById(HandlerCJReportParam handlerCJReportParam);
|
| | | /**
|
| | | * 批量插入任务记录
|
| | | * 插入任务记录
|
| | | * */
|
| | | int insertRecord(PreventCJReportCheckRecordFromTask recordFromTasks);
|
| | | /**
|
| | | * 批量插入任务记录
|
| | | * */
|
| | | int insertRecordList(@Param(value="list") List<PreventCJReportCheckRecordFromTask> recordFromTaskList);
|
| | | }
|