Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d2bf1a5] was not registered for synchronization because synchronization is not active
JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@4dae0fa1] will not be managed by Spring
==> Preparing: SELECT * FROM t_product_category WHERE parent_id=?
==> Parameters: 290(Integer)
<== Columns: id, parent_id, name, status, sort_order, is_parent, created_time, modified_time, created_user, modified_user
<== Row: 291, 290, 钟表, 1, 1, 1, 2017-10-25 15:00:55, 2017-10-25 15:00:55, admin, admin
<== Total: 1
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d2bf1a5]
当前业务耗费3ms
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d40077d] was not registered for synchronization because synchronization is not active
JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@4dae0fa1] will not be managed by Spring
==> Preparing: SELECT * FROM t_product_category WHERE parent_id=?
==> Parameters: 438(Integer)
<== Columns: id, parent_id, name, status, sort_order, is_parent, created_time, modified_time, created_user, modified_user
<== Row: 439, 438, 维修保养, 1, 1, 1, 2017-10-25 15:00:55, 2017-10-25 15:00:55, admin, admin
<== Row: 456, 438, 车载电器, 1, 2, 1, 2017-10-25 15:00:55, 2017-10-25 15:00:55, admin, admin
<== Row: 467, 438, 美容清洗, 1, 3, 1, 2017-10-25 15:00:55, 2017-10-25 15:00:55, admin, admin
<== Row: 474, 438, 汽车装饰, 1, 4, 1, 2017-10-25 15:00:55, 2017-10-25 15:00:55, admin, admin
<== Row: 486, 438, 安全自驾, 1, 5, 1, 2017-10-25 15:00:55, 2017-10-25 15:00:55, admin, admin
<== Total: 5
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d40077d]
当前业务耗费4ms