|
|
@@ -97,7 +97,8 @@ namespace BPA.SAAS.Manage.Application.DataBase.Services |
|
|
|
Design = a.Design, |
|
|
|
IsWeigh = a.IsWeigh, |
|
|
|
DefaultMate = a.DefaultMate, |
|
|
|
IsAttrubute = a.IsAttrubute |
|
|
|
IsAttrubute = a.IsAttrubute, |
|
|
|
Goodstechnology = SqlFunc.Subqueryable<BPA_GoodsTechnologyAction>().Where(p => p.GoodsId == a.Id).WhereIF(!string.IsNullOrWhiteSpace(dto.DeviceId),p=>p.DeviceId== dto.DeviceId).ToList(), |
|
|
|
}) |
|
|
|
|
|
|
|
.ToPageListAsync(dto.Current, dto.PageSize, total); |
|
|
@@ -108,6 +109,7 @@ namespace BPA.SAAS.Manage.Application.DataBase.Services |
|
|
|
}; |
|
|
|
return util; |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// 查询所有商品 |
|
|
|
/// </summary> |
|
|
|