소스 검색

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

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


불러오는 중...
취소
저장