From beff8f79f172ff7f58a0e21b8a2ffd1f74c4732d Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 7 Jul 2025 11:37:10 +0800 Subject: [PATCH] =?UTF-8?q?2025-07-07=20Bom=20Routing=20=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=90=8C=E6=AD=A5-=E5=8F=8D=E5=90=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/spring/ifs/api/BomApi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/spring/ifs/api/BomApi.java b/src/main/java/com/spring/ifs/api/BomApi.java index 38873e42..a697f94c 100644 --- a/src/main/java/com/spring/ifs/api/BomApi.java +++ b/src/main/java/com/spring/ifs/api/BomApi.java @@ -830,7 +830,7 @@ public class BomApi { componentValue = componentValue.setScale(0, BigDecimal.ROUND_HALF_UP); componentValue = componentValue.stripTrailingZeros(); String formatterComponentValue = componentValue.toPlainString(); - tempItem.setByProdLineItemNo(formatterComponentValue); + tempItem.setComponentLineItemNo(formatterComponentValue); tempItem.setComponentPartNo(tempMap.get("COMPONENTPARTNO")); tempItem.setItemCostDistribution(tempMap.get("ITEMCOSTDISTRIBUTION"));