Commit 777b0207 by 杨树贤

修复数据

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