hwh
2024-07-10 e9880d27955ffc17915c9125b11c9d8b12027c2d
Wms/WMS.BLL/SysServer/RoleRightServer.cs
@@ -57,7 +57,7 @@
                            .LeftJoin<SysRoles>((a, b, c) => a.RoleNo == c.RoleNo)
                            .Where((a, b, c) => a.IsDel == "0" && b.IsDel == "0" && c.IsDel == "0")
                            .Where((a, b, c) => a.RoleNo == modUser.RoleNo)
                            .OrderBy((a, b, c) => b.Ord)
                            .OrderBy((a, b, c) => SqlFunc.ToInt32(a.MenuNo)).OrderBy((a, b, c) => b.Ord)
                            .Select<RoleRightDto>()
                            .ToListAsync();
        }