Explorar el Código

opt:报错提交

ingredientmanage
zhaoy hace 7 meses
padre
commit
8a06854c16
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      BPA.SAAS.Manage.Application/DataBase/Services/GoodsAttributeService.cs

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

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



Cargando…
Cancelar
Guardar