瀏覽代碼

内部邮件 手机端查看解码有误

临城职教中职
ndbs 2 年之前
父節點
當前提交
b85524a2da
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Controllers/SYS_SendMessageController.cs

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Controllers/SYS_SendMessageController.cs 查看文件

@@ -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))
{


Loading…
取消
儲存