Wms/WMS.BLL/SysServer/MenuServer.cs
@@ -152,7 +152,8 @@ exp.And((a, b, c) => a.Level == level); //str += $" and menu1.Level = '{level}'"; } return await queryAble.Where(exp.ToExpression()).OrderBy((a, b, c) => a.MenuNo).OrderBy((a, b, c) => a.Ord) exp.And((a, b, c) => a.IsDel == "0"); return await queryAble.Where(exp.ToExpression()).OrderBy((a, b, c) => SqlFunc.ToInt32(a.MenuNo)).OrderBy((a, b, c) => a.Ord) .Select<FunctionMenuVm>((a, b, c) => new FunctionMenuVm() { Id = a.Id,