fix: 80682 企标计划变更--责任部门变更--企标计划中变更状态未更新
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user