Showing
1 changed file
with
6 additions
and
6 deletions
| ... | @@ -109,16 +109,16 @@ public class CustomsDataInterface { | ... | @@ -109,16 +109,16 @@ public class CustomsDataInterface { |
| 109 | } | 109 | } |
| 110 | sw.stop(); | 110 | sw.stop(); |
| 111 | 111 | ||
| 112 | - | 112 | + //校验单据币制 |
| 113 | - //2、TODO 校验主单 | 113 | + result = mawbService.checkCurrency(mawb); |
| 114 | - sw.start("checkMawb"); | ||
| 115 | - result=mawbService.checkMawb(mawb); | ||
| 116 | if(!result.getSuccess()){ | 114 | if(!result.getSuccess()){ |
| 117 | return result; | 115 | return result; |
| 118 | } | 116 | } |
| 119 | 117 | ||
| 120 | - //校验单据币制 | 118 | + |
| 121 | - result = mawbService.checkCurrency(mawb); | 119 | + //2、TODO 校验主单 |
| 120 | + sw.start("checkMawb"); | ||
| 121 | + result=mawbService.checkMawb(mawb); | ||
| 122 | if(!result.getSuccess()){ | 122 | if(!result.getSuccess()){ |
| 123 | return result; | 123 | return result; |
| 124 | } | 124 | } | ... | ... |
-
Please register or login to post a comment