Commit 2dc84326 authored by Quxl's avatar Quxl

x

parent ae4d999d
...@@ -136,7 +136,7 @@ public class SI011ACTUALSALESSyncOutServiceTask { ...@@ -136,7 +136,7 @@ public class SI011ACTUALSALESSyncOutServiceTask {
throw new XRException(ThrowableUtil.getCaused(e).getMessage() + " -- " + timeString, e); throw new XRException(ThrowableUtil.getCaused(e).getMessage() + " -- " + timeString, e);
} finally { } finally {
try { try {
common.saveApiAccessLog("SAP库存数据接口", "/XISOAPAdapter/MessageServlet/si011ACTUALSALESSyncOut", isSuccess ? "S" : "F"); common.saveApiAccessLog("SAP销售数据接口", "/XISOAPAdapter/MessageServlet/si011ACTUALSALESSyncOut", isSuccess ? "S" : "F");
} catch (Exception e1) { } catch (Exception e1) {
logger.error(timeString, e1); logger.error(timeString, e1);
} }
......
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