mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:51:00 +00:00
(improvement)(chat) fix test error (#349)
This commit is contained in:
@@ -66,7 +66,7 @@ public class FieldAndValueAcquireVisitor extends ExpressionVisitorAdapter {
|
||||
List<Expression> expressions = rightExpressionList.getExpressions();
|
||||
if (CollectionUtils.isNotEmpty(expressions)) {
|
||||
for (Expression expression : expressions) {
|
||||
result.add(expression.toString());
|
||||
result.add(getFieldValue(expression));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user