zy-asrs-wms/src/main/java/com/zy/asrs/wms/system/mapper/RoleMenuMapper.java
@@ -15,7 +15,7 @@ public interface RoleMenuMapper extends BaseMapper<RoleMenu> { @InterceptorIgnore(tenantLine = "true") List<Menu> listMenuByUserId(@Param("userId") Long userId, @Param("type") Integer menuType); List<Menu> listMenuByUserId(@Param("userId") Long userId, @Param("type") Integer menuType, @Param("hostId") Long hostId); List<Long> listStrictlyMenuByRoleId(@Param("roleId") Long roleId);