Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -117,6 +117,7 @@ public class CustomsDataInterface { | ... | @@ -117,6 +117,7 @@ public class CustomsDataInterface { |
| 117 | return result; | 117 | return result; |
| 118 | } | 118 | } |
| 119 | 119 | ||
| 120 | + //校验单据币制 | ||
| 120 | result = mawbService.checkCurrency(mawb); | 121 | result = mawbService.checkCurrency(mawb); |
| 121 | if(!result.getSuccess()){ | 122 | if(!result.getSuccess()){ |
| 122 | return result; | 123 | return result; | ... | ... |
-
Please register or login to post a comment