mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Synchronization code
This commit is contained in:
@@ -472,6 +472,10 @@ namespace SqlSugar
|
||||
{
|
||||
result.Add(name, DeserializeObject<string[]>(readerValues.First(y => y.Key.EqualCase(item.Name)).Value + ""));
|
||||
}
|
||||
else if (StaticConfig.EnableAot && item.PropertyType == typeof(Type))
|
||||
{
|
||||
//No Add
|
||||
}
|
||||
else
|
||||
{
|
||||
result.Add(name, DataReaderToDynamicList_Part(readerValues, item, reval, mappingKeys));
|
||||
|
Reference in New Issue
Block a user