Browse Source

opt:报错提交

ingredientmanage
zhaoy 4 months ago
parent
commit
8a06854c16
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      BPA.SAAS.Manage.Application/DataBase/Services/GoodsAttributeService.cs

+ 1
- 1
BPA.SAAS.Manage.Application/DataBase/Services/GoodsAttributeService.cs View File

@@ -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…
Cancel
Save