fix: 81857 企标计划变更--合并--新生成的企标计划制修订类型不对

This commit is contained in:
2024-02-07 10:54:33 +08:00
parent 4aa52390de
commit 03bdfeaa32
@@ -131,6 +131,7 @@ public class ProcessESInitChangeEndListener implements ExecutionListener {
espService.deleteById(processEsInitChange.getStandardIdTwo());
// 生成新企标计划
EnterpriseStandardPlan plan = BeanCopyUtils.copyBean(processEsInitChange, EnterpriseStandardPlan.class);
plan.setProjectType(ESPProjectType.ENACT.getValue());
espService.save(plan);
//发起制修订流程
esRevisionService.autoStartProcess(getRevisionDataVO(plan));