|
@@ -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']);
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
|
|
|
/**
|