1.随机资料及配件工具包,机型台数根据发运更新
This commit is contained in:
ljw 2024-11-27 20:06:45 +08:00
parent 70cfa83e53
commit b60b48b63b

View File

@ -490,7 +490,7 @@ public class ShippingDetailsFormPlugin extends AbstractBillPlugIn implements Bef
DynamicObject yemProductmodel = (DynamicObject) this.getModel().getValue("yem_productmodel", rowIndex);
BigDecimal yemQty = (BigDecimal) this.getModel().getValue("yem_qty");
if (yemProductmodel != null) {
long aLong = yemProductmodel.getLong("id");
long aLong = yemProductmodel.getDynamicObject("yem_products").getLong("id");
map.merge(aLong, yemQty, (a, b) -> b.add(a));
}
}