bug:企标入库后,更新企标计划表修改

This commit is contained in:
wxyclub
2023-08-11 11:36:51 +08:00
parent 1298cab130
commit 229ca0c73d
@@ -555,15 +555,6 @@ public class ActSarItemsBussEOService {
}
}
}
// 更新企标计划状态
String esPlanId = (String) standMap.get("planId");
if (StringUtils.isNotBlank(esPlanId)) {
EsRevisePlan esRevisePlan = esRevisePlanDao.selectById(esPlanId);
esRevisePlan.setPlanStatus("4");
esRevisePlan.setStandId(sarBussionessStand.getId());
esRevisePlan.setActualTime(new Date());
esRevisePlanDao.updateById(esRevisePlan);
}
}
return bussId;