Showing
1 changed file
with
3 additions
and
1 deletions
| ... | @@ -231,8 +231,10 @@ public class ChmConsignmentService { | ... | @@ -231,8 +231,10 @@ public class ChmConsignmentService { |
| 231 | if(!Objects.equals(transferWaybillStatusDictionaryEntries,null)){ | 231 | if(!Objects.equals(transferWaybillStatusDictionaryEntries,null)){ |
| 232 | result.setConsStatusDic(transferWaybillStatusDictionaryEntries); | 232 | result.setConsStatusDic(transferWaybillStatusDictionaryEntries); |
| 233 | result.setConsStatus(transferWaybillStatusDictionaryEntries.getChineseName()); | 233 | result.setConsStatus(transferWaybillStatusDictionaryEntries.getChineseName()); |
| 234 | + } | ||
| 234 | 235 | ||
| 235 | - //申报口岸 固定值:天津口岸TSN | 236 | + //西门子数据都为TSN口岸,可通过口岸查询查看 |
| 237 | + if (creator.equals("IDE")){ | ||
| 236 | result.setDeclaredPort("TSN"); | 238 | result.setDeclaredPort("TSN"); |
| 237 | } | 239 | } |
| 238 | 240 | ... | ... |
-
Please register or login to post a comment