Commit 5c3c6e97 by 杨树贤

修改跟单

parent b33596f4
Showing with 1 additions and 9 deletions
......@@ -97,13 +97,5 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function ()
});
Route::match(['get', 'post'], '/test', function () {
DataService::fix(false);
// DataService::fixSupplierContacts(false,10);
// DataService::initInventoryNotInXsl(true);
if (request()->get('delete')) {
}
// DataService::initSupplierReceiptNationId();
// SupplierAccountService::initYunxinAccountName();
// DataService::syncSupplierToErp();
// DataService::repaireSkuUploadRuler();
SupplierContactModel::where('contact_id', 40689)->update(['channel_user_type' => 4]);
});
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