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
You need to sign in or sign up before continuing.
Authored by
Jun.li
2023-07-21 15:10:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
36571aca4b12d02967a4b08382ab4677bdb5108d
36571aca
1 parent
1a3b6b2b
D类币值校验接口 币值不在系统22个币制范围内时候 提示“此申报币制不在海关要求的范围内 请修改!”
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
src/main/java/com/erry/iclear/dateInterface/api/CustomsDataInterface.java
src/main/java/com/erry/iclear/dateInterface/api/CustomsDataInterface.java
View file @
36571ac
...
...
@@ -109,16 +109,16 @@ public class CustomsDataInterface {
}
sw
.
stop
();
//2、TODO 校验主单
sw
.
start
(
"checkMawb"
);
result
=
mawbService
.
checkMawb
(
mawb
);
//校验单据币制
result
=
mawbService
.
checkCurrency
(
mawb
);
if
(!
result
.
getSuccess
()){
return
result
;
}
//校验单据币制
result
=
mawbService
.
checkCurrency
(
mawb
);
//2、TODO 校验主单
sw
.
start
(
"checkMawb"
);
result
=
mawbService
.
checkMawb
(
mawb
);
if
(!
result
.
getSuccess
()){
return
result
;
}
...
...
Please
register
or
login
to post a comment