fix:修复点赞主题通知问题
This commit is contained in:
@@ -39,6 +39,7 @@ namespace Yi.Framework.Bbs.Domain.EventHandlers
|
|||||||
|
|
||||||
//查询主题的信息
|
//查询主题的信息
|
||||||
var discussAndAgreeDto = await _agreeRepository._DbQueryable
|
var discussAndAgreeDto = await _agreeRepository._DbQueryable
|
||||||
|
.Where(agree=>agree.Id==agreeEntity.Id)
|
||||||
.LeftJoin<DiscussAggregateRoot>((agree, discuss) => agree.DiscussId == discuss.Id)
|
.LeftJoin<DiscussAggregateRoot>((agree, discuss) => agree.DiscussId == discuss.Id)
|
||||||
.Select((agree, discuss) =>
|
.Select((agree, discuss) =>
|
||||||
new
|
new
|
||||||
|
|||||||
Reference in New Issue
Block a user