Commit 0f3fc9fc by 杨树贤

处理数据

parent b91b2ba2
Showing with 3 additions and 2 deletions
......@@ -89,7 +89,8 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function ()
});
Route::match(['get', 'post'], '/test', function () {
SupplierChannelModel::where('supplier_id', 15537)->update([
'yunxin_channel_uid' => 0,
SupplierChannelModel::where('supplier_id', 12427)->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