Commit 11d697b2 by 杨树贤

确认修复

parent a46e5618
...@@ -605,7 +605,8 @@ class DataService ...@@ -605,7 +605,8 @@ class DataService
if (!SupplierReceiptService::checkAccountNo($account['account_no'])) { if (!SupplierReceiptService::checkAccountNo($account['account_no'])) {
dump($account['account_no']); dump($account['account_no']);
$accountNo = SupplierReceiptService::transferAccountNo($account['account_no']); $accountNo = SupplierReceiptService::transferAccountNo($account['account_no']);
dump($accountNo,$account['bank_adderss']); dump('-----------------------------------');
dump($accountNo);
} }
} }
} }
......
...@@ -82,5 +82,6 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function () ...@@ -82,5 +82,6 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function ()
}); });
Route::match(['get', 'post'], '/test', function () { Route::match(['get', 'post'], '/test', function () {
\App\Http\Services\SupplierAddressService::initUnitedAddress(); //\App\Http\Services\SupplierAddressService::initUnitedAddress();
\App\Http\Services\DataService::checkSupplierBandAccount();
}); });
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