mengxiangge 5 년 전
부모
커밋
8b3827fb8e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MBI/SAGA.MBI/WinView/Upload/UploadReportUtil.cs

+ 1 - 1
MBI/SAGA.MBI/WinView/Upload/UploadReportUtil.cs

@@ -48,7 +48,7 @@ namespace SAGA.MBI.WinView.Upload
             foreach (string mail in m_ReportArray)
             {
                 string title = GetReportTitle();
-                string content = GetReportContent(context, addContext).ToString();
+                string content = GetReportContent(delContext, addContext).ToString();
                 MailLog.Log(mail, title, content);
             }
         }