mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Update Subuquery.ToList
This commit is contained in:
@@ -2146,9 +2146,12 @@ namespace SqlSugar
|
||||
else
|
||||
{
|
||||
if (isFirst)
|
||||
{
|
||||
if ((subList as IList).Count > 0)
|
||||
{
|
||||
itemProperty.SetValue(item, (subList as IList)[0]);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
itemProperty.SetValue(item, subList);
|
||||
|
Reference in New Issue
Block a user