This commit is contained in:
mmrbnjd
2025-07-26 22:15:48 +03:30
parent 71f06b8ee8
commit 14c125ddd9
3 changed files with 30 additions and 9 deletions

View File

@@ -129,6 +129,7 @@ namespace Hushian.Application.Services
.Where(w => w.UserID == UserID && w.CompanyID==CompanyID)
.Select(s => new Read_ConversationDto()
{
ID=s.ID,
ExperID = s.ConversationResponses.OrderBy(o => o.ID).Last().ExperID,
ExperFullName = s.ConversationResponses.OrderBy(o => o.ID).Last().Exper.FullName,
GroupID = s.GroupID,