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