Commit d5affc7d authored by Quxl's avatar Quxl

x

parent 4670221e
...@@ -157,11 +157,13 @@ public class ShippingNotificationServiceImpl implements ShippingNotificationServ ...@@ -157,11 +157,13 @@ public class ShippingNotificationServiceImpl implements ShippingNotificationServ
item.put("REFERENCE_PO_TYPE_TDID2", TDID); item.put("REFERENCE_PO_TYPE_TDID2", TDID);
item.put("REFERENCE_PO_TYPE_TDLINE2", TDLINE); item.put("REFERENCE_PO_TYPE_TDLINE2", TDLINE);
} else { } else {
if(TDID != null || TDLINE != null) {
throw new XRException("Text type undefined [" + TDID + "] in ITEM_REFERENCE_PO_TYPE"); throw new XRException("Text type undefined [" + TDID + "] in ITEM_REFERENCE_PO_TYPE");
} }
} }
} }
} }
}
item.put("CREATED", now); item.put("CREATED", now);
item.put("CREATEBY", systemId); item.put("CREATEBY", systemId);
insertTo(item, "t_shipping_notification_item"); insertTo(item, "t_shipping_notification_item");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment