|
@@ -98,6 +98,8 @@ namespace GxPress.Repository.Implement
|
|
|
var group = await _repository.GetAsync(request.Id);
|
|
|
if (!string.IsNullOrEmpty(request.Name))
|
|
|
group.Name = request.Name;
|
|
|
+ if (request.GroupCategroyId > 0)
|
|
|
+ group.GroupCategroyId = request.GroupCategroyId;
|
|
|
if (!string.IsNullOrEmpty(request.AvatarUrl))
|
|
|
{
|
|
|
group.HistoryAvatarUrl = group.AvatarUrl;
|