| | |
| | | * @param ids |
| | | */ |
| | | @Override |
| | | public void delTaskDetail(List<Integer> ids) { |
| | | public void delTaskDetail(List<String> ids) { |
| | | this.baseMapper.deleteBatchIds(ids); |
| | | List<TaskDetail> taskDetails = this.selectBatchIds(ids); |
| | | for (TaskDetail taskDetail : taskDetails) { |
| | |
| | | public ResultUtil manualAudit(ManualAuditVo vo) { |
| | | List<TaskDetailVehiclesChannel> taskDetailVehiclesChannels = taskDetailVehiclesChannelService.selectBatchIds(vo.getId()); |
| | | for (TaskDetailVehiclesChannel taskDetailVehiclesChannel : taskDetailVehiclesChannels) { |
| | | if(1 == taskDetailVehiclesChannel.getArtificialStatus()){ |
| | | if(null != taskDetailVehiclesChannel.getArtificialStatus() && 1 == taskDetailVehiclesChannel.getArtificialStatus()){ |
| | | return ResultUtil.error("不能重复审核"); |
| | | } |
| | | taskDetailVehiclesChannel.setArtificialStatus(vo.getStatus()); |