mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-17 13:39:33 +08:00
Synchronization code
This commit is contained in:
parent
c8c431f074
commit
1a584149a4
@ -250,6 +250,11 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
//throw new Exception("子查询ToList开发中..");
|
//throw new Exception("子查询ToList开发中..");
|
||||||
}
|
}
|
||||||
|
else if (ExpressionTool.GetMethodName(item) == nameof(SqlFunc.MappingColumn))
|
||||||
|
{
|
||||||
|
var value = GetNewExpressionValue(item);
|
||||||
|
parameter.Context.Result.Append($" {value} AS {asName} ");
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
asName = GetAsNameResolveAnObject(parameter, item, asName, isSameType);
|
asName = GetAsNameResolveAnObject(parameter, item, asName, isSameType);
|
||||||
|
Loading…
Reference in New Issue
Block a user