去除多余代码

master
wj 2 years ago
parent 3c685f15b4
commit 5ad3db0ed9

@ -310,14 +310,6 @@ public class SpsSyncDownloadController {
} catch (IOException e) { } catch (IOException e) {
throw new RuntimeException(e); throw new RuntimeException(e);
} }
// 修改任务状态
// basicExportService.update(Wrappers.lambdaUpdate(BasicExportStatusEntity.class)
// .set(BasicExportStatusEntity::getStatus, BasicExportStatusEnum.COMPLETED.getCode())
// .set(BasicExportStatusEntity::getUpdateTime, new Date())
// .set(BasicExportStatusEntity::getEndTime, new Date())
// .eq(BasicExportStatusEntity::getStatus, BasicExportStatusEnum.WAIT_SYNC.getCode())
// .eq(BasicExportStatusEntity::getId, one.getId())
// );
} }
} }
baseResponse.setCode(ResultVOUtils.success().getCode()); baseResponse.setCode(ResultVOUtils.success().getCode());

Loading…
Cancel
Save