mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +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 + ""));
|
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
|
else
|
||||||
{
|
{
|
||||||
result.Add(name, DataReaderToDynamicList_Part(readerValues, item, reval, mappingKeys));
|
result.Add(name, DataReaderToDynamicList_Part(readerValues, item, reval, mappingKeys));
|
||||||
|
Reference in New Issue
Block a user