feat: 完善置顶主题
This commit is contained in:
@@ -153,8 +153,8 @@ namespace Yi.Framework.Bbs.Application.Services
|
|||||||
Address = user.Address,
|
Address = user.Address,
|
||||||
Age = user.Age,
|
Age = user.Age,
|
||||||
CreationTime = user.CreationTime,
|
CreationTime = user.CreationTime,
|
||||||
|
IsAgree = SqlFunc.Subqueryable<AgreeEntity>().WhereIF(CurrentUser.Id != null, x => x.CreatorId == CurrentUser.Id && x.DiscussId == discuss.Id).Any(),
|
||||||
Level=info.Level,
|
Level =info.Level,
|
||||||
Introduction = user.Introduction,
|
Introduction = user.Introduction,
|
||||||
Icon= user.Icon,
|
Icon= user.Icon,
|
||||||
Nick= user.Nick,
|
Nick= user.Nick,
|
||||||
|
|||||||
Reference in New Issue
Block a user