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:
@@ -71,6 +71,7 @@ where
|
||||
params.search,
|
||||
params.sort_by,
|
||||
params.sort_order,
|
||||
&state.entity_cache,
|
||||
)
|
||||
.await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user