|
|
@@ -134,7 +134,7 @@ namespace Learun.Application.Web.Areas.EducationalAdministration.Controllers |
|
|
|
SYS_SendMessageEntity entity = strEntity.ToObject<SYS_SendMessageEntity>(); |
|
|
|
entity.SENDERID = logInfo.userId; |
|
|
|
entity.SENDER = logInfo.realName; |
|
|
|
entity.CONTENTS = HttpUtility.HtmlDecode(entity.CONTENTS); |
|
|
|
entity.CONTENTS = WebHelper.HtmlEncode(entity.CONTENTS); |
|
|
|
entity.RECEIVER = string.Join(",", userIbll.GetListByUserIds(entity.RECEIVERID).Select(m => m.F_RealName)); |
|
|
|
if (!string.IsNullOrEmpty(entity.RECEIVERIDToo)) |
|
|
|
{ |
|
|
|