@@ -151,6 +151,7 @@ class Test extends Command
->limit(3)
->get();
foreach($orderList as $orderInfo) {
+ $orderInfo->ignore_black = true;
TencentAdAuth::intoActionAddListSecond($orderInfo->toArray());
}