Commit 977767f5 by 杨树贤

修改数据

parent 81136fb1
Showing with 4 additions and 1 deletions
......@@ -83,5 +83,8 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function ()
Route::match(['get', 'post'], '/test', function () {
//(new \App\Http\Services\StatisticsSkuUploadService())->statisticBrandSkuNum();
(new \App\Http\Services\DataService())->exportSupplierDataForLevel();
//(new \App\Http\Services\DataService())->exportSupplierDataForLevel();
\App\Model\SupplierChannelModel::where('supplier_code', 'L0016240')->update([
'supplier_name' => 'RUID (HONG KONG) ELECTRONICS CO., LIMITED'
]);
});
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