|
|
@@ -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) |
|
|
|
{ |
|
|
|
|
|
|
|