Commit e9a4f03e by 杨树贤

xiufu

parent dd8a0e80
Showing with 4 additions and 3 deletions
...@@ -86,7 +86,8 @@ Route::match(['get', 'post'], '/test', function () { ...@@ -86,7 +86,8 @@ Route::match(['get', 'post'], '/test', function () {
//\App\Http\Services\SupplierAddressService::initUnitedAddress(); //\App\Http\Services\SupplierAddressService::initUnitedAddress();
//\App\Http\Services\DataService::checkSupplierBandAccount(); //\App\Http\Services\DataService::checkSupplierBandAccount();
//(new CompanyService())->checkSupplierCompanyAndAddress(11042); //(new CompanyService())->checkSupplierCompanyAndAddress(11042);
\App\Model\SupplierChannelModel::where('supplier_id', 11042)->update([ //\App\Model\SupplierChannelModel::where('supplier_id', 11042)->update([
'supplier_address' => 'xx测试猎芯123xx' // 'supplier_address' => 'xx测试猎芯123xx'
]); //]);
\App\Http\Services\DataService::repairAccount();
}); });
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