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
李俊
2023-06-14 10:06:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b4be34e716805ad4801b88bdad1a4d5f9534c944
b4be34e7
1 parent
267057d9
D类币值校验接口 币值不在系统22个币制范围内时候 提示“此申报币制不在海关要求的范围内 请修改!”
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/erry/iclear/dateInterface/api/CustomsDataInterface.java
src/main/java/com/erry/iclear/dateInterface/api/CustomsDataInterface.java
View file @
b4be34e
...
...
@@ -117,6 +117,7 @@ public class CustomsDataInterface {
return
result
;
}
//校验单据币制
result
=
mawbService
.
checkCurrency
(
mawb
);
if
(!
result
.
getSuccess
()){
return
result
;
...
...
Please
register
or
login
to post a comment