Commit ff489ba8 by 杨树贤

修改编码

parent 23b14dbc
Showing with 5 additions and 1 deletions
......@@ -82,5 +82,9 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function ()
});
Route::match(['get', 'post'], '/test', function () {
(new \App\Http\Services\SyncSupplierService())->receiveEntityResult('测试供应商2023110604',1);
\App\Model\SupplierChannelModel::where('supplier_code', 'L0007809')->update([
'supplier_name' => '深圳市鹏芯微世纪电子有限公司',
'group_code' => 'G001536',
]);
//\App\Model\SupplierChannelModel::whereIn('supplier_id', [15848])->update(['status' => 0]);
});
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