This commit is contained in:
sunkaixuan
2017-05-28 21:23:34 +08:00
parent a481d17c92
commit 90e334573d

View File

@@ -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);