bug:企标入库后,更新企标计划表修改
This commit is contained in:
-9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user