qirong
2023-06-07 9cf1706b6e10b7684d92145995b9522b7b4642e2
xzs/log/xzs.20230606.log
@@ -2894,3 +2894,159 @@
2023-06-06 16:27:45.562 DEBUG 2964 --- [XNIO-1 task-37] r.c.m.x.r.U.insertSelective              : ==>  Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? ) 
2023-06-06 16:27:45.563 DEBUG 2964 --- [XNIO-1 task-37] r.c.m.x.r.U.insertSelective              : ==> Parameters: 1(Integer), student(String), 学生(String), student 提交试卷:语文期中考试 得分:2 耗时:5分 0秒(String), 2023-06-06 16:27:45.459(Timestamp)
2023-06-06 16:27:45.583 DEBUG 2964 --- [XNIO-1 task-37] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-06 16:52:04.654  INFO 24412 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 24412 (E:\ycll\qyksxt\xzs\target\classes started by qirong in E:\ycll\qyksxt\xzs)
2023-06-06 16:52:04.657  INFO 24412 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-06 16:52:04.719  INFO 24412 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-06 16:52:04.719  INFO 24412 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-06 16:52:06.981  WARN 24412 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-06 16:52:07.009  INFO 24412 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-06 16:52:07.009  INFO 24412 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 2290 ms
2023-06-06 16:52:08.150  INFO 24412 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2142be92, org.springframework.security.web.context.SecurityContextPersistenceFilter@573854df, org.springframework.security.web.header.HeaderWriterFilter@7da6d336, org.springframework.web.filter.CorsFilter@67c7cc3a, org.springframework.security.web.authentication.logout.LogoutFilter@85b107, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@1c484ab4, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@5e8af3c5, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@798a0467, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@579d2071, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@4f9efaa, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@31dfdccc, org.springframework.security.web.session.SessionManagementFilter@e91db41, org.springframework.security.web.access.ExceptionTranslationFilter@27808e58, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2682f60e]
2023-06-06 16:52:08.460  INFO 24412 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-06 16:52:08.517  INFO 24412 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-06 16:52:08.527  INFO 24412 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-06 16:52:08.595  INFO 24412 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-06 16:52:08.600  INFO 24412 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 4.652 seconds (JVM running for 5.916)
2023-06-06 17:02:29.285  INFO 24412 --- [XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-06-06 17:02:29.299  INFO 24412 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-06-06 17:02:29.363  INFO 24412 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 64 ms
2023-06-06 17:02:29.484  INFO 24412 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-06-06 17:02:29.767  INFO 24412 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-06-06 17:02:29.777 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-06 17:02:29.810 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-06 17:02:29.852 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-06 17:02:29.867 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-06 17:02:29.868 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-06 17:02:29.880 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-06 17:02:30.522 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-06 17:02:30.523 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-06 17:02:30.531 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-06 17:02:30.533 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-06 17:02:30.533 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-06 17:02:30.541 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-06 17:02:30.543 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-06 17:02:30.544 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-06 17:02:30.553 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-06 17:02:30.554 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-06 17:02:30.554 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-06 17:02:30.562 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-06 17:02:30.570 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time
2023-06-06 17:02:30.574 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-06 17:02:30.586 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.U.selectCountByDate            : <==      Total: 3
2023-06-06 17:02:30.588 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time
2023-06-06 17:02:30.589 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-06 17:02:30.605 DEBUG 24412 --- [XNIO-1 task-1] r.c.m.x.r.E.selectCountByDate            : <==      Total: 3
2023-06-06 17:04:15.593 DEBUG 24412 --- [XNIO-1 task-2] r.c.m.x.r.SubjectMapper.page_COUNT       : ==>  Preparing: SELECT count(0) FROM t_subject WHERE deleted = 0
2023-06-06 17:04:15.593 DEBUG 24412 --- [XNIO-1 task-2] r.c.m.x.r.SubjectMapper.page_COUNT       : ==> Parameters:
2023-06-06 17:04:15.602 DEBUG 24412 --- [XNIO-1 task-2] r.c.m.x.r.SubjectMapper.page_COUNT       : <==      Total: 1
2023-06-06 17:04:15.607 DEBUG 24412 --- [XNIO-1 task-2] r.c.m.xzs.repository.SubjectMapper.page  : ==>  Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted = 0 order by id desc LIMIT ?
2023-06-06 17:04:15.607 DEBUG 24412 --- [XNIO-1 task-2] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 10(Integer)
2023-06-06 17:04:15.616 DEBUG 24412 --- [XNIO-1 task-2] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-06 17:22:28.389 DEBUG 24412 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-06 17:22:28.391 DEBUG 24412 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-06 17:22:28.401 DEBUG 24412 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-06 17:22:28.405 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_question WHERE deleted = 0
2023-06-06 17:22:28.405 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.page_COUNT      : ==> Parameters:
2023-06-06 17:22:28.423 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.page_COUNT      : <==      Total: 1
2023-06-06 17:22:28.425 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.repository.QuestionMapper.page   : ==>  Preparing: SELECT id, question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted FROM t_question WHERE deleted = 0 order by id desc LIMIT ?
2023-06-06 17:22:28.425 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.repository.QuestionMapper.page   : ==> Parameters: 10(Integer)
2023-06-06 17:22:28.443 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.repository.QuestionMapper.page   : <==      Total: 10
2023-06-06 17:22:28.452 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-06 17:22:28.452 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 36(Integer)
2023-06-06 17:22:28.461 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-06 17:22:28.480 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-06 17:22:28.480 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 35(Integer)
2023-06-06 17:22:28.493 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-06 17:22:28.495 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-06 17:22:28.496 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 34(Integer)
2023-06-06 17:22:28.506 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-06 17:22:28.508 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-06 17:22:28.509 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 33(Integer)
2023-06-06 17:22:28.516 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-06 17:22:28.518 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-06 17:22:28.518 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 32(Integer)
2023-06-06 17:22:28.526 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-06 17:22:28.531 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-06 17:22:28.531 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 31(Integer)
2023-06-06 17:22:28.538 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-06 17:22:28.540 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-06 17:22:28.540 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 30(Integer)
2023-06-06 17:22:28.549 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-06 17:22:28.551 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-06 17:22:28.551 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 28(Integer)
2023-06-06 17:22:28.562 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-06 17:22:28.563 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-06 17:22:28.563 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 26(Integer)
2023-06-06 17:22:28.571 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-06 17:22:28.572 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-06 17:22:28.573 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 24(Integer)
2023-06-06 17:22:28.581 DEBUG 24412 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-06 17:22:35.416 DEBUG 24412 --- [XNIO-1 task-7] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-06 17:22:35.416 DEBUG 24412 --- [XNIO-1 task-7] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-06 17:22:35.428 DEBUG 24412 --- [XNIO-1 task-7] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-06 17:22:35.435 DEBUG 24412 --- [XNIO-1 task-8] r.c.m.x.r.Q.selectByPrimaryKey           : ==>  Preparing: select id, question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted from t_question where id = ?
2023-06-06 17:22:35.435 DEBUG 24412 --- [XNIO-1 task-8] r.c.m.x.r.Q.selectByPrimaryKey           : ==> Parameters: 25(Integer)
2023-06-06 17:22:35.448 DEBUG 24412 --- [XNIO-1 task-8] r.c.m.x.r.Q.selectByPrimaryKey           : <==      Total: 1
2023-06-06 17:22:35.449 DEBUG 24412 --- [XNIO-1 task-8] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-06 17:22:35.449 DEBUG 24412 --- [XNIO-1 task-8] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 36(Integer)
2023-06-06 17:22:35.459 DEBUG 24412 --- [XNIO-1 task-8] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-06 17:28:13.654 DEBUG 24412 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-06 17:28:13.654 DEBUG 24412 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-06 17:28:13.665 DEBUG 24412 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-06 17:28:13.673 DEBUG 24412 --- [XNIO-1 task-9] r.c.m.x.r.U.insertSelective              : ==>  Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? )
2023-06-06 17:28:13.675 DEBUG 24412 --- [XNIO-1 task-9] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登出了学之思开源考试系统(String), 2023-06-06 17:28:13.666(Timestamp)
2023-06-06 17:28:13.706 DEBUG 24412 --- [XNIO-1 task-9] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-06 17:28:33.890 DEBUG 24412 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-06 17:28:33.891 DEBUG 24412 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-06 17:28:33.909 DEBUG 24412 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-06 17:28:33.919 DEBUG 24412 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-06 17:28:33.919 DEBUG 24412 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-06 17:28:33.928 DEBUG 24412 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-06 17:28:33.929 DEBUG 24412 --- [XNIO-1 task-10] r.c.m.x.r.U.insertSelective              : ==>  Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? )
2023-06-06 17:28:33.930 DEBUG 24412 --- [XNIO-1 task-10] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了学之思开源考试系统(String), 2023-06-06 17:28:33.928(Timestamp)
2023-06-06 17:28:33.952 DEBUG 24412 --- [XNIO-1 task-10] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-06 17:28:34.364 DEBUG 24412 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-06 17:28:34.364 DEBUG 24412 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-06 17:28:34.376 DEBUG 24412 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-06 17:28:34.376 DEBUG 24412 --- [XNIO-1 task-11] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-06 17:28:34.377 DEBUG 24412 --- [XNIO-1 task-11] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-06 17:28:34.388 DEBUG 24412 --- [XNIO-1 task-11] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-06 17:28:34.389 DEBUG 24412 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-06 17:28:34.389 DEBUG 24412 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-06 17:28:34.404 DEBUG 24412 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-06 17:28:34.405 DEBUG 24412 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-06 17:28:34.405 DEBUG 24412 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-06 17:28:34.414 DEBUG 24412 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-06 17:28:34.416 DEBUG 24412 --- [XNIO-1 task-11] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time
2023-06-06 17:28:34.417 DEBUG 24412 --- [XNIO-1 task-11] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-06 17:28:34.426 DEBUG 24412 --- [XNIO-1 task-11] r.c.m.x.r.U.selectCountByDate            : <==      Total: 3
2023-06-06 17:28:34.429 DEBUG 24412 --- [XNIO-1 task-11] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time
2023-06-06 17:28:34.429 DEBUG 24412 --- [XNIO-1 task-11] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-06 17:28:34.441 DEBUG 24412 --- [XNIO-1 task-11] r.c.m.x.r.E.selectCountByDate            : <==      Total: 3
2023-06-06 17:28:40.165 DEBUG 24412 --- [XNIO-1 task-12] r.c.m.x.r.UserMapper.userPage_COUNT      : ==>  Preparing: SELECT count(0) FROM t_user WHERE deleted = 0 AND role = ?
2023-06-06 17:28:40.165 DEBUG 24412 --- [XNIO-1 task-12] r.c.m.x.r.UserMapper.userPage_COUNT      : ==> Parameters: 1(Integer)
2023-06-06 17:28:40.173 DEBUG 24412 --- [XNIO-1 task-12] r.c.m.x.r.UserMapper.userPage_COUNT      : <==      Total: 1
2023-06-06 17:28:40.174 DEBUG 24412 --- [XNIO-1 task-12] r.c.m.x.repository.UserMapper.userPage   : ==>  Preparing: SELECT id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id FROM t_user WHERE deleted = 0 AND role = ? order by id desc LIMIT ?
2023-06-06 17:28:40.176 DEBUG 24412 --- [XNIO-1 task-12] r.c.m.x.repository.UserMapper.userPage   : ==> Parameters: 1(Integer), 10(Integer)
2023-06-06 17:28:40.185 DEBUG 24412 --- [XNIO-1 task-12] r.c.m.x.repository.UserMapper.userPage   : <==      Total: 1
2023-06-06 17:28:48.597 DEBUG 24412 --- [XNIO-1 task-13] r.c.m.x.r.UserMapper.userPage_COUNT      : ==>  Preparing: SELECT count(0) FROM t_user WHERE deleted = 0 AND role = ?
2023-06-06 17:28:48.597 DEBUG 24412 --- [XNIO-1 task-13] r.c.m.x.r.UserMapper.userPage_COUNT      : ==> Parameters: 1(Integer)
2023-06-06 17:28:48.606 DEBUG 24412 --- [XNIO-1 task-13] r.c.m.x.r.UserMapper.userPage_COUNT      : <==      Total: 1
2023-06-06 17:28:48.608 DEBUG 24412 --- [XNIO-1 task-13] r.c.m.x.repository.UserMapper.userPage   : ==>  Preparing: SELECT id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id FROM t_user WHERE deleted = 0 AND role = ? order by id desc LIMIT ?
2023-06-06 17:28:48.608 DEBUG 24412 --- [XNIO-1 task-13] r.c.m.x.repository.UserMapper.userPage   : ==> Parameters: 1(Integer), 10(Integer)
2023-06-06 17:28:48.621 DEBUG 24412 --- [XNIO-1 task-13] r.c.m.x.repository.UserMapper.userPage   : <==      Total: 1
2023-06-06 17:29:27.890 DEBUG 24412 --- [XNIO-1 task-14] r.c.m.x.r.SubjectMapper.page_COUNT       : ==>  Preparing: SELECT count(0) FROM t_subject WHERE deleted = 0
2023-06-06 17:29:27.890 DEBUG 24412 --- [XNIO-1 task-14] r.c.m.x.r.SubjectMapper.page_COUNT       : ==> Parameters:
2023-06-06 17:29:27.900 DEBUG 24412 --- [XNIO-1 task-14] r.c.m.x.r.SubjectMapper.page_COUNT       : <==      Total: 1
2023-06-06 17:29:27.901 DEBUG 24412 --- [XNIO-1 task-14] r.c.m.xzs.repository.SubjectMapper.page  : ==>  Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted = 0 order by id desc LIMIT ?
2023-06-06 17:29:27.901 DEBUG 24412 --- [XNIO-1 task-14] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 10(Integer)
2023-06-06 17:29:27.909 DEBUG 24412 --- [XNIO-1 task-14] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-06 17:50:29.876 DEBUG 24412 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.userPage_COUNT      : ==>  Preparing: SELECT count(0) FROM t_user WHERE deleted = 0 AND role = ?
2023-06-06 17:50:29.878 DEBUG 24412 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.userPage_COUNT      : ==> Parameters: 1(Integer)
2023-06-06 17:50:29.887 DEBUG 24412 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.userPage_COUNT      : <==      Total: 1
2023-06-06 17:50:29.888 DEBUG 24412 --- [XNIO-1 task-15] r.c.m.x.repository.UserMapper.userPage   : ==>  Preparing: SELECT id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id FROM t_user WHERE deleted = 0 AND role = ? order by id desc LIMIT ?
2023-06-06 17:50:29.888 DEBUG 24412 --- [XNIO-1 task-15] r.c.m.x.repository.UserMapper.userPage   : ==> Parameters: 1(Integer), 10(Integer)
2023-06-06 17:50:29.897 DEBUG 24412 --- [XNIO-1 task-15] r.c.m.x.repository.UserMapper.userPage   : <==      Total: 1
2023-06-06 18:04:20.493  INFO 24412 --- [Thread-18] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-06-06 18:04:20.512  INFO 24412 --- [Thread-18] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-06-06 18:04:20.517  INFO 24412 --- [Thread-18] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'