| | |
| | | return preventCJReportCheckRecordFromTaskRepository.insertRecord(recordFromTasks);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public int insertRecordList(List<PreventCJReportCheckRecordFromTask> recordFromTaskList) {
|
| | | return preventCJReportCheckRecordFromTaskRepository.insertRecordList(recordFromTaskList);
|
| | | }
|
| | |
|
| | | // /**
|
| | | // * 任务记录-分页查询
|
| | | // * */
|
| | |
| | | throw new AusinessException(E.UPDATE_FAIL.getCode(), "修改任务配置数据上报状态失败");
|
| | | }
|
| | | }
|
| | |
|
| | | @Override
|
| | | public void updateCJReportStatusBatchById(List<PreventCJReportCheckRecordFromTask> cjRecordFromTasks) {
|
| | | int result = preventCJReportCheckRecordFromTaskRepository.updateCJReportStatusBatchById(cjRecordFromTasks);
|
| | | if (result < 1){
|
| | | throw new AusinessException(E.UPDATE_FAIL.getCode(), "修改任务配置数据上报状态失败");
|
| | | }
|
| | | }
|
| | | }
|