|
@@ -47,11 +47,11 @@ class EndOrderAdminTask
|
|
|
|
|
|
|
|
|
if ($orderIds) {
|
|
|
- $this->logger->info('需要处理的订单ID列表:' . implode(', ', $orderIds));
|
|
|
+ $this->logger->info('需要处理结束单ID列表:' . implode(', ', $orderIds));
|
|
|
$this->OverOder($orderIds);
|
|
|
}
|
|
|
if ($orderIdsTO2) {
|
|
|
- $this->logger->info('需要处理的订单ID列表:' . implode(', ', $orderIdsTO2));
|
|
|
+ $this->logger->info('需要处理开始单ID列表:' . implode(', ', $orderIdsTO2));
|
|
|
$this->startOder($orderIdsTO2);
|
|
|
}
|
|
|
|
|
@@ -70,7 +70,7 @@ class EndOrderAdminTask
|
|
|
}
|
|
|
}
|
|
|
if ($expiredOrderIds) {
|
|
|
- $this->logger->info('需要处理的订单ID列表:' . implode(', ', $expiredOrderIds));
|
|
|
+ $this->logger->info('需要处理过期的订单ID列表:' . implode(', ', $expiredOrderIds));
|
|
|
|
|
|
|
|
|
$this->ExpiredOrder($expiredOrderIds);
|