mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 12:33:44 +08:00
Synchronization code
This commit is contained in:
@@ -484,6 +484,10 @@ namespace SqlSugar
|
|||||||
result.Add(name, DeserializeObject<string[]>(json));
|
result.Add(name, DeserializeObject<string[]>(json));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (item.PropertyType?.IsArray==true&& readerValues?.Any(y => y.Key.EqualCase(item.Name))==true&& readerValues?.FirstOrDefault(y => y.Key.EqualCase(item.Name)).Value is Array value)
|
||||||
|
{
|
||||||
|
result.Add(name, value);
|
||||||
|
}
|
||||||
else if (StaticConfig.EnableAot && item.PropertyType == typeof(Type))
|
else if (StaticConfig.EnableAot && item.PropertyType == typeof(Type))
|
||||||
{
|
{
|
||||||
//No Add
|
//No Add
|
||||||
|
Reference in New Issue
Block a user