mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-26 05:32:53 +08:00
-
This commit is contained in:
@@ -69,7 +69,6 @@ namespace SqlSugar
|
||||
{
|
||||
propertiesObj = entityType.GetProperties();
|
||||
}
|
||||
string replaceGuid = Guid.NewGuid().ToString();
|
||||
foreach (PropertyInfo r in propertiesObj)
|
||||
{
|
||||
var value = r.GetValue(parameters, null);
|
||||
|
||||
Reference in New Issue
Block a user