fix:
1.随机资料及配件工具包,机型台数根据发运更新
This commit is contained in:
parent
5816468c57
commit
80b78fd463
@ -718,7 +718,7 @@ public class ShippingDetailsFormPlugin extends AbstractBillPlugIn implements Bef
|
||||
DynamicObject yemAccessorytype = dynamicObject.getDynamicObject("yem_accessorytype");
|
||||
if (yemAccessorytype != null) {
|
||||
long aLong = yemAccessorytype.getLong("id");
|
||||
if (map.get(aLong).compareTo(BigDecimal.ZERO) != 0) {
|
||||
if (map.get(aLong) != null) {
|
||||
this.getModel().setValue("yem_pcstype", map.get(aLong), i);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user