fix: 81854 企标计划变更--工作终止流程完成没有自动撤回制修订流程

This commit is contained in:
2024-02-07 10:44:43 +08:00
parent 8123a6f72c
commit 4aa52390de
@@ -210,6 +210,9 @@ public class EsRevisionServiceImpl extends ServiceImpl<EsRevisionMapper, Process
if (esp == null) {
throw new JeroBootException(ResultCommon.INVALID_ESP);
}
// 设置状态为运行中
esp.setProjectStatus(ESPProjectStatus.IN_PROGRESS.getValue());
espService.updateById(esp);
}
@Override