...
|
...
|
@@ -1218,6 +1218,7 @@ public class ManifestController extends BasicController { |
|
|
hzWaybillService.save(hzwaybllinfoEntity);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
manifestService.save(manifest);
|
|
|
receiptService.saveFromManifest(manifest, type);
|
|
|
// 生成报文并且发送
|
...
|
...
|
@@ -2562,7 +2563,7 @@ public class ManifestController extends BasicController { |
|
|
manifestEntity.setShpcusid(arr.get(13));
|
|
|
// 发货人公司
|
|
|
manifestEntity.setCo_company(arr.get(14));
|
|
|
manifestEntity.setCo_name(arr.get(14));
|
|
|
manifestEntity.setSh_name(arr.get(14));
|
|
|
// 发货人地址
|
|
|
manifestEntity.setCo_address(arr.get(15));
|
|
|
// 发货人国家代码
|
...
|
...
|
@@ -2691,7 +2692,7 @@ public class ManifestController extends BasicController { |
|
|
seconday.setShpcusid(arr.get(13));
|
|
|
// 发货人公司
|
|
|
seconday.setCo_company(arr.get(14));
|
|
|
seconday.setCo_name(arr.get(14));
|
|
|
seconday.setSh_name(arr.get(14));
|
|
|
// 发货人地址
|
|
|
seconday.setCo_address(arr.get(15));
|
|
|
// 发货人国家代码
|
...
|
...
|
|