Commit 806ad790 by 杨树贤

继续修正

parent 21b688b0
Showing with 1 additions and 0 deletions
...@@ -85,6 +85,7 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function () ...@@ -85,6 +85,7 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function ()
Route::match(['get', 'post'], '/test', function () { Route::match(['get', 'post'], '/test', function () {
\App\Model\SupplierChannelModel::where('supplier_id', 8214)->update([ \App\Model\SupplierChannelModel::where('supplier_id', 8214)->update([
'is_entity' => -1,
'status' => 2, 'status' => 2,
'update_time' => time(), 'update_time' => time(),
]); ]);
......
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