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

View File

@ -501,7 +501,7 @@ public class ShippingDetailsFormPlugin extends AbstractBillPlugIn implements Bef
DynamicObject yemAccessorytype = yemEsSalesorderP.get(i).getDynamicObject("yem_accessorytype");
if (yemAccessorytype != null) {
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 (yemPcstype.compareTo(map.get(aLong)) == 0) {
ints.add(i);