fix:
1.随机资料及配件工具包,机型台数根据发运更新
This commit is contained in:
parent
13e95d97b7
commit
70cfa83e53
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user