Parcourir la source

邮件bug修复

cyzhao il y a 1 an
Parent
commit
be441ef626
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Gameserver/App/process/EmailProc.php

+ 1 - 1
Gameserver/App/process/EmailProc.php

@@ -196,7 +196,7 @@ class EmailProc {
                 $arr[] = $m->appendix;
                 $rewardEmailIds[] = $m->mailId;
                 if ($m->sender_name == '系统') {
-                    TaskProc::OnDrawSysMail($m->sender_uid);
+                    //TaskProc::OnDrawSysMail($m->sender_uid);
                 }
             } //  else                                                          # 无附件的邮件不管
         }