当前使用版本(必填,否则不予处理)
3.3.2
该问题是如何引起的?(确定最新版也有问题再提!!!)
sqlsession注释写的return int The number of rows affected by the insert.但是跟代码发现返回Integer.MIN_VALUE + 1002,请问下原因? /* * Execute an insert statement with the given parameter object. Any generated * autoincrement values or selectKey entries will modify the given parameter * object properties. Only the number of rows affected will be returned. * @param statement Unique identifier matching the statement to execute. * @param parameter A parameter object to pass to the statement. * @return int The number of rows affected by the insert. / int insert(String statement, Object parameter);
重现步骤(如果有就写完整)
报错信息
Comment From: Gcsimple
已解决