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