Ver Fonte

修复在条件左侧使用通用函数时解析报错的BUG

youseries há 8 anos atrás
pai
commit
8b8f56895c

+ 1 - 0
urule-core/src/main/java/com/bstek/urule/parse/LeftParser.java

@@ -59,6 +59,7 @@ public class LeftParser extends AbstractParser<Left> {
 			break;
 		case commonfunction:
 			left.setLeftPart(buildCommonFunctionLeftPart(element));
+			break;
 		case NamedReference:
 			throw new RuleException("Not support reference type.");
 		case all: