This commit is contained in:
yanhuqing
2020-08-11 11:42:33 +08:00
parent 5612007779
commit 197bd64f09

View File

@@ -37,6 +37,7 @@ public class ItemRef extends Item {
this.table = table;
this.tableAlias = tableAlias;
this.fieldAlias = fieldAlias;
this.charsetIndex = ref.charsetIndex;
}
@Override