mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update Subquery.ToList
This commit is contained in:
@@ -692,6 +692,10 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
return result.Replace("/**/*", "");
|
return result.Replace("/**/*", "");
|
||||||
}
|
}
|
||||||
|
if (this.IsSingle() && this.SubToListParameters != null&& expression is LambdaExpression && this.SubToListParameters.Count > 0 && this.TableShortName == null)
|
||||||
|
{
|
||||||
|
this.TableShortName =this.Builder.GetTranslationColumnName((expression as LambdaExpression).Parameters[0].Name);
|
||||||
|
}
|
||||||
if (result.Contains(".*") && this.IsSingle())
|
if (result.Contains(".*") && this.IsSingle())
|
||||||
{
|
{
|
||||||
return "*";
|
return "*";
|
||||||
|
Reference in New Issue
Block a user