Synchronous code

This commit is contained in:
sunkaixuan 2025-06-09 18:42:42 +08:00
parent 5f5af4634e
commit a8e65a42af

View File

@ -276,7 +276,7 @@ namespace SqlSugar
var memberNames = memberInit.Bindings
.OfType<MemberAssignment>()
.Select(b => b.Member.Name)
.ToHashSet();
.ToList();
// 过滤掉不在memberInit中的属性
classProperties = classProperties