fix: 80682 企标计划变更--责任部门变更--企标计划中变更状态未更新

This commit is contained in:
2024-01-16 17:25:20 +08:00
parent 9e725ab7b0
commit fd4919725f
@@ -107,7 +107,7 @@ public class ProcessESInitChangeEndListener implements ExecutionListener {
// 将企标计划变更状态设为变更
for (ProcessEsInitChange processEsInitChange : processEsInitChanges) {
processEsInitChange.setProjectStatus(ESPProjectStatus.IN_PROGRESS.getValue());
processEsInitChange.setProjectStatus(ESPChangeType.CANCEL.getValue());
processEsInitChange.setChangeStatus(ESPChangeType.CHANGE.getValue());
}
enterpriseStandardPlans = BeanCopyUtils.copyBeanList(processEsInitChanges, EnterpriseStandardPlan.class);
espService.saveOrUpdateBatch(enterpriseStandardPlans);