|
@@ -48,7 +48,7 @@ class Order extends Task
|
|
|
}
|
|
|
['storeId' => $this->storeId] = $param;
|
|
|
$this->setInterval($this->storeId, $this->taskKey, $this->taskExpire, function () {
|
|
|
- // echo $this->taskKey . PHP_EOL;
|
|
|
+ echo $this->taskKey . PHP_EOL;
|
|
|
// 未支付订单自动关闭--待支付订单定时频率太快,单独拿出来处理-2021年11月2日 11:58:18
|
|
|
// 已发货订单自动确认收货
|
|
|
$this->receiveEvent();
|