Browse Source

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

ingredientmanage
gwbvipvip 4 months ago
parent
commit
6b0b8b971d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      BPA.SAAS.Manage.Application/DataBase/Services/GoodsService.cs

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

@@ -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,


Loading…
Cancel
Save