2023-06-02 09:40:21.258 INFO 12984 --- [restartedMain] com.mindskip.xzs.XzsApplication : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 12984 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
|
2023-06-02 09:40:21.260 INFO 12984 --- [restartedMain] com.mindskip.xzs.XzsApplication : The following profiles are active: dev
|
2023-06-02 09:40:21.323 INFO 12984 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
2023-06-02 09:40:21.323 INFO 12984 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
2023-06-02 09:40:23.929 WARN 12984 --- [restartedMain] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
|
2023-06-02 09:40:23.958 INFO 12984 --- [restartedMain] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
|
2023-06-02 09:40:23.959 INFO 12984 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2636 ms
|
2023-06-02 09:40:25.168 INFO 12984 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3a6a2618, org.springframework.security.web.context.SecurityContextPersistenceFilter@ff1b488, org.springframework.security.web.header.HeaderWriterFilter@2b334e43, org.springframework.web.filter.CorsFilter@6149be81, org.springframework.security.web.authentication.logout.LogoutFilter@76bc2704, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@658bfdf2, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@19e12d03, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@43146440, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@57213228, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@42b020b2, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@285a111f, org.springframework.security.web.session.SessionManagementFilter@4cceffa3, org.springframework.security.web.access.ExceptionTranslationFilter@59a5d8b9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@580d447e]
|
2023-06-02 09:40:25.470 INFO 12984 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
2023-06-02 09:40:25.525 INFO 12984 --- [restartedMain] org.xnio : XNIO version 3.3.8.Final
|
2023-06-02 09:40:25.536 INFO 12984 --- [restartedMain] org.xnio.nio : XNIO NIO Implementation Version 3.3.8.Final
|
2023-06-02 09:40:25.610 INFO 12984 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer : Undertow started on port(s) 8000 (http) with context path ''
|
2023-06-02 09:40:25.613 INFO 12984 --- [restartedMain] com.mindskip.xzs.XzsApplication : Started XzsApplication in 5.069 seconds (JVM running for 6.988)
|
2023-06-02 09:42:45.250 INFO 12984 --- [XNIO-1 task-1] io.undertow.servlet : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2023-06-02 09:42:45.258 INFO 12984 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
2023-06-02 09:42:45.290 INFO 12984 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 31 ms
|
2023-06-02 09:44:17.535 INFO 12984 --- [XNIO-1 task-3] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
2023-06-02 09:44:18.270 INFO 12984 --- [XNIO-1 task-3] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
2023-06-02 09:44:18.292 DEBUG 12984 --- [XNIO-1 task-3] 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-02 09:44:18.353 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-02 09:44:18.451 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 09:44:18.472 DEBUG 12984 --- [XNIO-1 task-3] 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-02 09:44:18.472 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-02 09:44:18.487 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 09:44:19.187 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper where deleted=0
|
2023-06-02 09:44:19.187 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-02 09:44:19.199 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-02 09:44:19.203 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount : ==> Preparing: SELECT count(*) from t_question where deleted=0
|
2023-06-02 09:44:19.203 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount : ==> Parameters:
|
2023-06-02 09:44:19.211 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount : <== Total: 1
|
2023-06-02 09:44:19.217 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper_answer
|
2023-06-02 09:44:19.218 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-02 09:44:19.226 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-02 09:44:19.228 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
|
2023-06-02 09:44:19.229 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-02 09:44:19.244 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-02 09:44:19.255 DEBUG 12984 --- [XNIO-1 task-3] 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-02 09:44:19.259 DEBUG 12984 --- [XNIO-1 task-3] 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-02 09:44:19.269 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.U.selectCountByDate : <== Total: 1
|
2023-06-02 09:44:19.274 DEBUG 12984 --- [XNIO-1 task-3] 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-02 09:44:19.275 DEBUG 12984 --- [XNIO-1 task-3] 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-02 09:44:19.284 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.E.selectCountByDate : <== Total: 1
|
2023-06-02 09:44:44.508 DEBUG 12984 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.userPage_COUNT : ==> Preparing: SELECT count(0) FROM t_user WHERE deleted = 0 AND role = ?
|
2023-06-02 09:44:44.509 DEBUG 12984 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.userPage_COUNT : ==> Parameters: 3(Integer)
|
2023-06-02 09:44:44.519 DEBUG 12984 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.userPage_COUNT : <== Total: 1
|
2023-06-02 09:44:44.525 DEBUG 12984 --- [XNIO-1 task-4] 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-02 09:44:44.525 DEBUG 12984 --- [XNIO-1 task-4] r.c.m.x.repository.UserMapper.userPage : ==> Parameters: 3(Integer), 10(Integer)
|
2023-06-02 09:44:44.539 DEBUG 12984 --- [XNIO-1 task-4] r.c.m.x.repository.UserMapper.userPage : <== Total: 1
|
2023-06-02 09:54:05.054 INFO 12984 --- [Thread-17] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
|
2023-06-02 09:54:05.070 INFO 12984 --- [Thread-17] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
|
2023-06-02 09:54:05.079 INFO 12984 --- [Thread-17] io.undertow.servlet : Destroying Spring FrameworkServlet 'dispatcherServlet'
|
2023-06-02 09:54:13.434 INFO 1124 --- [restartedMain] com.mindskip.xzs.XzsApplication : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 1124 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
|
2023-06-02 09:54:13.438 INFO 1124 --- [restartedMain] com.mindskip.xzs.XzsApplication : The following profiles are active: dev
|
2023-06-02 09:54:13.488 INFO 1124 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
2023-06-02 09:54:13.489 INFO 1124 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
2023-06-02 09:54:15.063 WARN 1124 --- [restartedMain] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
|
2023-06-02 09:54:15.094 INFO 1124 --- [restartedMain] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
|
2023-06-02 09:54:15.094 INFO 1124 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1605 ms
|
2023-06-02 09:54:16.160 INFO 1124 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6d642d94, org.springframework.security.web.context.SecurityContextPersistenceFilter@6a314b1a, org.springframework.security.web.header.HeaderWriterFilter@6fed9f7e, org.springframework.web.filter.CorsFilter@429c4e10, org.springframework.security.web.authentication.logout.LogoutFilter@39fbf573, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@5cdcd214, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@19195297, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7e53428, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@12420002, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@66fd7fe7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@69d48146, org.springframework.security.web.session.SessionManagementFilter@7cbfe685, org.springframework.security.web.access.ExceptionTranslationFilter@16ff3e0f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@44e245b1]
|
2023-06-02 09:54:16.459 INFO 1124 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
2023-06-02 09:54:16.561 INFO 1124 --- [restartedMain] org.xnio : XNIO version 3.3.8.Final
|
2023-06-02 09:54:16.577 INFO 1124 --- [restartedMain] org.xnio.nio : XNIO NIO Implementation Version 3.3.8.Final
|
2023-06-02 09:54:16.650 INFO 1124 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer : Undertow started on port(s) 8000 (http) with context path ''
|
2023-06-02 09:54:16.654 INFO 1124 --- [restartedMain] com.mindskip.xzs.XzsApplication : Started XzsApplication in 3.978 seconds (JVM running for 5.116)
|
2023-06-02 09:55:10.223 INFO 1124 --- [XNIO-1 task-1] io.undertow.servlet : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2023-06-02 09:55:10.223 INFO 1124 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
2023-06-02 09:55:10.231 INFO 1124 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
|
2023-06-02 09:59:23.396 INFO 1124 --- [XNIO-1 task-6] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
2023-06-02 09:59:23.688 INFO 1124 --- [XNIO-1 task-6] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
2023-06-02 09:59:23.698 DEBUG 1124 --- [XNIO-1 task-6] 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-02 09:59:23.723 DEBUG 1124 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-02 09:59:23.753 DEBUG 1124 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 09:59:23.757 DEBUG 1124 --- [XNIO-1 task-3] 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-02 09:59:23.757 DEBUG 1124 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-02 09:59:23.768 DEBUG 1124 --- [XNIO-1 task-4] 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-02 09:59:23.769 DEBUG 1124 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 09:59:23.769 DEBUG 1124 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-02 09:59:23.770 DEBUG 1124 --- [XNIO-1 task-5] 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-02 09:59:23.771 DEBUG 1124 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-02 09:59:23.779 DEBUG 1124 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 09:59:23.780 DEBUG 1124 --- [XNIO-1 task-6] 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-02 09:59:23.780 DEBUG 1124 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 09:59:23.780 DEBUG 1124 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-02 09:59:23.780 DEBUG 1124 --- [XNIO-1 task-3] 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-02 09:59:23.780 DEBUG 1124 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-02 09:59:23.788 DEBUG 1124 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 09:59:23.788 DEBUG 1124 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 09:59:23.788 DEBUG 1124 --- [XNIO-1 task-5] 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-02 09:59:23.788 DEBUG 1124 --- [XNIO-1 task-4] 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-02 09:59:23.789 DEBUG 1124 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-02 09:59:23.789 DEBUG 1124 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-02 09:59:23.802 DEBUG 1124 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 09:59:23.802 DEBUG 1124 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 10:02:52.199 DEBUG 1124 --- [XNIO-1 task-7] 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-02 10:02:52.200 DEBUG 1124 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-02 10:02:52.209 DEBUG 1124 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 10:02:52.215 DEBUG 1124 --- [XNIO-1 task-7] 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-02 10:02:52.215 DEBUG 1124 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-02 10:02:52.233 DEBUG 1124 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 10:02:52.253 DEBUG 1124 --- [XNIO-1 task-7] 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-02 10:02:52.257 DEBUG 1124 --- [XNIO-1 task-7] r.c.m.x.r.U.insertSelective : ==> Parameters: 1(Integer), student(String), 学生(String), student 登录了学之思开源考试系统(String), 2023-06-02 10:02:52.233(Timestamp)
|
2023-06-02 10:02:52.278 DEBUG 1124 --- [XNIO-1 task-7] r.c.m.x.r.U.insertSelective : <== Updates: 1
|
2023-06-02 10:02:52.395 DEBUG 1124 --- [XNIO-1 task-8] 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-02 10:02:52.396 DEBUG 1124 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-02 10:02:52.404 DEBUG 1124 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 10:02:52.407 DEBUG 1124 --- [XNIO-1 task-8] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
|
2023-06-02 10:02:52.407 DEBUG 1124 --- [XNIO-1 task-8] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Parameters: 1(Integer)
|
2023-06-02 10:02:52.418 DEBUG 1124 --- [XNIO-1 task-8] r.c.m.x.r.MessageUserMapper.unReadCount : <== Total: 1
|
2023-06-02 10:02:52.631 DEBUG 1124 --- [XNIO-1 task-11] 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-02 10:02:52.631 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-02 10:02:52.652 DEBUG 1124 --- [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-02 10:02:52.652 DEBUG 1124 --- [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-02 10:02:52.653 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 10:02:52.653 DEBUG 1124 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-02 10:02:52.653 DEBUG 1124 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-02 10:02:52.654 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.T.getByGradeLevel : ==> Preparing: select id, title, grade_level, frame_text_content_id, create_user, create_time, deleted, create_user_name from t_task_exam where deleted=0 and grade_level = ?
|
2023-06-02 10:02:52.655 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.T.getByGradeLevel : ==> Parameters: 1(Integer)
|
2023-06-02 10:02:52.667 DEBUG 1124 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 10:02:52.667 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.T.getByGradeLevel : <== Total: 1
|
2023-06-02 10:02:52.668 DEBUG 1124 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 10:02:52.670 DEBUG 1124 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? ORDER BY id desc limit 5
|
2023-06-02 10:02:52.672 DEBUG 1124 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 1(Integer), 1(Integer)
|
2023-06-02 10:02:52.673 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.T.selectByTUid : ==> Preparing: select id, task_exam_id, create_user, create_time, text_content_id from t_task_exam_customer_answer where create_user=? and task_exam_id in ( ? )
|
2023-06-02 10:02:52.673 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.T.selectByTUid : ==> Parameters: 1(Integer), 1(Integer)
|
2023-06-02 10:02:52.682 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.T.selectByTUid : <== Total: 0
|
2023-06-02 10:02:52.682 DEBUG 1124 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 2
|
2023-06-02 10:02:52.688 DEBUG 1124 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? and ? between limit_start_time and limit_end_time ORDER BY id desc limit 5
|
2023-06-02 10:02:52.689 DEBUG 1124 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 4(Integer), 1(Integer), 2023-06-02 10:02:52.683(Timestamp)
|
2023-06-02 10:02:52.699 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 10:02:52.699 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 4(Integer)
|
2023-06-02 10:02:52.700 DEBUG 1124 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 0
|
2023-06-02 10:02:52.713 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 10:02:56.315 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.E.selectByPrimaryKey : ==> Preparing: select id, name, subject_id, paper_type, grade_level, score, question_count, suggest_time, limit_start_time, limit_end_time, frame_text_content_id, create_user, create_time, deleted, task_exam_id from t_exam_paper where id = ?
|
2023-06-02 10:02:56.316 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 3(Integer)
|
2023-06-02 10:02:56.342 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-02 10:02:56.345 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 10:02:56.345 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 6(Integer)
|
2023-06-02 10:02:56.352 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 10:02:56.355 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.QuestionMapper.selectByIds : ==> 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 in ( ? )
|
2023-06-02 10:02:56.356 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.QuestionMapper.selectByIds : ==> Parameters: 2(Integer)
|
2023-06-02 10:02:56.373 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.QuestionMapper.selectByIds : <== Total: 1
|
2023-06-02 10:02:56.377 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 10:02:56.378 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 5(Integer)
|
2023-06-02 10:02:56.384 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 10:03:31.545 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.E.selectByPrimaryKey : ==> Preparing: select id, name, subject_id, paper_type, grade_level, score, question_count, suggest_time, limit_start_time, limit_end_time, frame_text_content_id, create_user, create_time, deleted, task_exam_id from t_exam_paper where id = ?
|
2023-06-02 10:03:31.546 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 3(Integer)
|
2023-06-02 10:03:31.556 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-02 10:03:31.558 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 10:03:31.559 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 6(Integer)
|
2023-06-02 10:03:31.565 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 10:03:31.567 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.QuestionMapper.selectByIds : ==> 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 in ( ? )
|
2023-06-02 10:03:31.568 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.QuestionMapper.selectByIds : ==> Parameters: 2(Integer)
|
2023-06-02 10:03:31.577 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.QuestionMapper.selectByIds : <== Total: 1
|
2023-06-02 10:03:31.578 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 10:03:31.578 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 5(Integer)
|
2023-06-02 10:03:31.588 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 10:05:01.610 DEBUG 1124 --- [XNIO-1 task-15] 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-02 10:05:01.612 DEBUG 1124 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-02 10:05:01.622 DEBUG 1124 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 10:05:01.628 DEBUG 1124 --- [XNIO-1 task-15] 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-02 10:05:01.628 DEBUG 1124 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-02 10:05:01.650 DEBUG 1124 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 10:05:01.652 DEBUG 1124 --- [XNIO-1 task-15] 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-02 10:05:01.653 DEBUG 1124 --- [XNIO-1 task-15] r.c.m.x.r.U.insertSelective : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了学之思开源考试系统(String), 2023-06-02 10:05:01.651(Timestamp)
|
2023-06-02 10:05:01.702 DEBUG 1124 --- [XNIO-1 task-15] r.c.m.x.r.U.insertSelective : <== Updates: 1
|
2023-06-02 10:05:01.848 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper where deleted=0
|
2023-06-02 10:05:01.848 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-02 10:05:01.855 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-02 10:05:01.857 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.QuestionMapper.selectAllCount : ==> Preparing: SELECT count(*) from t_question where deleted=0
|
2023-06-02 10:05:01.858 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.QuestionMapper.selectAllCount : ==> Parameters:
|
2023-06-02 10:05:01.864 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.QuestionMapper.selectAllCount : <== Total: 1
|
2023-06-02 10:05:01.869 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper_answer
|
2023-06-02 10:05:01.869 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-02 10:05:01.885 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-02 10:05:01.886 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
|
2023-06-02 10:05:01.887 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-02 10:05:01.920 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-02 10:05:01.927 DEBUG 1124 --- [XNIO-1 task-16] 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-02 10:05:01.929 DEBUG 1124 --- [XNIO-1 task-16] 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-02 10:05:01.956 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.U.selectCountByDate : <== Total: 2
|
2023-06-02 10:05:01.961 DEBUG 1124 --- [XNIO-1 task-16] 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-02 10:05:01.962 DEBUG 1124 --- [XNIO-1 task-16] 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-02 10:05:01.969 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.E.selectCountByDate : <== Total: 1
|
2023-06-02 10:07:06.702 DEBUG 1124 --- [XNIO-1 task-17] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-02 10:07:06.702 DEBUG 1124 --- [XNIO-1 task-17] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-02 10:07:06.719 DEBUG 1124 --- [XNIO-1 task-17] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-02 10:07:07.061 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_question WHERE deleted = 0
|
2023-06-02 10:07:07.063 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Parameters:
|
2023-06-02 10:07:07.081 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.r.QuestionMapper.page_COUNT : <== Total: 1
|
2023-06-02 10:07:07.090 DEBUG 1124 --- [XNIO-1 task-18] 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-02 10:07:07.090 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.repository.QuestionMapper.page : ==> Parameters: 10(Integer)
|
2023-06-02 10:07:07.123 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.repository.QuestionMapper.page : <== Total: 2
|
2023-06-02 10:07:07.129 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 10:07:07.130 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 5(Integer)
|
2023-06-02 10:07:07.147 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 10:07:07.150 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 10:07:07.151 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-02 10:07:07.179 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 10:07:37.212 DEBUG 1124 --- [XNIO-1 task-19] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-02 10:07:37.212 DEBUG 1124 --- [XNIO-1 task-19] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-02 10:07:37.219 DEBUG 1124 --- [XNIO-1 task-19] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-02 10:08:33.673 DEBUG 1124 --- [XNIO-1 task-21] 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-02 10:08:33.674 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-02 10:08:33.692 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 10:08:33.694 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.E.selectByPrimaryKey : ==> Preparing: select id, name, subject_id, paper_type, grade_level, score, question_count, suggest_time, limit_start_time, limit_end_time, frame_text_content_id, create_user, create_time, deleted, task_exam_id from t_exam_paper where id = ?
|
2023-06-02 10:08:33.694 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 3(Integer)
|
2023-06-02 10:08:33.702 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-02 10:08:33.703 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 10:08:33.703 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 6(Integer)
|
2023-06-02 10:08:33.710 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 10:08:33.712 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.QuestionMapper.selectByIds : ==> 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 in ( ? )
|
2023-06-02 10:08:33.712 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.QuestionMapper.selectByIds : ==> Parameters: 2(Integer)
|
2023-06-02 10:08:33.723 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.QuestionMapper.selectByIds : <== Total: 1
|
2023-06-02 10:08:33.785 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.E.insertSelective : ==> Preparing: insert into t_exam_paper_answer ( exam_paper_id, paper_name, paper_type, subject_id, system_score, user_score, paper_score, question_correct, question_count, do_time, status, create_user, create_time ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
|
2023-06-02 10:08:33.786 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.E.insertSelective : ==> Parameters: 3(Integer), Java(String), 1(Integer), 1(Integer), 0(Integer), 0(Integer), 40(Integer), 0(Integer), 1(Integer), 300(Integer), 1(Integer), 1(Integer), 2023-06-02 10:08:33.694(Timestamp)
|
2023-06-02 10:08:33.811 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.E.insertSelective : <== Updates: 1
|
2023-06-02 10:08:33.816 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.T.insertSelective : ==> Preparing: insert into t_text_content ( create_time ) values ( ? )
|
2023-06-02 10:08:33.816 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.T.insertSelective : ==> Parameters: 2023-06-02 10:08:33.778(Timestamp)
|
2023-06-02 10:08:33.829 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.T.insertSelective : <== Updates: 1
|
2023-06-02 10:08:33.832 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.E.insertList : ==> Preparing: insert into t_exam_paper_question_customer_answer ( question_id, question_score, subject_id, create_time, create_user, text_content_id, exam_paper_id, question_type, answer, customer_score, exam_paper_answer_id , do_right,question_text_content_id,item_order) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,?,?)
|
2023-06-02 10:08:33.833 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.E.insertList : ==> Parameters: 2(Integer), 40(Integer), 1(Integer), 2023-06-02 10:08:33.694(Timestamp), 1(Integer), 8(Integer), 3(Integer), 5(Integer), null, 0(Integer), 4(Integer), null, 5(Integer), 1(Integer)
|
2023-06-02 10:08:33.851 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.E.insertList : <== Updates: 1
|
2023-06-02 10:08:33.903 DEBUG 1124 --- [XNIO-1 task-21] 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-02 10:08:33.904 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.U.insertSelective : ==> Parameters: 1(Integer), student(String), 学生(String), student 提交试卷:Java 得分:0 耗时:5分 0秒(String), 2023-06-02 10:08:33.735(Timestamp)
|
2023-06-02 10:08:33.932 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.U.insertSelective : <== Updates: 1
|
2023-06-02 10:09:46.359 DEBUG 1124 --- [XNIO-1 task-22] 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-02 10:09:46.359 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-02 10:09:46.367 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 10:09:46.375 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-06-02 10:09:46.376 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-02 10:09:46.385 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-06-02 10:09:46.388 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.T.insertSelective : ==> Preparing: insert into t_text_content ( content, create_time ) values ( ?, ? )
|
2023-06-02 10:09:46.390 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.T.insertSelective : ==> Parameters: {"titleContent":"1","analyze":"5","questionItemObjects":[{"prefix":"A","content":"1","score":null,"itemUuid":null},{"prefix":"B","content":"2","score":null,"itemUuid":null},{"prefix":"C","content":"3","score":null,"itemUuid":null},{"prefix":"D","content":"4","score":null,"itemUuid":null}],"correct":"A"}(String), 2023-06-02 10:09:46.375(Timestamp)
|
2023-06-02 10:09:46.412 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.T.insertSelective : <== Updates: 1
|
2023-06-02 10:09:46.418 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.Q.insertSelective : ==> Preparing: insert into t_question ( question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
|
2023-06-02 10:09:46.419 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.Q.insertSelective : ==> Parameters: 1(Integer), 1(Integer), 10(Integer), 1(Integer), 3(Integer), A(String), 9(Integer), 2(Integer), 1(Integer), 2023-06-02 10:09:46.375(Timestamp), false(Boolean)
|
2023-06-02 10:09:46.443 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.Q.insertSelective : <== Updates: 1
|
2023-06-02 10:09:47.089 DEBUG 1124 --- [XNIO-1 task-23] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-02 10:09:47.090 DEBUG 1124 --- [XNIO-1 task-23] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-02 10:09:47.102 DEBUG 1124 --- [XNIO-1 task-23] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-02 10:09:47.381 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_question WHERE deleted = 0
|
2023-06-02 10:09:47.382 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Parameters:
|
2023-06-02 10:09:47.389 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.QuestionMapper.page_COUNT : <== Total: 1
|
2023-06-02 10:09:47.390 DEBUG 1124 --- [XNIO-1 task-24] 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-02 10:09:47.390 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.repository.QuestionMapper.page : ==> Parameters: 10(Integer)
|
2023-06-02 10:09:47.398 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.repository.QuestionMapper.page : <== Total: 3
|
2023-06-02 10:09:47.400 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 10:09:47.400 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 9(Integer)
|
2023-06-02 10:09:47.409 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 10:09:47.411 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 10:09:47.411 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 5(Integer)
|
2023-06-02 10:09:47.423 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 10:09:47.423 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 10:09:47.424 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-02 10:09:47.433 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 13:33:18.597 WARN 1124 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1h4m22s221ms272µs300ns).
|
2023-06-02 13:44:52.666 DEBUG 1124 --- [XNIO-1 task-36] 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-02 13:44:52.672 DEBUG 1124 --- [XNIO-1 task-36] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-02 13:44:52.741 DEBUG 1124 --- [XNIO-1 task-36] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 13:44:52.759 DEBUG 1124 --- [XNIO-1 task-36] 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-02 13:44:52.759 DEBUG 1124 --- [XNIO-1 task-36] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-02 13:44:52.815 DEBUG 1124 --- [XNIO-1 task-36] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 13:44:52.821 DEBUG 1124 --- [XNIO-1 task-36] 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-02 13:44:52.823 DEBUG 1124 --- [XNIO-1 task-36] r.c.m.x.r.U.insertSelective : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了学之思开源考试系统(String), 2023-06-02 13:44:52.815(Timestamp)
|
2023-06-02 13:44:53.019 DEBUG 1124 --- [XNIO-1 task-36] r.c.m.x.r.U.insertSelective : <== Updates: 1
|
2023-06-02 13:44:53.130 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper where deleted=0
|
2023-06-02 13:44:53.131 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-02 13:44:53.239 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-02 13:44:53.251 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.QuestionMapper.selectAllCount : ==> Preparing: SELECT count(*) from t_question where deleted=0
|
2023-06-02 13:44:53.253 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.QuestionMapper.selectAllCount : ==> Parameters:
|
2023-06-02 13:44:53.383 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.QuestionMapper.selectAllCount : <== Total: 1
|
2023-06-02 13:44:53.384 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper_answer
|
2023-06-02 13:44:53.384 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-02 13:44:53.533 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-02 13:44:53.534 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
|
2023-06-02 13:44:53.535 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-02 13:44:53.676 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-02 13:44:53.684 DEBUG 1124 --- [XNIO-1 task-37] 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-02 13:44:53.715 DEBUG 1124 --- [XNIO-1 task-37] 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-02 13:44:53.849 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.U.selectCountByDate : <== Total: 2
|
2023-06-02 13:44:53.854 DEBUG 1124 --- [XNIO-1 task-37] 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-02 13:44:53.856 DEBUG 1124 --- [XNIO-1 task-37] 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-02 13:44:53.975 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.E.selectCountByDate : <== Total: 2
|
2023-06-02 13:45:03.087 DEBUG 1124 --- [XNIO-1 task-38] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-02 13:45:03.088 DEBUG 1124 --- [XNIO-1 task-38] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-02 13:45:03.099 DEBUG 1124 --- [XNIO-1 task-38] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-02 13:45:03.403 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_question WHERE deleted = 0
|
2023-06-02 13:45:03.404 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Parameters:
|
2023-06-02 13:45:03.415 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.QuestionMapper.page_COUNT : <== Total: 1
|
2023-06-02 13:45:03.418 DEBUG 1124 --- [XNIO-1 task-39] 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-02 13:45:03.419 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.repository.QuestionMapper.page : ==> Parameters: 10(Integer)
|
2023-06-02 13:45:03.446 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.repository.QuestionMapper.page : <== Total: 3
|
2023-06-02 13:45:03.448 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 13:45:03.448 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 9(Integer)
|
2023-06-02 13:45:03.461 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 13:45:03.481 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 13:45:03.481 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 5(Integer)
|
2023-06-02 13:45:03.503 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 13:45:03.504 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 13:45:03.504 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-02 13:45:03.525 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 13:45:10.233 DEBUG 1124 --- [XNIO-1 task-40] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-02 13:45:10.233 DEBUG 1124 --- [XNIO-1 task-40] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-02 13:45:10.330 DEBUG 1124 --- [XNIO-1 task-40] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-02 13:50:36.470 DEBUG 1124 --- [XNIO-1 task-41] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-02 13:50:36.471 DEBUG 1124 --- [XNIO-1 task-41] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-02 13:50:36.477 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_question WHERE deleted = 0
|
2023-06-02 13:50:36.478 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Parameters:
|
2023-06-02 13:50:36.478 DEBUG 1124 --- [XNIO-1 task-41] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-02 13:50:36.485 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.QuestionMapper.page_COUNT : <== Total: 1
|
2023-06-02 13:50:36.486 DEBUG 1124 --- [XNIO-1 task-42] 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-02 13:50:36.486 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.repository.QuestionMapper.page : ==> Parameters: 10(Integer)
|
2023-06-02 13:50:36.494 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.repository.QuestionMapper.page : <== Total: 3
|
2023-06-02 13:50:36.495 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 13:50:36.495 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 9(Integer)
|
2023-06-02 13:50:36.508 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 13:50:36.509 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 13:50:36.509 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 5(Integer)
|
2023-06-02 13:50:36.524 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 13:50:36.529 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 13:50:36.529 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-02 13:50:36.536 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 13:50:42.176 DEBUG 1124 --- [XNIO-1 task-43] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-02 13:50:42.177 DEBUG 1124 --- [XNIO-1 task-43] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-02 13:50:42.191 DEBUG 1124 --- [XNIO-1 task-43] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-02 13:52:52.514 DEBUG 1124 --- [XNIO-1 task-45] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-02 13:52:52.514 DEBUG 1124 --- [XNIO-1 task-45] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-02 13:52:52.521 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_question WHERE deleted = 0
|
2023-06-02 13:52:52.521 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Parameters:
|
2023-06-02 13:52:52.521 DEBUG 1124 --- [XNIO-1 task-45] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-02 13:52:52.540 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.QuestionMapper.page_COUNT : <== Total: 1
|
2023-06-02 13:52:52.541 DEBUG 1124 --- [XNIO-1 task-46] 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-02 13:52:52.542 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.repository.QuestionMapper.page : ==> Parameters: 10(Integer)
|
2023-06-02 13:52:52.564 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.repository.QuestionMapper.page : <== Total: 3
|
2023-06-02 13:52:52.566 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 13:52:52.566 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 9(Integer)
|
2023-06-02 13:52:52.575 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 13:52:52.577 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 13:52:52.578 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 5(Integer)
|
2023-06-02 13:52:52.585 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 13:52:52.586 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 13:52:52.586 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-02 13:52:52.593 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 13:52:59.203 DEBUG 1124 --- [XNIO-1 task-47] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-02 13:52:59.203 DEBUG 1124 --- [XNIO-1 task-47] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-02 13:52:59.215 DEBUG 1124 --- [XNIO-1 task-47] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-02 13:53:16.184 DEBUG 1124 --- [XNIO-1 task-48] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-02 13:53:16.184 DEBUG 1124 --- [XNIO-1 task-48] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-02 13:53:16.191 DEBUG 1124 --- [XNIO-1 task-48] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-02 13:53:16.261 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.E.adminPage_COUNT : ==> Preparing: SELECT count(0) FROM t_exam_paper_answer
|
2023-06-02 13:53:16.261 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.E.adminPage_COUNT : ==> Parameters:
|
2023-06-02 13:53:16.277 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.E.adminPage_COUNT : <== Total: 1
|
2023-06-02 13:53:16.279 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.E.adminPage : ==> Preparing: SELECT id, exam_paper_id, paper_name, paper_type, subject_id, system_score, user_score, paper_score, question_correct, question_count, do_time, status, create_user, create_time, task_exam_id FROM t_exam_paper_answer order by id desc LIMIT ?
|
2023-06-02 13:53:16.280 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.E.adminPage : ==> Parameters: 10(Integer)
|
2023-06-02 13:53:16.299 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.E.adminPage : <== Total: 4
|
2023-06-02 13:53:16.309 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-06-02 13:53:16.309 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-02 13:53:16.316 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-06-02 13:53:16.320 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey : ==> 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 id = ?
|
2023-06-02 13:53:16.321 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-02 13:53:16.329 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey : <== Total: 1
|
2023-06-02 13:53:16.330 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-06-02 13:53:16.330 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-02 13:53:16.338 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-06-02 13:53:16.340 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey : ==> 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 id = ?
|
2023-06-02 13:53:16.340 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-02 13:53:16.356 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey : <== Total: 1
|
2023-06-02 13:53:16.357 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-06-02 13:53:16.358 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-02 13:53:16.367 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-06-02 13:53:16.368 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey : ==> 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 id = ?
|
2023-06-02 13:53:16.368 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-02 13:53:16.380 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey : <== Total: 1
|
2023-06-02 13:53:16.381 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-06-02 13:53:16.381 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-02 13:53:16.388 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-06-02 13:53:16.388 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey : ==> 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 id = ?
|
2023-06-02 13:53:16.390 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-02 13:53:16.397 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey : <== Total: 1
|
2023-06-02 13:53:55.645 DEBUG 1124 --- [XNIO-1 task-50] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-02 13:53:55.646 DEBUG 1124 --- [XNIO-1 task-50] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-02 13:53:55.646 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_question WHERE deleted = 0
|
2023-06-02 13:53:55.647 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Parameters:
|
2023-06-02 13:53:55.652 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.QuestionMapper.page_COUNT : <== Total: 1
|
2023-06-02 13:53:55.653 DEBUG 1124 --- [XNIO-1 task-51] 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-02 13:53:55.653 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.repository.QuestionMapper.page : ==> Parameters: 10(Integer)
|
2023-06-02 13:53:55.656 DEBUG 1124 --- [XNIO-1 task-50] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-02 13:53:55.667 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.repository.QuestionMapper.page : <== Total: 3
|
2023-06-02 13:53:55.668 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 13:53:55.668 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 9(Integer)
|
2023-06-02 13:53:55.677 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 13:53:55.682 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 13:53:55.683 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 5(Integer)
|
2023-06-02 13:53:55.691 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 13:53:55.692 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 13:53:55.692 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-02 13:53:55.703 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 14:44:04.779 DEBUG 1124 --- [XNIO-1 task-56] 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-02 14:44:04.798 DEBUG 1124 --- [XNIO-1 task-56] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-02 14:44:04.816 DEBUG 1124 --- [XNIO-1 task-56] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 14:44:04.829 DEBUG 1124 --- [XNIO-1 task-56] 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-02 14:44:04.829 DEBUG 1124 --- [XNIO-1 task-56] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-02 14:44:04.838 DEBUG 1124 --- [XNIO-1 task-56] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 14:44:04.842 DEBUG 1124 --- [XNIO-1 task-56] 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-02 14:44:04.843 DEBUG 1124 --- [XNIO-1 task-56] r.c.m.x.r.U.insertSelective : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了学之思开源考试系统(String), 2023-06-02 14:44:04.838(Timestamp)
|
2023-06-02 14:44:04.868 DEBUG 1124 --- [XNIO-1 task-56] r.c.m.x.r.U.insertSelective : <== Updates: 1
|
2023-06-02 14:44:05.308 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper where deleted=0
|
2023-06-02 14:44:05.308 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-02 14:44:05.317 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-02 14:44:05.318 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.QuestionMapper.selectAllCount : ==> Preparing: SELECT count(*) from t_question where deleted=0
|
2023-06-02 14:44:05.318 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.QuestionMapper.selectAllCount : ==> Parameters:
|
2023-06-02 14:44:05.330 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.QuestionMapper.selectAllCount : <== Total: 1
|
2023-06-02 14:44:05.331 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper_answer
|
2023-06-02 14:44:05.331 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-02 14:44:05.339 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-02 14:44:05.340 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
|
2023-06-02 14:44:05.340 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-02 14:44:05.347 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-02 14:44:05.352 DEBUG 1124 --- [XNIO-1 task-57] 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-02 14:44:05.353 DEBUG 1124 --- [XNIO-1 task-57] 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-02 14:44:05.360 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.U.selectCountByDate : <== Total: 2
|
2023-06-02 14:44:05.363 DEBUG 1124 --- [XNIO-1 task-57] 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-02 14:44:05.364 DEBUG 1124 --- [XNIO-1 task-57] 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-02 14:44:05.371 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.E.selectCountByDate : <== Total: 2
|
2023-06-02 14:44:23.710 DEBUG 1124 --- [XNIO-1 task-58] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-02 14:44:23.710 DEBUG 1124 --- [XNIO-1 task-58] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-02 14:44:23.720 DEBUG 1124 --- [XNIO-1 task-58] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-02 14:44:23.725 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_question WHERE deleted = 0
|
2023-06-02 14:44:23.725 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Parameters:
|
2023-06-02 14:44:23.734 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.QuestionMapper.page_COUNT : <== Total: 1
|
2023-06-02 14:44:23.741 DEBUG 1124 --- [XNIO-1 task-59] 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-02 14:44:23.741 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.repository.QuestionMapper.page : ==> Parameters: 10(Integer)
|
2023-06-02 14:44:23.757 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.repository.QuestionMapper.page : <== Total: 3
|
2023-06-02 14:44:23.759 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 14:44:23.759 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 9(Integer)
|
2023-06-02 14:44:23.771 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 14:44:23.776 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 14:44:23.776 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 5(Integer)
|
2023-06-02 14:44:23.782 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 14:44:23.784 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 14:44:23.784 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-02 14:44:23.793 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 14:44:26.355 DEBUG 1124 --- [XNIO-1 task-60] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-02 14:44:26.355 DEBUG 1124 --- [XNIO-1 task-60] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-02 14:44:26.366 DEBUG 1124 --- [XNIO-1 task-60] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-02 14:44:26.656 DEBUG 1124 --- [XNIO-1 task-61] 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-02 14:44:26.656 DEBUG 1124 --- [XNIO-1 task-61] r.c.m.x.r.Q.selectByPrimaryKey : ==> Parameters: 3(Integer)
|
2023-06-02 14:44:26.674 DEBUG 1124 --- [XNIO-1 task-61] r.c.m.x.r.Q.selectByPrimaryKey : <== Total: 1
|
2023-06-02 14:44:26.676 DEBUG 1124 --- [XNIO-1 task-61] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 14:44:26.676 DEBUG 1124 --- [XNIO-1 task-61] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 9(Integer)
|
2023-06-02 14:44:26.695 DEBUG 1124 --- [XNIO-1 task-61] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 14:44:56.531 DEBUG 1124 --- [XNIO-1 task-63] 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-02 14:44:56.531 DEBUG 1124 --- [XNIO-1 task-62] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-02 14:44:56.542 DEBUG 1124 --- [XNIO-1 task-62] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-02 14:44:56.543 DEBUG 1124 --- [XNIO-1 task-63] r.c.m.x.r.Q.selectByPrimaryKey : ==> Parameters: 3(Integer)
|
2023-06-02 14:44:56.562 DEBUG 1124 --- [XNIO-1 task-63] r.c.m.x.r.Q.selectByPrimaryKey : <== Total: 1
|
2023-06-02 14:44:56.562 DEBUG 1124 --- [XNIO-1 task-62] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-02 14:44:56.563 DEBUG 1124 --- [XNIO-1 task-63] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 14:44:56.563 DEBUG 1124 --- [XNIO-1 task-63] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 9(Integer)
|
2023-06-02 14:44:56.575 DEBUG 1124 --- [XNIO-1 task-63] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 15:07:48.065 INFO 1124 --- [Thread-16] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
|
2023-06-02 15:07:48.164 INFO 1124 --- [Thread-16] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
|
2023-06-02 15:07:48.221 INFO 1124 --- [Thread-16] io.undertow.servlet : Destroying Spring FrameworkServlet 'dispatcherServlet'
|
2023-06-02 17:24:48.414 INFO 17440 --- [restartedMain] com.mindskip.xzs.XzsApplication : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 17440 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
|
2023-06-02 17:24:48.417 INFO 17440 --- [restartedMain] com.mindskip.xzs.XzsApplication : The following profiles are active: dev
|
2023-06-02 17:24:48.503 INFO 17440 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
2023-06-02 17:24:48.503 INFO 17440 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
2023-06-02 17:24:51.580 WARN 17440 --- [restartedMain] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
|
2023-06-02 17:24:51.610 INFO 17440 --- [restartedMain] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
|
2023-06-02 17:24:51.611 INFO 17440 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3108 ms
|
2023-06-02 17:24:52.795 INFO 17440 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@8415e8f, org.springframework.security.web.context.SecurityContextPersistenceFilter@19a86474, org.springframework.security.web.header.HeaderWriterFilter@5697d8cc, org.springframework.web.filter.CorsFilter@71c1bc64, org.springframework.security.web.authentication.logout.LogoutFilter@7d96dccc, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@e7aaba7, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@538dd879, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7c95e041, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@353a53ed, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@4d77b91e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6960801b, org.springframework.security.web.session.SessionManagementFilter@59a4236c, org.springframework.security.web.access.ExceptionTranslationFilter@47663e5b, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2c5dfa3f]
|
2023-06-02 17:24:53.257 INFO 17440 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
2023-06-02 17:24:53.348 INFO 17440 --- [restartedMain] org.xnio : XNIO version 3.3.8.Final
|
2023-06-02 17:24:53.361 INFO 17440 --- [restartedMain] org.xnio.nio : XNIO NIO Implementation Version 3.3.8.Final
|
2023-06-02 17:24:53.470 INFO 17440 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer : Undertow started on port(s) 8000 (http) with context path ''
|
2023-06-02 17:24:53.475 INFO 17440 --- [restartedMain] com.mindskip.xzs.XzsApplication : Started XzsApplication in 5.898 seconds (JVM running for 11.604)
|
2023-06-02 17:25:53.951 INFO 17440 --- [XNIO-1 task-1] io.undertow.servlet : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2023-06-02 17:25:53.951 INFO 17440 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
2023-06-02 17:25:53.964 INFO 17440 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms
|
2023-06-02 17:25:54.059 INFO 17440 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
2023-06-02 17:25:54.318 INFO 17440 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
2023-06-02 17:25:54.329 DEBUG 17440 --- [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-02 17:25:54.350 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-02 17:25:54.386 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 17:25:54.396 DEBUG 17440 --- [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-02 17:25:54.396 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-02 17:25:54.405 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-02 17:25:54.839 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper where deleted=0
|
2023-06-02 17:25:54.839 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-02 17:25:54.847 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-02 17:25:54.848 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.QuestionMapper.selectAllCount : ==> Preparing: SELECT count(*) from t_question where deleted=0
|
2023-06-02 17:25:54.848 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.QuestionMapper.selectAllCount : ==> Parameters:
|
2023-06-02 17:25:54.856 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.QuestionMapper.selectAllCount : <== Total: 1
|
2023-06-02 17:25:54.857 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper_answer
|
2023-06-02 17:25:54.857 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-02 17:25:54.866 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-02 17:25:54.867 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
|
2023-06-02 17:25:54.867 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-02 17:25:54.875 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-02 17:25:54.881 DEBUG 17440 --- [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-02 17:25:54.883 DEBUG 17440 --- [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-02 17:25:54.896 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.U.selectCountByDate : <== Total: 2
|
2023-06-02 17:25:54.898 DEBUG 17440 --- [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-02 17:25:54.899 DEBUG 17440 --- [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-02 17:25:54.908 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.E.selectCountByDate : <== Total: 2
|
2023-06-02 17:26:00.335 DEBUG 17440 --- [XNIO-1 task-2] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-02 17:26:00.335 DEBUG 17440 --- [XNIO-1 task-2] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-02 17:26:00.345 DEBUG 17440 --- [XNIO-1 task-2] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-02 17:26:00.418 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_question WHERE deleted = 0
|
2023-06-02 17:26:00.420 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Parameters:
|
2023-06-02 17:26:00.427 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.page_COUNT : <== Total: 1
|
2023-06-02 17:26:00.431 DEBUG 17440 --- [XNIO-1 task-3] 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-02 17:26:00.431 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.repository.QuestionMapper.page : ==> Parameters: 10(Integer)
|
2023-06-02 17:26:00.442 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.repository.QuestionMapper.page : <== Total: 3
|
2023-06-02 17:26:00.474 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 17:26:00.474 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 9(Integer)
|
2023-06-02 17:26:00.482 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 17:26:00.493 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 17:26:00.494 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 5(Integer)
|
2023-06-02 17:26:00.502 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 17:26:00.503 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-02 17:26:00.504 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-02 17:26:00.512 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-02 18:11:36.231 INFO 17440 --- [Thread-20] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
|
2023-06-02 18:11:36.265 INFO 17440 --- [Thread-20] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
|
2023-06-02 18:11:36.281 INFO 17440 --- [Thread-20] io.undertow.servlet : Destroying Spring FrameworkServlet 'dispatcherServlet'
|