fix: 81857 企标计划变更--合并--新生成的企标计划制修订类型不对
This commit is contained in:
+1
-1
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user