解决bom新增接口没有带出主单位的问题-张鑫0505

This commit is contained in:
zhangxinah@yonyou.com 2025-05-05 10:44:29 +08:00
parent ffa8c297e2
commit f2cec0c84b
1 changed files with 1 additions and 2 deletions

View File

@ -787,8 +787,7 @@ public class APIBomBusinessServiceImpl implements IAPIBomBusinessService {
agg.getParent().setAttributeValue("hvchangerate", result.getMeasureVO().getVchangeRate());
BomVO bom = new BomVO();
// bom.setHcmeasureid(result.getMeasureVO().getCmeasureid());
bom.setHcmeasureid(result.getMeasureVO().getCmeasureid());
bom.setHcassmeasureid(result.getMeasureVO().getCassMeasures());
bom.setHvchangerate(result.getMeasureVO().getVchangeRate());