소스 검색

提交

groupmealmanage
gwbvipvip 7 달 전
부모
커밋
22ed0c42dc
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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 파일 보기

@@ -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 파일 보기

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


불러오는 중...
취소
저장