stanley-king 3 年之前
父節點
當前提交
706c9a17ea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      helper/refill/RefillBase.php

+ 1 - 1
helper/refill/RefillBase.php

@@ -147,7 +147,7 @@ class RefillBase
 
         $mod_refill->edit($order_id, ['notify_time' => time(), 'notify_state' => 1]);
         QueueClient::push("NotifyMerchantComplete", ['order_id' => $order_id,'manual' => false]);
-//        util::del_exclude_channel($mchid,$mch_order,$card_type);
+        util::del_exclude_channel($mchid,$mch_order,$card_type);
 
         return true;
     }