|
@@ -47,7 +47,7 @@ class CollectSyncTask extends Command
|
|
|
//执行医药城商品数据采集同步任务
|
|
//执行医药城商品数据采集同步任务
|
|
|
YychengProductJobs::dispatch($message_data);
|
|
YychengProductJobs::dispatch($message_data);
|
|
|
//执行京东天猫商品数据采集同步任务
|
|
//执行京东天猫商品数据采集同步任务
|
|
|
- JdTmaoProductJobs::dispatch($message_data);
|
|
|
|
|
|
|
+ // JdTmaoProductJobs::dispatch($message_data);//关闭同步(2026-03-21 暂无数据)
|
|
|
// 示例:记录日志
|
|
// 示例:记录日志
|
|
|
$this->info('每日任务执行完成!');
|
|
$this->info('每日任务执行完成!');
|
|
|
return Command::SUCCESS;
|
|
return Command::SUCCESS;
|