修复规则功能调用参数表达式错误
This commit is contained in:
parent
d7035466ae
commit
5842a583c7
|
|
@ -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"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue