Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
sap-service
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
曲欣亮
sap-service
Commits
1d650b34
Commit
1d650b34
authored
Aug 12, 2019
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
880877af
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
SI004INVENTORYSyncOutServiceTask.java
...TORY_SyncOutService/SI004INVENTORYSyncOutServiceTask.java
+2
-2
SI011ACTUALSALESSyncOutServiceTask.java
...ES_SyncOutService/SI011ACTUALSALESSyncOutServiceTask.java
+2
-2
ZMISD009SOCREATIONServiceTask.java
..._MI_SD_009_SO_CREATION/ZMISD009SOCREATIONServiceTask.java
+2
-2
No files found.
src/main/java/com/egolm/sso/clients/SI_004_INVENTORY_SyncOutService/SI004INVENTORYSyncOutServiceTask.java
View file @
1d650b34
...
...
@@ -139,7 +139,7 @@ public class SI004INVENTORYSyncOutServiceTask {
}
finally
{
try
{
common
.
saveApiAccessLog
(
"SAP库存数据接口"
,
"/XISOAPAdapter/MessageServlet/si004INVENTORYSyncOut"
,
isSuccess
?
"S"
:
"F"
);
}
catch
(
Exception
e1
)
{
}
catch
(
Throwable
e1
)
{
logger
.
error
(
timeString
,
e1
);
}
try
{
...
...
@@ -154,7 +154,7 @@ public class SI004INVENTORYSyncOutServiceTask {
FileUtil
.
writeText
(
xmlFullName
,
xml
);
String
json
=
new
Gson
().
toJson
(
mt004INVENTORY
);
FileUtil
.
writeText
(
xmlFullName
+
".JSON"
,
json
);
}
catch
(
Exception
e
)
{
}
catch
(
Throwable
e
)
{
throw
new
XRException
(
ThrowableUtil
.
getCaused
(
e
).
getMessage
(),
e
);
}
}
...
...
src/main/java/com/egolm/sso/clients/SI_011_ACTUAL_SALES_SyncOutService/SI011ACTUALSALESSyncOutServiceTask.java
View file @
1d650b34
...
...
@@ -146,7 +146,7 @@ public class SI011ACTUALSALESSyncOutServiceTask {
}
finally
{
try
{
common
.
saveApiAccessLog
(
"SAP销售数据接口"
,
"/XISOAPAdapter/MessageServlet/si011ACTUALSALESSyncOut"
,
isSuccess
?
"S"
:
"F"
);
}
catch
(
Exception
e1
)
{
}
catch
(
Throwable
e1
)
{
logger
.
error
(
timeString
,
e1
);
}
try
{
...
...
@@ -161,7 +161,7 @@ public class SI011ACTUALSALESSyncOutServiceTask {
FileUtil
.
writeText
(
xmlFullName
,
xml
);
String
json
=
new
Gson
().
toJson
(
mt011ACTUALSALES
);
FileUtil
.
writeText
(
xmlFullName
+
".JSON"
,
json
);
}
catch
(
Exception
e
)
{
}
catch
(
Throwable
e
)
{
throw
new
XRException
(
ThrowableUtil
.
getCaused
(
e
).
getMessage
(),
e
);
}
}
...
...
src/main/java/com/egolm/sso/clients/Z_MI_SD_009_SO_CREATION/ZMISD009SOCREATIONServiceTask.java
View file @
1d650b34
...
...
@@ -139,7 +139,7 @@ public class ZMISD009SOCREATIONServiceTask {
}
finally
{
try
{
common
.
saveApiAccessLog
(
"SAP采购订单接口"
,
"/sap/xi/engine"
,
isSuccess
?
"S"
:
"F"
);
}
catch
(
Exception
e1
)
{
}
catch
(
Throwable
e1
)
{
logger
.
error
(
"数据上传日志记录失败"
,
e1
);
}
try
{
...
...
@@ -154,7 +154,7 @@ public class ZMISD009SOCREATIONServiceTask {
FileUtil
.
writeText
(
xmlFullName
,
xml
);
String
json
=
new
Gson
().
toJson
(
ZDTSD009SOCREATIONBean
);
FileUtil
.
writeText
(
xmlFullName
+
".JSON"
,
json
);
}
catch
(
Exception
e
)
{
}
catch
(
Throwable
e
)
{
throw
new
XRException
(
ThrowableUtil
.
getCaused
(
e
).
getMessage
(),
e
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment