Commit 856109a6 authored by Quxl's avatar Quxl

x

parent e66843cb
...@@ -162,7 +162,6 @@ public class SI009SOCREATIONAsynOutServiceTask { ...@@ -162,7 +162,6 @@ public class SI009SOCREATIONAsynOutServiceTask {
String xmlName = "Z_MI_SD_009_SO_CREATION"; String xmlName = "Z_MI_SD_009_SO_CREATION";
try { try {
String xml = XMLUtil.toXml(ZDTSD009SOCREATIONBean); String xml = XMLUtil.toXml(ZDTSD009SOCREATIONBean);
String xmlFullName = xmlRoot + "/sap/" + xmlName + "/" + DateUtil.formatDate(now, DateUtil.FMT_DATE) + "/" + (isSuccess?"success":"error") + "/" + xmlName + "-" + timeString + ".XML"; String xmlFullName = xmlRoot + "/sap/" + xmlName + "/" + DateUtil.formatDate(now, DateUtil.FMT_DATE) + "/" + (isSuccess?"success":"error") + "/" + xmlName + "-" + timeString + ".XML";
FileUtil.writeText(xmlFullName, xml); FileUtil.writeText(xmlFullName, xml);
String json = new Gson().toJson(ZDTSD009SOCREATIONBean); String json = new Gson().toJson(ZDTSD009SOCREATIONBean);
......
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