Commit ca602d6d by 杨树贤

清理主营品牌

parent 8a7e9eb0
Showing with 4 additions and 1 deletions
......@@ -48,7 +48,10 @@ Route::match(['get', 'post'], '/test', function () {
// $service->makeSupplierSystemTag();
// $service->importSupplierLevel();
// $service->transferFileData();
$service->exportInvalidContactSupplier();
// $service->exportInvalidContactSupplier();
\App\Model\SupplierChannelModel::where('supplier_id', '>', 0)->update([
'main_brands' => '',
]);
// $service->changeSupplierIsTypeByCheckChannelUidOrPurchaseUid();
// $service->replaceStandardBrandId();
});
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