You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6799fdb2] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@1893870930 wrapping com.mysql.cj.jdbc.ConnectionImpl@ca14b99] will not be managed by Spring
==> Preparing: insert into plan_result_test (id, total_num, passed_num, failed_num, skiped_num, begin_time, duration, create_time) values (?, ?, ?, ?, ?, ?, ?, ?)
==> Parameters: null, 0(Integer), 0(Integer), 0(Integer), 0(Integer), null, 0(Long), 2025-01-03 15:24:49.141(Timestamp)
<== Updates: 1
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6799fdb2]
2025-01-03 15:24:49.245 INFO 8 --- [pool-1-thread-1] c.o.controller.OnlinesSaleController : 测试结果:testPlanResult{id=null, duration=0, timestamp=null, passedNum=0, failedNum=0, skippedNum=0, totalNum=0}
The text was updated successfully, but these errors were encountered: