Kaynağa Gözat

z

groupmealmanage
zhaoy 7 ay önce
ebeveyn
işleme
7c7e3293e2
2 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. +2
    -2
      BPA.SAAS.Manage.Application/DataBase/Services/GoodsEnergyConfigService.cs
  2. +1
    -1
      BPA.SAAS.Manage.Web.Entry/Properties/launchSettings.json

+ 2
- 2
BPA.SAAS.Manage.Application/DataBase/Services/GoodsEnergyConfigService.cs Dosyayı Görüntüle

@@ -61,7 +61,7 @@ namespace BPA.SAAS.Manage.Application.DataBase.Services
try
{
_db.Ado.BeginTran();
var resEntity = _db.Queryable<BPA_GoodsEnergyConfig>().First(it => it.Name == dto.Name && it.GoodsId != dto.GoodsId);
var resEntity = _db.Queryable<BPA_GoodsEnergyConfig>().First(it => it.Name == dto.Name && it.GoodsId == dto.GoodsId);
if (resEntity != null) throw Oops.Oh("配置名称已存在");
var newType = new BPA_GoodsEnergyConfig
{
@@ -88,7 +88,7 @@ namespace BPA.SAAS.Manage.Application.DataBase.Services
catch (Exception e)
{
_db.Ado.RollbackTran();
throw Oops.Oh("系统异常,异常信息:"+ e.Message);
throw Oops.Oh("系统异常:"+ e.Message);
}
}


+ 1
- 1
BPA.SAAS.Manage.Web.Entry/Properties/launchSettings.json Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet