mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update exp to sql
This commit is contained in:
parent
5b2346aca5
commit
4ecbd45b85
@ -25,14 +25,14 @@ namespace SqlSugar
|
||||
case ResolveExpressType.SelectMultiple:
|
||||
if (parameter.BaseParameter!=null&¶meter.BaseParameter.CurrentExpression.NodeType == ExpressionType.Lambda)
|
||||
{
|
||||
if (this.Context.PgSqlIsAutoToLower == false&&this.Context is PostgreSQLExpressionContext)
|
||||
{
|
||||
//if (this.Context.PgSqlIsAutoToLower == false&&this.Context is PostgreSQLExpressionContext)
|
||||
//{
|
||||
this.Context.Result.Append(this.Context.GetTranslationColumnName(expression.Name) + ".*");
|
||||
}
|
||||
else
|
||||
{
|
||||
this.Context.Result.Append(expression.Name + ".*");
|
||||
}
|
||||
//}
|
||||
//else
|
||||
//{
|
||||
// this.Context.Result.Append(expression.Name + ".*");
|
||||
//}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user