Browse Source

2025-07-07

Bom Routing 数据同步-反向
master
fengyuan_yang 6 months ago
parent
commit
beff8f79f1
  1. 2
      src/main/java/com/spring/ifs/api/BomApi.java

2
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"));

Loading…
Cancel
Save