소스 검색

发货物流

zhangdehua 1 년 전
부모
커밋
dfbd49fff9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/console/task/Order.php

+ 1 - 1
app/console/task/Order.php

@@ -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();