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