From b883a5d8fb257d139f45939ba5a50f64be21a652 Mon Sep 17 00:00:00 2001 From: wxd <123@qq.com> Date: Mon, 8 Apr 2024 10:26:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E4=BD=8D=E5=88=86=E7=BB=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=97=B6=E3=80=81=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CustomerOrgGroups/CustomerOrgGroupManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shentun.Peis.Domain/CustomerOrgGroups/CustomerOrgGroupManager.cs b/src/Shentun.Peis.Domain/CustomerOrgGroups/CustomerOrgGroupManager.cs index 4fffe9a..a848aa7 100644 --- a/src/Shentun.Peis.Domain/CustomerOrgGroups/CustomerOrgGroupManager.cs +++ b/src/Shentun.Peis.Domain/CustomerOrgGroups/CustomerOrgGroupManager.cs @@ -121,7 +121,7 @@ namespace Shentun.Peis.CustomerOrgGroups throw new UserFriendlyException($"不允许有同名的分组名称"); } - + targetEntity.DisplayName = sourceEntity.DisplayName; targetEntity.AgeLowerLimit = sourceEntity.AgeLowerLimit; targetEntity.AgeUpperLimit = sourceEntity.AgeUpperLimit; // targetEntity.CustomerOrgRegisterId = sourceEntity.CustomerOrgRegisterId;