Replies: 1 comment
-
DynamicFilterInfo 不支持 SQL 操作,因为考虑到内容由前端传过来的,那等于让前端直接传 SQL 是非常危险的功能。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
希望能在动态条件中使用 类似于 sQueryCondi += "and DATEDIFF(MINUTE,l.Time,'" + slqp.StartTime + "') <= 0 "; 这样的方案 目前好像不支持?(我不确定) 目前只能通过动态生成语句来间接达到目的
Beta Was this translation helpful? Give feedback.
All reactions