Commit b30aa7cb by 杨树贤

fix

parent ae7a1330
Showing with 1 additions and 1 deletions
...@@ -97,7 +97,7 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function () ...@@ -97,7 +97,7 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function ()
}); });
Route::match(['get', 'post'], '/test', function () { Route::match(['get', 'post'], '/test', function () {
DataService::initHistoricalSupplierData(false); DataService::initHistoricalSupplierData(false,6);
if (request()->get('delete')) { if (request()->get('delete')) {
} }
// DataService::initSupplierReceiptNationId(); // 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