|
@@ -110,6 +110,11 @@ namespace GxPress.Service.Implement.Group
|
|
|
var result = await _groupRepository.FindGroupByGroupFolderId(request);
|
|
|
foreach (var item in result.Items)
|
|
|
{
|
|
|
+ item.TypeId = UserlinkConst.System.GetHashCode();
|
|
|
+ if (item.AttributeValue == 2)
|
|
|
+ item.TypeValue = UserlinkConst.MyGroupFolder.GetHashCode();
|
|
|
+ else
|
|
|
+ item.TypeValue = UserlinkConst.MyGroup.GetHashCode();
|
|
|
// //共享数量
|
|
|
// item.TopicSharingCount = await _groupRepository.SharingCountAsync(item.GroupId);
|
|
|
// //总话题数量
|