解决bom新增接口没有带出主单位的问题-张鑫0505
This commit is contained in:
parent
ffa8c297e2
commit
f2cec0c84b
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in New Issue