仓库-拆箱功能完成
This commit is contained in:
@@ -38,8 +38,8 @@ namespace ZR.Service.Business
|
||||
;
|
||||
var response = Queryable()
|
||||
.Where(predicate.ToExpression())
|
||||
.OrderBy(it=>it.CreatedTime,OrderByType.Desc)
|
||||
.ToPage<WmGoodsChangeLog, WmGoodsChangeLogDto>(parm);
|
||||
|
||||
return response;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user