mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +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