@@ -152,6 +152,7 @@ class Test extends Command
->get();
foreach($orderList as $orderInfo) {
$orderInfo->ignore_black = true;
+ $this->info('order_id:'.$orderInfo->order_id);
TencentAdAuth::intoActionAddListSecond($orderInfo->toArray());
}