|
@@ -120,9 +120,10 @@ class RefillBase
|
|
|
$mod_refill->edit($order_id, ['is_retrying' => 1]);
|
|
|
$tran->commit();
|
|
|
|
|
|
- if(defined('USE_COROUTINE') && USE_COROUTINE) {
|
|
|
- \Swoole\Coroutine::sleep(1);
|
|
|
- }
|
|
|
+// if(defined('USE_COROUTINE') && USE_COROUTINE) {
|
|
|
+// \Swoole\Coroutine::sleep(1);
|
|
|
+// }
|
|
|
+
|
|
|
util::push_add($params);
|
|
|
|
|
|
return true;
|