Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
yi.wang
2021-10-20 14:34:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1e327b67298b7c701b9336846bc45b04a6d02376
1e327b67
1 parent
37f496bf
保存失败空指针修复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/erry/iclear/dateInterface/api/CustomsDataInterface.java
src/main/java/com/erry/iclear/dateInterface/api/CustomsDataInterface.java
View file @
1e327b6
...
...
@@ -82,7 +82,7 @@ public class CustomsDataInterface {
if
(!
Objects
.
equals
(
saveMawbResult
,
null
)){
log
.
info
(
"请求数据主单号"
+
mawb
.
getBillNo
()+
"保存成功,msgId:"
+
saveMawbResult
.
getMsgId
());
}
else
{
log
.
info
(
"请求数据主单号"
+
mawb
.
getBillNo
()+
"保存失败
,msgId:"
+
saveMawbResult
.
getMsgId
()
);
log
.
info
(
"请求数据主单号"
+
mawb
.
getBillNo
()+
"保存失败
"
);
}
}
else
{
log
.
info
(
"请求日志保存失败,BillNo:"
+
mawb
.
getBillNo
());
...
...
Please
register
or
login
to post a comment