zhaowc
2024-09-06 1b108e8d7335d5a5a59dfcf2f4eeef034a53b9b8
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,