mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 04:35:29 +08:00
Synchronous code
This commit is contained in:
parent
5f5af4634e
commit
a8e65a42af
@ -276,7 +276,7 @@ namespace SqlSugar
|
||||
var memberNames = memberInit.Bindings
|
||||
.OfType<MemberAssignment>()
|
||||
.Select(b => b.Member.Name)
|
||||
.ToHashSet();
|
||||
.ToList();
|
||||
|
||||
// 过滤掉不在memberInit中的属性
|
||||
classProperties = classProperties
|
||||
|
Loading…
Reference in New Issue
Block a user