Commit 8eb3bee2 authored by Quxl's avatar Quxl

x

parent 6b4121d5
...@@ -148,7 +148,7 @@ public class SI004INVENTORYSyncOutServiceTask { ...@@ -148,7 +148,7 @@ public class SI004INVENTORYSyncOutServiceTask {
logger.error(timeString, e1); logger.error(timeString, e1);
} }
try { try {
trace.saveOrderTracking(traceNo, "004_INVENTORY", null, disCode, "D", (isSuccess ? "S" : "F"), message, errorMessage); trace.saveOrderTracking(traceNo, "InventorySending", null, disCode, "D", (isSuccess ? "S" : "F"), message, errorMessage);
} catch (Throwable e1) { } catch (Throwable e1) {
logger.error("追踪数据保存失败", e1); logger.error("追踪数据保存失败", e1);
} }
......
...@@ -155,7 +155,7 @@ public class SI011ACTUALSALESSyncOutServiceTask { ...@@ -155,7 +155,7 @@ public class SI011ACTUALSALESSyncOutServiceTask {
logger.error(timeString, e1); logger.error(timeString, e1);
} }
try { try {
trace.saveOrderTracking(traceNo, "011_ACTUAL_SALES", null, disCode, "D", (isSuccess ? "S" : "F"), message, errorMessage); trace.saveOrderTracking(traceNo, "IssueBillSending", null, disCode, "D", (isSuccess ? "S" : "F"), message, errorMessage);
} catch (Throwable e1) { } catch (Throwable e1) {
logger.error("追踪数据保存失败", e1); logger.error("追踪数据保存失败", e1);
} }
......
...@@ -64,7 +64,7 @@ public class ShippingNotificationServiceImpl implements ShippingNotificationServ ...@@ -64,7 +64,7 @@ public class ShippingNotificationServiceImpl implements ShippingNotificationServ
String TRACE_NO = common.getNextTrace(now, "sapshippingnotification", "T_SHIPPING_NOTIFICATION_HEADER"); String TRACE_NO = common.getNextTrace(now, "sapshippingnotification", "T_SHIPPING_NOTIFICATION_HEADER");
String apiName = "SAP发货通知接口"; String apiName = "SAP发货通知接口";
String apiPath = "/shipping_notfirmation"; String apiPath = "/shipping_notfirmation";
String traceName = "ShippingNotfirmation"; String traceName = "ShippingNotification";
String traceAction = "U"; String traceAction = "U";
String message = null; String message = null;
String errorMessage = null; String errorMessage = null;
......
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