feat(plugin): list 方法集成 Generated Column 路由

- list 方法新增 cache 参数,使用 resolve_entity_info_cached 替代直接查库
- 查询改用 build_filtered_query_sql_ex,自动路由到 Generated Column
- handler 传递 entity_cache 到 list 方法
This commit is contained in:
iven
2026-04-17 10:25:43 +08:00
parent 28c7126518
commit 16b7a36bfb
2 changed files with 8 additions and 4 deletions

View File

@@ -71,6 +71,7 @@ where
params.search,
params.sort_by,
params.sort_order,
&state.entity_cache,
)
.await?;