Commit 4806c6c0 by 杨树贤

数据

parent be9241da
Showing with 2 additions and 1 deletions
...@@ -91,5 +91,6 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function () ...@@ -91,5 +91,6 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function ()
}); });
Route::match(['get', 'post'], '/test', function () { Route::match(['get', 'post'], '/test', function () {
DataService::repairNationInternationalCode(); DataService::initSupplierNationId();
DataService::initSupplierReceiptNationId();
}); });
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