mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
-
This commit is contained in:
parent
2f36c4e4ae
commit
dbdb762551
@ -413,14 +413,14 @@ namespace SqlSugar
|
||||
{
|
||||
var result = Builder.GetTranslationTableName(EntityName);
|
||||
result += UtilConstants.Space;
|
||||
if (this.TableWithString.IsValuable())
|
||||
{
|
||||
result += TableWithString + UtilConstants.Space;
|
||||
}
|
||||
if (this.TableShortName.IsValuable())
|
||||
{
|
||||
result += (TableShortName + UtilConstants.Space);
|
||||
}
|
||||
if (this.TableWithString.IsValuable())
|
||||
{
|
||||
result += TableWithString + UtilConstants.Space;
|
||||
}
|
||||
if (!this.IsSingle())
|
||||
{
|
||||
result += GetJoinValueString + UtilConstants.Space;
|
||||
|
Loading…
Reference in New Issue
Block a user