You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: hsweb-easy-orm-rdb/src/main/java/org/hswebframework/ezorm/rdb/operator/builder/fragments/SimpleTermsFragmentBuilder.java
Copy file name to clipboardexpand all lines: hsweb-easy-orm-rdb/src/main/java/org/hswebframework/ezorm/rdb/operator/builder/fragments/query/SelectColumnFragmentBuilder.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,7 @@ public SqlFragments createFragments(QueryOperatorParameter parameter, SelectColu
229
229
RDBColumnMetadatacolumnMetadata;
230
230
231
231
if (columnStr != null && columnStr.contains(".")) {//关联表 table.column
0 commit comments