|
|
@@ -72,6 +72,7 @@ namespace BPA.SAAS.Manage.Application.Device.Services |
|
|
|
Name = a.DeviceName, |
|
|
|
AutoKey=a.AutoKey.ToString(), |
|
|
|
Vesion=SqlFunc.Subqueryable<BPA_ProductVesion>().Where(x=>x.Id==a.ProductVersionId).First().Vesion, |
|
|
|
PrductKey = SqlFunc.Subqueryable<BPA_Product>().Where(x => x.Id == a.ProductId).First().Key, |
|
|
|
}) .ToListAsync(); |
|
|
|
return data; |
|
|
|
} |
|
|
|