|
|
@ -57,7 +57,7 @@ public interface SysMenuDao extends BaseMapper<SysMenuEntity> { |
|
|
* @date 2025/1/6 13:42 |
|
|
* @date 2025/1/6 13:42 |
|
|
* @version 1.0 |
|
|
* @version 1.0 |
|
|
*/ |
|
|
*/ |
|
|
List<SysMenuEntity> getUserMenuListByUserId(Long userId); |
|
|
|
|
|
|
|
|
List<SysMenuEntity> getUserMenuListByUserId(@Param("userId") Long userId); |
|
|
|
|
|
|
|
|
List<SysRoleEntity> checkSuperAdmin(Long userId); |
|
|
List<SysRoleEntity> checkSuperAdmin(Long userId); |
|
|
|
|
|
|
|
|
|