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;