Mybatis报错Cause: org.apache.ibatis.executor.ExecutorException: Executor was closed.

时间:2023-03-09 19:24:55
Mybatis报错Cause: org.apache.ibatis.executor.ExecutorException: Executor was closed.

SqlSession被关闭了,检查是否使用了被关闭的SqlSession。

相关文章