|
|
|
@ -1807,6 +1807,11 @@ namespace Shentun.Peis.BeiJingMZAKExportDatas |
|
|
|
{ |
|
|
|
Guid customerOrgId = GuidGenerator.Create(); |
|
|
|
|
|
|
|
if (row["org_id"].ToString() == "00000") |
|
|
|
{ |
|
|
|
customerOrgId = Guid.Parse("00000000-0000-0000-0000-000000000001"); |
|
|
|
} |
|
|
|
|
|
|
|
#region 备注 导入联系人姓名、电话
|
|
|
|
string remark = ""; |
|
|
|
if (!string.IsNullOrWhiteSpace(row["linkman"].ToString())) |
|
|
|
|