ソースを参照

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

临城职教中职
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))
{


読み込み中…
キャンセル
保存