mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 23:13:42 +08:00
Subquery Mapping bug
This commit is contained in:
parent
6eafdd2fb5
commit
5753377cdf
@ -48,6 +48,8 @@ namespace SqlSugar
|
||||
var newContext = context.GetCopyContext();
|
||||
newContext.MappingColumns = context.MappingColumns;
|
||||
newContext.MappingTables = context.MappingTables;
|
||||
newContext.InitMappingInfo = context.InitMappingInfo;
|
||||
newContext.RefreshMapping = context.RefreshMapping;
|
||||
newContext.IgnoreComumnList = context.IgnoreComumnList;
|
||||
newContext.SqlFuncServices = context.SqlFuncServices;
|
||||
newContext.Resolve(item, type);
|
||||
|
Loading…
Reference in New Issue
Block a user