1
This commit is contained in:
parent
b3fc2394e7
commit
70bcb9f5d3
@ -39,6 +39,7 @@ namespace ZR.Service.mes.wms
|
||||
.LeftJoin<WmMaterial>((wgo, wml) => wgo.Partnumber == wml.Partnumber)
|
||||
.Where(predicate.ToExpression())
|
||||
.Select((wgo, wml) => new WmGoodsOutProductionDto { Description = wml.Description }, true)
|
||||
.OrderBy(wml=>wml.OutTime,OrderByType.Desc)
|
||||
.ToPageList(parm.PageNum, parm.PageSize,ref total);
|
||||
|
||||
return (response,total);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user