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