|
@@ -47,11 +47,11 @@ class EndOrderAdminTask
|
|
// }
|
|
// }
|
|
// 批量处理结束订单
|
|
// 批量处理结束订单
|
|
if ($orderIds) {
|
|
if ($orderIds) {
|
|
- $this->logger->info('需要处理的订单ID列表:' . implode(', ', $orderIds));
|
|
|
|
|
|
+ $this->logger->info('需要处理结束单ID列表:' . implode(', ', $orderIds));
|
|
$this->OverOder($orderIds);
|
|
$this->OverOder($orderIds);
|
|
}
|
|
}
|
|
if ($orderIdsTO2) {
|
|
if ($orderIdsTO2) {
|
|
- $this->logger->info('需要处理的订单ID列表:' . implode(', ', $orderIdsTO2));
|
|
|
|
|
|
+ $this->logger->info('需要处理开始单ID列表:' . implode(', ', $orderIdsTO2));
|
|
$this->startOder($orderIdsTO2);
|
|
$this->startOder($orderIdsTO2);
|
|
}
|
|
}
|
|
//过期时间
|
|
//过期时间
|
|
@@ -70,7 +70,7 @@ class EndOrderAdminTask
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if ($expiredOrderIds) {
|
|
if ($expiredOrderIds) {
|
|
- $this->logger->info('需要处理的订单ID列表:' . implode(', ', $expiredOrderIds));
|
|
|
|
|
|
+ $this->logger->info('需要处理过期的订单ID列表:' . implode(', ', $expiredOrderIds));
|
|
//单个处理
|
|
//单个处理
|
|
// 获取需要处理的订单ID列表 判断是否能够过期
|
|
// 获取需要处理的订单ID列表 判断是否能够过期
|
|
$this->ExpiredOrder($expiredOrderIds);
|
|
$this->ExpiredOrder($expiredOrderIds);
|