troyzhxu / bean-searcher

🔥🔥🔥 A read-only ORM focusing on advanced query, naturally supports joined tables, and avoids DTO/VO conversion, making it possible to realize complex query in one line of code !
https://bs.zhxu.cn
Apache License 2.0
1.31k stars 148 forks source link

希望支持ognl #85

Open Dlinw opened 1 year ago

Dlinw commented 1 year ago

希望支持ognl,这样也方便通过表达式获取值,比如当前用户

troyzhxu commented 10 months ago

你希望在 Bean Searcher 的什么地方使用 ognl, 能举个例子吗?

Dlinw commented 10 months ago

比如在@searchbean上的where中通过ognl来获取当前用户等信息做权限过滤,而非使用:value的传值方式(总感觉这样不优雅,还得专门去获取一般值设置一个变量)

troyzhxu commented 10 months ago

比如在@searchbean上的where中通过ognl来获取当前用户等信息做权限过滤,而非使用:value的传值方式(总感觉这样不优雅,还得专门去获取一般值设置一个变量)

把你的例子用代码展示一下呢?

@SearchBean(tables="...", where="...")