Commit 5795aac7 authored by Quxl's avatar Quxl

x

parent 546c4ea1
...@@ -108,7 +108,7 @@ public class ShippingNotificationServiceImpl implements ShippingNotificationServ ...@@ -108,7 +108,7 @@ public class ShippingNotificationServiceImpl implements ShippingNotificationServ
if(BATCH_CODE == null || BATCH_CODE.trim().isEmpty()) { if(BATCH_CODE == null || BATCH_CODE.trim().isEmpty()) {
throw new XRException("Unable to generate batch number, Distributor number cannot be empty"); throw new XRException("Unable to generate batch number, Distributor number cannot be empty");
} }
header.put("BATCH", dateString + "-" + common.getNextval("T_SHIPPING_NOTIFICATION_HEADER_BATCH_"+dateString)); header.put("BATCH", dateString + "-" + common.getNextval("T_SHIPPING_NOTIFICATION_HEADER_BATCH_" + BATCH_CODE));
header.put("SEND_STATUS", "N"); header.put("SEND_STATUS", "N");
header.put("TRACE_NO", "sapshippingnotification"+DateUtil.formatDate(now, DateUtil.FMT_DATETIME)); header.put("TRACE_NO", "sapshippingnotification"+DateUtil.formatDate(now, DateUtil.FMT_DATETIME));
header.put("CREATED", now); header.put("CREATED", now);
......
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