当前使用版本(必填,否则不予处理)

3.5.1

该问题是如何引起的?(确定最新版也有问题再提!!!)

在表中全量查询超百万条的数据时出现。

重现步骤(如果有就写完整)

报错信息

由于在内网环境,无法拷贝日志。报错的关键信息为:operation not allowed after resultset closed。下面是查询的代码片段: public List<FaCusUserRelationEntity> selectList() { return faCusUserRelationEntityMapper.selectList(null); }

这里是顶级的Mapper类: ` @Repository @Mapper public interface FaCusUserRelationEntityMapper extends BaseMapper {

} `

Comment From: pengweizhong

似乎是连接池的问题。此问题先关闭。