Merge branch 'tenant-dev' of github.com:continew-org/continew-admin into tenant-dev

This commit is contained in:
小熊
2025-07-20 10:32:25 +08:00

View File

@@ -62,6 +62,6 @@ public class MenuQuery implements Serializable {
* 排除的菜单 ID 列表
*/
@Schema(hidden = true, description = "菜单 ID 列表", example = "[9000]")
@Query(columns = {"id", "parent_id"}, type = QueryType.NOT_IN)
@Query(columns = "id", type = QueryType.NOT_IN)
private List<Long> excludeMenuIdList;
}