Commit f04f3914 by 杨树贤

fix

parent b9eda8a4
Showing with 3 additions and 1 deletions
......@@ -93,5 +93,7 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function ()
Route::match(['get', 'post'], '/test', function () {
// DataService::initSupplierNationId();
// DataService::initSupplierReceiptNationId();
DataService::repairNationInternationalCode();
\App\Model\NationModel::where('nation_id', 0)->update([
'nation_id' => '1',
]);
});
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