|
|
|
@ -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;
|
|
|
|
|