feat: 完善置顶主题

This commit is contained in:
陈淳
2023-12-26 10:15:48 +08:00
parent e12ff6508c
commit c9c97e8a4e

View File

@@ -153,8 +153,8 @@ namespace Yi.Framework.Bbs.Application.Services
Address = user.Address,
Age = user.Age,
CreationTime = user.CreationTime,
Level=info.Level,
IsAgree = SqlFunc.Subqueryable<AgreeEntity>().WhereIF(CurrentUser.Id != null, x => x.CreatorId == CurrentUser.Id && x.DiscussId == discuss.Id).Any(),
Level =info.Level,
Introduction = user.Introduction,
Icon= user.Icon,
Nick= user.Nick,