Commit 08b4251f by 杨树贤

修改名称

parent 69c4a4f5
Showing with 2 additions and 2 deletions
......@@ -63,7 +63,7 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function ()
});
Route::match(['get', 'post'], '/test', function () {
\App\Model\SupplierChannelModel::where('supplier_code', 'L0013521')->update([
'supplier_name' => '猎芯备货',
\App\Model\SupplierChannelModel::where('supplier_code', 'L0014845')->update([
'supplier_name' => 'HK GANGJIANXIANG TRADE CO LTD',
]);
});
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