From f2cec0c84b2cdbfa542c301c77667c8887120cbb Mon Sep 17 00:00:00 2001 From: "zhangxinah@yonyou.com" Date: Mon, 5 May 2025 10:44:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3bom=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=B2=A1=E6=9C=89=E5=B8=A6=E5=87=BA=E4=B8=BB?= =?UTF-8?q?=E5=8D=95=E4=BD=8D=E7=9A=84=E9=97=AE=E9=A2=98-=E5=BC=A0?= =?UTF-8?q?=E9=91=AB0505?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nccloud/api/impl/mmbd/bom/APIBomBusinessServiceImpl.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/uapbd/src/private/nccloud/api/impl/mmbd/bom/APIBomBusinessServiceImpl.java b/uapbd/src/private/nccloud/api/impl/mmbd/bom/APIBomBusinessServiceImpl.java index ed4513f..bb513df 100644 --- a/uapbd/src/private/nccloud/api/impl/mmbd/bom/APIBomBusinessServiceImpl.java +++ b/uapbd/src/private/nccloud/api/impl/mmbd/bom/APIBomBusinessServiceImpl.java @@ -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());