mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Synchronization code
This commit is contained in:
parent
1e38460690
commit
3a99cd8576
@ -2147,7 +2147,10 @@ namespace SqlSugar
|
||||
{
|
||||
if (isFirst)
|
||||
{
|
||||
itemProperty.SetValue(item, (subList as IList)[0] );
|
||||
if ((subList as IList).Count > 0)
|
||||
{
|
||||
itemProperty.SetValue(item, (subList as IList)[0]);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user