Commit 472195fa by 杨树贤

优化

parent 33a9b215
......@@ -32,7 +32,7 @@ class SetSupplierFollowUp extends Command
public function handle()
{
$service = new DataService();
$service->exportSupplierDataForLevel();
$uploadService = new StatisticsSkuUploadService();
$uploadService->statisticBrandSkuNum();
}
......
......@@ -56,6 +56,7 @@ class StatisticsSkuUploadService
if (empty($brandCountMap)) {
continue;
}
dump("完成供应商$supplierCode".PHP_EOL);
$redis->hset('half_year_brand_sku_upload_statistics', $supplierCode, json_encode($brandCountMap));
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment