Bladeren bron

提交

groupmealmanage
gwbvipvip 7 maanden geleden
bovenliggende
commit
22ed0c42dc
2 gewijzigde bestanden met toevoegingen van 3 en 1 verwijderingen
  1. +2
    -0
      BPA.SAAS.Manage.Application/AExternalPlatform/Service/Goods/Services/GoodsService.cs
  2. +1
    -1
      BPA.SAAS.Manage.Web.Entry/Properties/launchSettings.json

+ 2
- 0
BPA.SAAS.Manage.Application/AExternalPlatform/Service/Goods/Services/GoodsService.cs Bestand weergeven

@@ -111,6 +111,8 @@ namespace BPA.SAAS.Manage.Application.AExternalPlatform.Service.Goods.Services
resEntity.GoodsUintId = check1.Id;
}
}

list.Add(resEntity);
}
await SqlSugarDb.Db.Insertable(GoodsTypelist).ExecuteCommandAsync();
await SqlSugarDb.Db.Insertable(GoodsUintlist).ExecuteCommandAsync();


+ 1
- 1
BPA.SAAS.Manage.Web.Entry/Properties/launchSettings.json Bestand weergeven

@@ -14,7 +14,7 @@
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5001"
"applicationUrl": "http://192.168.1.16:5001"
},
"Docker": {
"commandName": "Docker",


Laden…
Annuleren
Opslaan