mengxiangge %!s(int64=5) %!d(string=hai) anos
pai
achega
8b3827fb8e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
             }
         }