仓库管理:库位:update
This commit is contained in:
@@ -40,7 +40,7 @@ namespace ZR.Service.mes.wms
|
||||
{
|
||||
int totalNum = 0;
|
||||
var predicate = Expressionable.Create<WmInfo>()
|
||||
.AndIF(!string.IsNullOrEmpty(shelf), it => it.Shelf == shelf)
|
||||
.AndIF(!string.IsNullOrEmpty(shelf), it => it.Shelf.Contains(shelf))
|
||||
.AndIF(layer > 0, it => it.Layer == layer)
|
||||
.ToExpression();
|
||||
List<WmInfo> product_wminfoList = Context.Queryable<WmInfo>().Where(predicate).ToPageList(pageNum, pageSize, ref totalNum);
|
||||
|
||||
Reference in New Issue
Block a user