From 9ace6932ace1ecc22ba91a6f2145759b0dfd74b5 Mon Sep 17 00:00:00 2001 From: wxd <123@qq.com> Date: Thu, 20 Jun 2024 22:34:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BeiJingMZAKExportDataAppService.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Shentun.Peis.Application/BeiJingMZAKExportDatas/BeiJingMZAKExportDataAppService.cs b/src/Shentun.Peis.Application/BeiJingMZAKExportDatas/BeiJingMZAKExportDataAppService.cs index 334ba89..6010507 100644 --- a/src/Shentun.Peis.Application/BeiJingMZAKExportDatas/BeiJingMZAKExportDataAppService.cs +++ b/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()))