|
@@ -85,6 +85,7 @@ namespace GxPress.Repository.Implement
|
|
|
};
|
|
|
await _repository.InsertAsync(articleGroupUserEntity);
|
|
|
}
|
|
|
+ transactionScope.Complete();
|
|
|
}
|
|
|
}
|
|
|
catch
|
|
@@ -127,7 +128,7 @@ namespace GxPress.Repository.Implement
|
|
|
item.ArticleGroupName = articleGroup.Name;
|
|
|
item.StyleCss = articleGroup.StyleCss;
|
|
|
}
|
|
|
- return listArray;
|
|
|
+ return listArray.Distinct();
|
|
|
}
|
|
|
}
|
|
|
}
|