Commit ce63ba6c by 杨树贤

修改数据

parent 0f3fc9fc
Showing with 1 additions and 1 deletions
......@@ -89,7 +89,7 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function ()
});
Route::match(['get', 'post'], '/test', function () {
SupplierChannelModel::where('supplier_id', 12427)->update([
SupplierChannelModel::where('supplier_id', 8956)->update([
'status' => SupplierChannelModel::STATUS_PASSED,
'is_entity' => SupplierChannelModel::IS_ENTITY_FALSE
]);
......
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