- 修复 IUpdate.SetDto bug;#754

This commit is contained in:
2881099 2021-04-28 17:54:25 +08:00
parent db701f006a
commit b1d6809990

View File

@ -545,6 +545,7 @@ namespace FreeSql.Internal.CommonProvider
if (_ignore.ContainsKey(trycol.Attribute.Name)) continue; if (_ignore.ContainsKey(trycol.Attribute.Name)) continue;
SetPriv(trycol, kv.Value); SetPriv(trycol, kv.Value);
} }
return this;
} }
var dtoProps = dto.GetType().GetProperties(); var dtoProps = dto.GetType().GetProperties();
foreach (var dtoProp in dtoProps) foreach (var dtoProp in dtoProps)