|
@@ -128,8 +128,7 @@ class Test extends Command
|
128
|
128
|
}
|
129
|
129
|
|
130
|
130
|
public function ECommerceUserActionsDataUpload() {
|
131
|
|
- $orderList = YxOrder::query()->where('order_create_time', '>=', '2024-11-24')
|
132
|
|
- ->where('order_create_time', '<', '2024-11-25')->where('order_status', 1)->get();
|
|
131
|
+ $orderList = YxOrder::query()->where('order_create_time', '>=', '2024-11-27')->whereNull('ad_report_click_id')->where('order_status', 1)->get();
|
133
|
132
|
foreach($orderList as $orderInfo) {
|
134
|
133
|
TencentAdAuth::intoActionAddListSecond($orderInfo->toArray());
|
135
|
134
|
}
|