1.随机资料及配件工具包,机型台数根据发运更新
This commit is contained in:
ljw 2024-11-26 21:21:44 +08:00
parent 5816468c57
commit 80b78fd463

View File

@ -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);
}
}