Преглед изворни кода

opt:报错提交

ingredientmanage
zhaoy пре 5 месеци
родитељ
комит
8a06854c16
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      BPA.SAAS.Manage.Application/DataBase/Services/GoodsAttributeService.cs

+ 1
- 1
BPA.SAAS.Manage.Application/DataBase/Services/GoodsAttributeService.cs Прегледај датотеку

@@ -283,7 +283,7 @@ namespace BPA.Franchisee.Application.FranchiseeCenter.GoodsServices
var resCountion= _db.Queryable<BPA_GoodsTechnologyAction>().Where(x=> x.GoodsAttributeId.Contains(id)).ToList();
if (resCountion?.Count()==0)
{
var res = await _db.Deleteable(resEntitites).ExecuteCommandAsync();
res = await _db.Deleteable(resEntitites).ExecuteCommandAsync();
if (res > 0)
{



Loading…
Откажи
Сачувај