Commit 69c4a4f5 by 杨树贤

修改10楼库存供应商名称

parent 09e53d47
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', 'L0014818')->update([
'supplier_name' => 'HANG LUNG WAI YIP TECHNOLOGY CO., LIMITED',
\App\Model\SupplierChannelModel::where('supplier_code', 'L0013521')->update([
'supplier_name' => '猎芯备货',
]);
});
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