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
李俊
2022-08-19 13:07:17 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
c6138a16451125f8fc07464c540569d79e9f4e41
c6138a16
2 parents
2a8ce1fe
3c15070f
Merge branch 'BASF校验接口'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/main/java/com/erry/iclear/dateInterface/service/FedexService.java
src/main/java/com/erry/iclear/dateInterface/service/FedexService.java
View file @
c6138a1
...
...
@@ -185,10 +185,10 @@ public class FedexService {
msgList
.
add
(
"参数consignmentCode不能为空"
);
}
// 参数consignmentId不能为空
Long
consignmentId
=
fedexc
.
getConsignmentId
();
if
(
Objects
.
isNull
(
consignmentId
)){
msgList
.
add
(
"参数consignmentId不能为空"
);
}
//
Long consignmentId = fedexc.getConsignmentId();
//
if(Objects.isNull(consignmentId)){
//
msgList.add("参数consignmentId不能为空");
//
}
// 参数consType不能为空
String
consType
=
fedexc
.
getConsType
();
if
(
StringUtils
.
isEmpty
(
consType
)){
...
...
Please
register
or
login
to post a comment