Ver código fonte

opt:报错提交

ingredientmanage
zhaoy 7 meses atrás
pai
commit
8a06854c16
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      BPA.SAAS.Manage.Application/DataBase/Services/GoodsAttributeService.cs

+ 1
- 1
BPA.SAAS.Manage.Application/DataBase/Services/GoodsAttributeService.cs Ver arquivo

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



Carregando…
Cancelar
Salvar