|
@@ -335,7 +335,7 @@ public class DocumentsServiceImpl extends ServiceImpl<DocumentsMapper, Documents
|
|
|
//贸易国(合同买方所在国)
|
|
|
data.put("tradingCountry", buyCountryName);
|
|
|
//运抵国
|
|
|
- data.put("arrivalCountry", documents.getCountryName());
|
|
|
+ data.put("arrivalCountry", buyCountryName);//原来是documents.getCountryName()
|
|
|
//指运港(不用填写)
|
|
|
data.put("portOfDestination", "");
|
|
|
//离境口岸(不用填写)
|