mirror of https://gitee.com/stylefeng/roses
【8.1.0】【role】更新角色的排序
parent
7b346938a4
commit
dc3e904a71
|
@ -381,6 +381,7 @@ public class SysRoleServiceImpl extends ServiceImpl<SysRoleMapper, SysRole> impl
|
|||
}
|
||||
|
||||
// 排序字段
|
||||
queryWrapper.orderByAsc(SysRole::getRoleType);
|
||||
queryWrapper.orderByAsc(SysRole::getRoleSort);
|
||||
|
||||
return queryWrapper;
|
||||
|
|
Loading…
Reference in New Issue