正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -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 | // 发货人国家代码 |
-
请 注册 或 登录 后发表评论