mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
111
This commit is contained in:
@ -334,7 +334,7 @@ namespace FreeSql
|
||||
statckPath.Pop();
|
||||
break;
|
||||
case TableRefType.ManyToMany:
|
||||
var middleValues = GetManyToManyObjects(fsql, table, tbref, entity, prop).ToArray();
|
||||
var middleValues = GetManyToManyObjects(fsql, table, tbref, entity, prop)?.ToArray();
|
||||
if (middleValues == null) continue;
|
||||
statckPath.Push($"{prop.Name}[]");
|
||||
stackValues.Add(middleValues);
|
||||
|
Reference in New Issue
Block a user