|
|
@@ -344,7 +344,7 @@ namespace BPA.SAAS.KitChenManage.Application.Device.Services |
|
|
|
{ |
|
|
|
var result = new List<Goods>(); |
|
|
|
|
|
|
|
result = await _db.Queryable<BPA_DeviceGoods>() |
|
|
|
result = await _db.Queryable<BPA_DeviceGoods>().Where(x=>x.DeviceId==deviceId) |
|
|
|
.Select(x => new Goods() |
|
|
|
{ |
|
|
|
GoodsId = x.GoodsId, |
|
|
|