Ver a proveniência

提交

groupmealmanage
gwbvipvip há 7 meses
ascendente
cometimento
22ed0c42dc
2 ficheiros alterados com 3 adições e 1 eliminações
  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 Ver ficheiro

@@ -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 Ver ficheiro

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


Carregando…
Cancelar
Guardar