stanley-king vor 1 Jahr
Ursprung
Commit
02ebc40a27
1 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 3 2
      helper/refill/event/card_crash.php

+ 3 - 2
helper/refill/event/card_crash.php

@@ -69,8 +69,9 @@ class card_crash extends IEventRefill
 
                 //在排除队列,这时可以提单,后面需要尽快失败返回.
                 if (in_array($mchid, $this->mExMchids)) {
-                    util::async_add_zero($params, 5);
-                    Log::record("card_crash mchid=$mchid,mch_order $mch_order add zero order.", Log::DEBUG);
+//                    util::async_add_zero($params, 5);
+//                    Log::record("card_crash mchid=$mchid,mch_order $mch_order add zero order.", Log::DEBUG);
+                    return true;
                 } else {
                     util::async_add($params, 60);
                     Log::record("card_crash mchid=$mchid,mch_order $mch_order sleep one minute.", Log::DEBUG);