|
@@ -98,7 +98,10 @@ namespace GxPress.Repository.Implement
|
|
if (!string.IsNullOrEmpty(request.Name))
|
|
if (!string.IsNullOrEmpty(request.Name))
|
|
group.Name = request.Name;
|
|
group.Name = request.Name;
|
|
if (!string.IsNullOrEmpty(request.AvatarUrl))
|
|
if (!string.IsNullOrEmpty(request.AvatarUrl))
|
|
|
|
+ {
|
|
|
|
+ group.HistoryAvatarUrl = group.AvatarUrl;
|
|
group.AvatarUrl = StringUtils.RemoveDomain(request.AvatarUrl);
|
|
group.AvatarUrl = StringUtils.RemoveDomain(request.AvatarUrl);
|
|
|
|
+ }
|
|
if (!string.IsNullOrEmpty(request.Introduce))
|
|
if (!string.IsNullOrEmpty(request.Introduce))
|
|
group.Introduce = request.Introduce;
|
|
group.Introduce = request.Introduce;
|
|
if (!string.IsNullOrEmpty(request.LabelName))
|
|
if (!string.IsNullOrEmpty(request.LabelName))
|