产线排序
This commit is contained in:
parent
8e3b1a15a5
commit
dd041785ad
@ -40,7 +40,7 @@ namespace DOAN.Service.MES.base_
|
||||
.AndIF(!string.IsNullOrEmpty(parm.Code), it => it.Code.Contains(parm.Code))
|
||||
.AndIF(parm.Status > -1, it => it.Status == parm.Status);
|
||||
var response = Queryable()
|
||||
.Where(predicate.ToExpression())
|
||||
.Where(predicate.ToExpression()).OrderBy(expression => expression.Code)
|
||||
.ToPage<BaseWorkRoute, BaseWorkRouteDto_bind_process>(parm);
|
||||
if (response != null && response.Result.Count > 0)
|
||||
{
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
{
|
||||
"sdk": {
|
||||
"version": "8.0.416",
|
||||
"rollForward": "latestFeature"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user