stanley-king 4 anos atrás
pai
commit
078f3295f0
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      crontab/control/minutes.php

+ 2 - 2
crontab/control/minutes.php

@@ -69,7 +69,8 @@ class minutesControl extends BaseCronControl
         $mch_cache = rcache("order_limit" , 'merchant-');
         $caches = empty($mch_cache['data']) ? [] : unserialize($mch_cache['data']);
 
-        $reader = function ($mchid,$time) {
+        $reader = function ($mchid,$time)
+        {
             $cond['mchid'] = $mchid;
             $cond['inner_status'] = 0;
             $cond['order_state'] = ORDER_STATE_SUCCESS;
@@ -87,7 +88,6 @@ class minutesControl extends BaseCronControl
         foreach ($caches as $cache) {
             $item = $reader($cache['mchid'],$cache['time']);
         }
-
     }
 
     /**