mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 09:15:27 +08:00 
			
		
		
		
	- 修复 IUpdate.SetDto bug;#754
This commit is contained in:
		@@ -545,6 +545,7 @@ namespace FreeSql.Internal.CommonProvider
 | 
			
		||||
                    if (_ignore.ContainsKey(trycol.Attribute.Name)) continue;
 | 
			
		||||
                    SetPriv(trycol, kv.Value);
 | 
			
		||||
                }
 | 
			
		||||
                return this;
 | 
			
		||||
            }
 | 
			
		||||
            var dtoProps = dto.GetType().GetProperties();
 | 
			
		||||
            foreach (var dtoProp in dtoProps)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user