修复规则功能调用参数表达式错误

This commit is contained in:
zhouhao 2021-02-09 14:42:10 +08:00
parent ebd74dc485
commit a0ae73e60e
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ public class DeviceMessageSendTaskExecutorProvider implements TaskExecutorProvid
if (!CollectionUtils.isEmpty(inputs)) {
for (FunctionParameter input : inputs) {
input.setValue(ExpressionUtils.analytical(String.valueOf(input), ctx, "spel"));
input.setValue(ExpressionUtils.analytical(String.valueOf(input.getValue()), ctx, "spel"));
}
}