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
cc115326
Commit
cc115326
authored
Aug 07, 2019
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
18e941fa
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
ConfirmQuotationServiceImpl.java
...rvices/confirm_quotation/ConfirmQuotationServiceImpl.java
+1
-1
DNDeletionServiceImpl.java
...egolm/sso/services/dn_deletion/DNDeletionServiceImpl.java
+1
-1
MaterialMasterServiceImpl.java
...o/services/material_master/MaterialMasterServiceImpl.java
+1
-1
PrformaInvoiceServiceImpl.java
...o/services/prforma_invoice/PrformaInvoiceServiceImpl.java
+1
-1
PriceListServiceImpl.java
...m/egolm/sso/services/price_list/PriceListServiceImpl.java
+1
-1
ShippingNotificationServiceImpl.java
...hipping_notfirmation/ShippingNotificationServiceImpl.java
+1
-1
ZMISD009SOCREATIONTask.java
...ava/com/schneider_distributor/ZMISD009SOCREATIONTask.java
+1
-1
No files found.
src/main/java/com/egolm/sso/services/confirm_quotation/ConfirmQuotationServiceImpl.java
View file @
cc115326
...
...
@@ -175,7 +175,7 @@ public class ConfirmQuotationServiceImpl implements ConfirmQuotationService {
}
catch
(
Exception
e
)
{
isSuccess
=
false
;
message
=
ThrowableUtil
.
getThrowableDesc
(
e
);
errorMessage
=
ThrowableUtil
.
toStackString
(
e
)
+
" -- "
+
timeString
;
errorMessage
=
ThrowableUtil
.
getCaused
(
e
).
getMessage
(
)
+
" -- "
+
timeString
;
throw
new
XRException
(
ThrowableUtil
.
getCaused
(
e
).
getMessage
()
+
" -- "
+
timeString
,
e
);
}
finally
{
try
{
...
...
src/main/java/com/egolm/sso/services/dn_deletion/DNDeletionServiceImpl.java
View file @
cc115326
...
...
@@ -84,7 +84,7 @@ public class DNDeletionServiceImpl implements DNDeletionService {
}
catch
(
Exception
e
)
{
isSuccess
=
false
;
message
=
ThrowableUtil
.
getThrowableDesc
(
e
);
errorMessage
=
ThrowableUtil
.
toStackString
(
e
)
+
" -- "
+
timeString
;
errorMessage
=
ThrowableUtil
.
getCaused
(
e
).
getMessage
(
)
+
" -- "
+
timeString
;
throw
new
XRException
(
ThrowableUtil
.
getCaused
(
e
).
getMessage
()
+
" -- "
+
timeString
,
e
);
}
finally
{
try
{
...
...
src/main/java/com/egolm/sso/services/material_master/MaterialMasterServiceImpl.java
View file @
cc115326
...
...
@@ -131,7 +131,7 @@ public class MaterialMasterServiceImpl implements MaterialMasterService {
}
catch
(
Exception
e
)
{
isSuccess
=
false
;
message
=
ThrowableUtil
.
getThrowableDesc
(
e
);
errorMessage
=
ThrowableUtil
.
toStackString
(
e
)
+
" -- "
+
timeString
;
errorMessage
=
ThrowableUtil
.
getCaused
(
e
).
getMessage
(
)
+
" -- "
+
timeString
;
throw
new
XRException
(
ThrowableUtil
.
getCaused
(
e
).
getMessage
()
+
" -- "
+
timeString
,
e
);
}
finally
{
try
{
...
...
src/main/java/com/egolm/sso/services/prforma_invoice/PrformaInvoiceServiceImpl.java
View file @
cc115326
...
...
@@ -258,7 +258,7 @@ public class PrformaInvoiceServiceImpl implements PrformaInvoiceService {
}
catch
(
Exception
e
)
{
isSuccess
=
false
;
message
=
ThrowableUtil
.
getThrowableDesc
(
e
);
errorMessage
=
ThrowableUtil
.
toStackString
(
e
)
+
" -- "
+
timeString
;
errorMessage
=
ThrowableUtil
.
getCaused
(
e
).
getMessage
(
)
+
" -- "
+
timeString
;
throw
new
XRException
(
ThrowableUtil
.
getCaused
(
e
).
getMessage
()
+
" -- "
+
timeString
,
e
);
}
finally
{
try
{
...
...
src/main/java/com/egolm/sso/services/price_list/PriceListServiceImpl.java
View file @
cc115326
...
...
@@ -114,7 +114,7 @@ public class PriceListServiceImpl implements PriceListService {
}
catch
(
Exception
e
)
{
isSuccess
=
false
;
message
=
ThrowableUtil
.
getThrowableDesc
(
e
);
errorMessage
=
ThrowableUtil
.
toStackString
(
e
)
+
" -- "
+
timeString
;
errorMessage
=
ThrowableUtil
.
getCaused
(
e
).
getMessage
(
)
+
" -- "
+
timeString
;
throw
new
XRException
(
ThrowableUtil
.
getCaused
(
e
).
getMessage
()
+
" -- "
+
timeString
,
e
);
}
finally
{
try
{
...
...
src/main/java/com/egolm/sso/services/shipping_notfirmation/ShippingNotificationServiceImpl.java
View file @
cc115326
...
...
@@ -183,7 +183,7 @@ public class ShippingNotificationServiceImpl implements ShippingNotificationServ
}
catch
(
Exception
e
)
{
isSuccess
=
false
;
message
=
ThrowableUtil
.
getThrowableDesc
(
e
);
errorMessage
=
ThrowableUtil
.
toStackString
(
e
)
+
" -- "
+
timeString
;
errorMessage
=
ThrowableUtil
.
getCaused
(
e
).
getMessage
(
)
+
" -- "
+
timeString
;
throw
new
XRException
(
ThrowableUtil
.
getCaused
(
e
).
getMessage
()
+
" -- "
+
timeString
,
e
);
}
finally
{
try
{
...
...
src/main/java/com/schneider_distributor/ZMISD009SOCREATIONTask.java
View file @
cc115326
...
...
@@ -117,7 +117,7 @@ public class ZMISD009SOCREATIONTask {
}
catch
(
Throwable
e
)
{
result
=
"F"
;
message
=
ThrowableUtil
.
getThrowableDesc
(
e
);
errorMessage
=
ThrowableUtil
.
toStackString
(
e
).
toString
();
errorMessage
=
ThrowableUtil
.
getCaused
(
e
).
getMessage
();
logger
.
error
(
"数据上传错误"
,
e
);
}
finally
{
try
{
...
...
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