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

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