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-10-27 11:22:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b13dee28d9656924c168314440b4a166e8af36e5
b13dee28
1 parent
a15277b9
处理邮件问题:手工放行西门子问题单号
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
src/main/java/com/erry/iclear/dateInterface/service/MawbService.java
src/main/java/com/erry/iclear/dateInterface/service/MawbService.java
View file @
b13dee2
...
...
@@ -87,18 +87,18 @@ public class MawbService {
if
(
StringUtil
.
isEmpty
(
mawb
.
getTradeName
())){
return
"参数tradeName不能为空"
;
}
if
(
StringUtil
.
isEmpty
(
mawb
.
getInsurCurr
())){
return
"参数insurCurr不能为空"
;
}
//
if(StringUtil.isEmpty(mawb.getInsurCurr())){
//
return "参数insurCurr不能为空";
//
}
if
(
StringUtil
.
isEmpty
(
mawb
.
getIePort
())){
return
"参数iePort不能为空"
;
}
if
(
StringUtil
.
isEmpty
(
mawb
.
getFeeMark
())){
return
"参数feeMark不能为空"
;
}
if
(
StringUtil
.
isEmpty
(
mawb
.
getFeeCurr
())){
return
"参数feeCurr不能为空"
;
}
//
if(StringUtil.isEmpty(mawb.getFeeMark())){
//
return "参数feeMark不能为空";
//
}
//
if(StringUtil.isEmpty(mawb.getFeeCurr())){
//
return "参数feeCurr不能为空";
//
}
// if(StringUtil.isEmpty(mawb.getEdiId())){
// return "参数ediId不能为空";
// }
...
...
Please
register
or
login
to post a comment