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-03 17:20:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3c15070f786f78f7ba8303bf312ebe2680e71111
3c15070f
1 parent
d5446d9e
BASF校验接口
Show 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 @
3c15070
...
...
@@ -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