仓库模块_出库货物记录:init
This commit is contained in:
@@ -32,8 +32,6 @@ namespace ZR.Service.mes.qc
|
||||
.AndIF(!string.IsNullOrEmpty(inspectionType), it => it.InspectionType == inspectionType)
|
||||
.ToExpression();
|
||||
|
||||
|
||||
|
||||
return Queryable().Where(predicate).OrderBy(x => x.Order).ToList();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user