Ver código fonte

设备获取设备物料接口获取工艺修改为当前设备20240711

ingredientmanage
gwbvipvip 4 meses atrás
pai
commit
6b0b8b971d
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      BPA.SAAS.Manage.Application/DataBase/Services/GoodsService.cs

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

@@ -201,7 +201,7 @@ namespace BPA.SAAS.Manage.Application.DataBase.Services
foreach (var item in value3)
{
var value4 = goodsTechnologyAction
.Where(x => x.GoodsId == item.GoodsId)
.Where(x => x.GoodsId == item.GoodsId && x.DeviceId == GoodsIds[0])
.Select(x => new GoodsTechnologyActionResultDto()
{
GroupId = x.GroupId,


Carregando…
Cancelar
Salvar