1.随机资料及配件工具包,机型台数根据发运更新
This commit is contained in:
ljw 2024-11-27 20:05:46 +08:00
parent e0b58466a1
commit 67ce460142

View File

@ -501,7 +501,7 @@ public class ShippingDetailsFormPlugin extends AbstractBillPlugIn implements Bef
DynamicObject yemAccessorytype = yemEsSalesorderP.get(i).getDynamicObject("yem_accessorytype"); DynamicObject yemAccessorytype = yemEsSalesorderP.get(i).getDynamicObject("yem_accessorytype");
if (yemAccessorytype != null) { if (yemAccessorytype != null) {
long aLong = yemAccessorytype.getLong("id"); long aLong = yemAccessorytype.getLong("id");
BigDecimal yemPcstype = yemAccessorytype.getBigDecimal("yem_pcstype"); BigDecimal yemPcstype = yemEsSalesorderP.get(i).getBigDecimal("yem_pcstype");
if (map.get(aLong) != null) { if (map.get(aLong) != null) {
if (yemPcstype.compareTo(map.get(aLong)) == 0) { if (yemPcstype.compareTo(map.get(aLong)) == 0) {
ints.add(i); ints.add(i);