提交 9190d71b 编写于 作者: S szjay

no commit message

上级 9e9a8456
......@@ -136,7 +136,7 @@ namespace Framework.DomainBase
throw new ServiceException("{0}未定义SQL", entityType.Name);
}
string sql = (string)fi.GetValue(null);
string sql = (string)fi.GetValue(new TEntity());
_SqlDict.Add(entityType.FullName, sql);
return sql;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册