作者 shenhailong

修改代理人导入 新仓单主单发货人问题

@@ -2562,6 +2562,7 @@ public class ManifestController extends BasicController { @@ -2562,6 +2562,7 @@ public class ManifestController extends BasicController {
2562 manifestEntity.setShpcusid(arr.get(13)); 2562 manifestEntity.setShpcusid(arr.get(13));
2563 // 发货人公司 2563 // 发货人公司
2564 manifestEntity.setCo_company(arr.get(14)); 2564 manifestEntity.setCo_company(arr.get(14));
  2565 + manifestEntity.setCo_name(arr.get(14));
2565 // 发货人地址 2566 // 发货人地址
2566 manifestEntity.setCo_address(arr.get(15)); 2567 manifestEntity.setCo_address(arr.get(15));
2567 // 发货人国家代码 2568 // 发货人国家代码