Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

调用方法不支持可变参数方法 #18

Closed
yuuji1227 opened this issue Apr 18, 2018 · 1 comment
Closed

调用方法不支持可变参数方法 #18

yuuji1227 opened this issue Apr 18, 2018 · 1 comment

Comments

@yuuji1227
Copy link

方法
public boolean containsValues(String... values)
表达式
xxx.containsValues(v1,v2)
报错
java.lang.Exception: run QlExpress Exception at line n

@baoxingjie
Copy link
Contributor

是可以支持的,但是考虑到性能和兼容性,需要设置开关 DynamicParamsUtil.supportDynamicParams = true;
详情看testcase: com.ql.util.express.test.TestMethodParams

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants