<== Total: 1
Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62594c4d]
Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62594c4d]
Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62594c4d]
2025-03-09 20:26:04 [http-nio-9211-exec-3] [INFO ] com.rabbiter.association.controller.TeamsController 101 - 分页查找社团信息,当前页码:1,每页数据量:10, 模糊查询,附加参数:Teams [id=null, name=null, createTime=null, total=null, manager=null, typeId=null]
Creating a new SqlSession
Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f536961]
JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@7a192fc0] will be managed by Spring
==> Preparing: SELECT COUNT(*) FROM teams
==> Parameters:
<== Columns: COUNT(*)
<== Row: 3
<== Total: 1
==> Preparing: SELECT id,name,create_time,total,manager,type_id FROM teams ORDER BY create_time DESC LIMIT ?
==> Parameters: 10(Long)
<== Columns: id, name, create_time, total, manager, type_id
<== Row: 1741452516819, 计算机协会, 2025-03-09, 2, 1689228178877, 1689228308945
<== Row: 1741452639699, 马克思协会, 2025-03-09, 1, 202501, 1689228383521
<== Row: 1741523164040, 吉他协会, 2025-03-09, 1, 1741445084053, 1740416101729
<== Total: 3
Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f536961]
Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f536961] from current transaction
==> Preparing: SELECT id,user_name,pass_word,name,gender,age,phone,address,status,create_time,type FROM users WHERE id=?
==> Parameters: 1689228178877(String)
<== Columns: id, user_name, pass_word, name, gender, age, phone, address, status, create_time, type
<== Row: 1689228178877, admin1, 123456, 社长张三, 男, 22, 14777777777, 北京市海淀区, 1, 2024-11-11 20:05:00, 1
<== Total: 1
为什么导出不了
最新发布