mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 09:44:39 +08:00
Subquery Mapping bug
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user