We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.0.5-SNAPSHOT
定义评分卡规则如图
输入 age:52;自有-年龄:26
输入
age
自有-年龄
输出
期望 得分为1的行应该为1,求和结果应该为7,实际为6
期望
1
7
6
原因 ScorecardResourceBuilder在构建ScoreRule的ScoringAction时,传入的参数不对。 尝试做处改变: 问题解决:
原因
看了下最新版本的代码,应该也有这个问题哦~
The text was updated successfully, but these errors were encountered:
BUG.已修复。
Sorry, something went wrong.
No branches or pull requests
为了您的问题能得到及时准确解答,请认真填写下面各个选项,感谢您的配合。
当前使用的URule的具体版本号
2.0.5-SNAPSHOT
问题描述
定义评分卡规则如图
输入
age
:52;自有-年龄
:26输出
期望
得分为1的行应该为
1
,求和结果应该为7
,实际为6
原因
ScorecardResourceBuilder在构建ScoreRule的ScoringAction时,传入的参数不对。
尝试做处改变:
问题解决:
看了下最新版本的代码,应该也有这个问题哦~
The text was updated successfully, but these errors were encountered: