作者 shenhailong

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

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