This commit is contained in:
sunkaixuan 2017-09-08 14:02:17 +08:00
parent 2f36c4e4ae
commit dbdb762551

View File

@ -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;