Commit af519277 by 杨树贤

修复

parent 1c59341b
Showing with 2 additions and 10 deletions
......@@ -86,15 +86,7 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function ()
});
Route::match(['get', 'post'], '/test', function () {
\App\Model\SupplierChannelModel::where('supplier_id', 129)->update([
'is_entity' => -1,
'status' => 2,
'update_time' => time(),
]);
\App\Model\SupplierChannelModel::where('supplier_id', 8214)->update([
'is_entity' => 1,
'status' => -2,
'update_time' => time(),
\App\Model\SupplierChannelModel::where('supplier_id', 9033)->update([
'supplier_name' => 'Telsys 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