...
This commit is contained in:
@@ -66,9 +66,9 @@ namespace Hushian.Application.Services
|
||||
{
|
||||
ID = mi.ID,
|
||||
ExperID = mi.ConversationResponses.OrderBy(o => o.ID).Last().ExperID,
|
||||
ExperFullName = mi.ConversationResponses.OrderBy(o => o.ID).Last().Exper.FullName,
|
||||
ExperFullName = /*mi.ConversationResponses.OrderBy(o => o.ID).Last().Exper.FullName*/ "",
|
||||
GroupID = mi.GroupID,
|
||||
GroupName = mi.Group.Name,
|
||||
GroupName = /*mi.Group.Name*/ "",
|
||||
LastText = mi.ConversationResponses.OrderBy(o => o.ID).Last().Text,
|
||||
LastMsgdate = mi.Cdatetime.GetDatePersian(),
|
||||
LastMsgtime = mi.Cdatetime.GetTime(),
|
||||
@@ -76,7 +76,7 @@ namespace Hushian.Application.Services
|
||||
NoReadCount = mi.ConversationResponses.Count(c => !c.IsRead),
|
||||
status = mi.Status,
|
||||
UserID = mi.UserID,
|
||||
UserFullName = string.IsNullOrEmpty(mi.User.FullName) ? mi.User.Mobile : mi.User.FullName
|
||||
UserFullName = /*string.IsNullOrEmpty(mi.User.FullName) ? mi.User.Mobile : mi.User.FullName*/ ""
|
||||
|
||||
};
|
||||
Response.Success = mi.ID > 0;
|
||||
@@ -129,7 +129,7 @@ namespace Hushian.Application.Services
|
||||
{
|
||||
ConversationID = statuschangedb.ConversationID,
|
||||
ExperID = statuschangedb.ExperID,
|
||||
ExperName = statuschangedb.Exper.FullName,
|
||||
ExperName = /*statuschangedb.Exper.FullName*/ "",
|
||||
FileContent = statuschangedb.FileContent,
|
||||
FileName = statuschangedb.FileName,
|
||||
FileType = statuschangedb.FileType,
|
||||
|
Reference in New Issue
Block a user