mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-06-12 14:11:05 +08:00
feature #I96A33 为LF增加决策表特性
This commit is contained in:
@@ -324,9 +324,15 @@ public class ParserHelper {
|
||||
}
|
||||
builder.setEL(bodyJsonNode.textValue());
|
||||
}else{
|
||||
JsonNode bodyJsonNode = chainNode.get(BODY);
|
||||
if (bodyJsonNode != null){
|
||||
builder.setEL(bodyJsonNode.textValue());
|
||||
}else{
|
||||
builder.setEL(chainNode.textValue());
|
||||
}
|
||||
|
||||
builder.setEL(chainNode.get(VALUE).textValue());
|
||||
}
|
||||
|
||||
builder.build();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user