Argument 'Key must not be null' cannot be null.Parameter name: Key must not be null
数据库用的Oracle 运用了Nhibernate
这个上面提示信息就是 key 为null 参数key 不能不null你根据异常信息找找log 看看。
应该是hibernate配置文件的字段not null为true吧