Browse Source

数据

master
wxd 2 years ago
parent
commit
9ace6932ac
  1. 5
      src/Shentun.Peis.Application/BeiJingMZAKExportDatas/BeiJingMZAKExportDataAppService.cs

5
src/Shentun.Peis.Application/BeiJingMZAKExportDatas/BeiJingMZAKExportDataAppService.cs

@ -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()))

Loading…
Cancel
Save