fix: 81854 企标计划变更--工作终止流程完成没有自动撤回制修订流程
This commit is contained in:
+3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user