mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update Select
This commit is contained in:
@@ -992,7 +992,7 @@ namespace SqlSugar
|
||||
}
|
||||
this.QueryBuilder.AsTables[tableinfo.Key] = " (SELECT * FROM " + tableName + ")";
|
||||
}
|
||||
this.QueryBuilder.SelectValue = this.QueryBuilder.TableShortName + ".*";
|
||||
this.QueryBuilder.SelectValue =this.SqlBuilder.GetTranslationColumnName(this.QueryBuilder.TableShortName) + ".*";
|
||||
}
|
||||
}
|
||||
Check.Exception(result.JoinIndex > 10, ErrorMessage.GetThrowMessage("只支持12个表", "Only 12 tables are supported"));
|
||||
|
Reference in New Issue
Block a user