2023-06-01 09:04:17.407 INFO 35024 --- [restartedMain] com.mindskip.xzs.XzsApplication : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 35024 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
|
2023-06-01 09:04:17.409 INFO 35024 --- [restartedMain] com.mindskip.xzs.XzsApplication : The following profiles are active: dev
|
2023-06-01 09:04:17.471 INFO 35024 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
2023-06-01 09:04:17.472 INFO 35024 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
2023-06-01 09:04:20.450 WARN 35024 --- [restartedMain] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
|
2023-06-01 09:04:20.487 INFO 35024 --- [restartedMain] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
|
2023-06-01 09:04:20.487 INFO 35024 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3015 ms
|
2023-06-01 09:04:21.705 INFO 35024 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@30677da4, org.springframework.security.web.context.SecurityContextPersistenceFilter@18dba60b, org.springframework.security.web.header.HeaderWriterFilter@4eab58d8, org.springframework.web.filter.CorsFilter@699d30f7, org.springframework.security.web.authentication.logout.LogoutFilter@503dbbac, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@131860d3, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@406e8d3a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@56ee7179, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7b049ba6, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@4a144dce, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@419447be, org.springframework.security.web.session.SessionManagementFilter@39fcca5f, org.springframework.security.web.access.ExceptionTranslationFilter@17f7ba20, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@134de0c5]
|
2023-06-01 09:04:22.112 INFO 35024 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
2023-06-01 09:04:22.183 INFO 35024 --- [restartedMain] org.xnio : XNIO version 3.3.8.Final
|
2023-06-01 09:04:22.195 INFO 35024 --- [restartedMain] org.xnio.nio : XNIO NIO Implementation Version 3.3.8.Final
|
2023-06-01 09:04:22.275 INFO 35024 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer : Undertow started on port(s) 8000 (http) with context path ''
|
2023-06-01 09:04:22.279 INFO 35024 --- [restartedMain] com.mindskip.xzs.XzsApplication : Started XzsApplication in 5.548 seconds (JVM running for 10.778)
|
2023-06-01 09:05:40.860 INFO 35024 --- [XNIO-1 task-1] io.undertow.servlet : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2023-06-01 09:05:40.860 INFO 35024 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
2023-06-01 09:05:40.868 INFO 35024 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
|
2023-06-01 09:05:40.930 INFO 35024 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
2023-06-01 09:05:41.213 INFO 35024 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
2023-06-01 09:05:41.223 DEBUG 35024 --- [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-01 09:05:41.247 DEBUG 35024 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-01 09:05:41.274 DEBUG 35024 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 09:05:41.284 DEBUG 35024 --- [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-01 09:05:41.284 DEBUG 35024 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-01 09:05:41.293 DEBUG 35024 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 09:05:42.422 DEBUG 35024 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper where deleted=0
|
2023-06-01 09:05:42.422 DEBUG 35024 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-01 09:05:42.435 DEBUG 35024 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-01 09:05:42.435 DEBUG 35024 --- [XNIO-1 task-1] r.c.m.x.r.QuestionMapper.selectAllCount : ==> Preparing: SELECT count(*) from t_question where deleted=0
|
2023-06-01 09:05:42.435 DEBUG 35024 --- [XNIO-1 task-1] r.c.m.x.r.QuestionMapper.selectAllCount : ==> Parameters:
|
2023-06-01 09:05:42.450 DEBUG 35024 --- [XNIO-1 task-1] r.c.m.x.r.QuestionMapper.selectAllCount : <== Total: 1
|
2023-06-01 09:05:42.450 DEBUG 35024 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper_answer
|
2023-06-01 09:05:42.450 DEBUG 35024 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-01 09:05:42.480 DEBUG 35024 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-01 09:05:42.480 DEBUG 35024 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
|
2023-06-01 09:05:42.480 DEBUG 35024 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-01 09:05:42.501 DEBUG 35024 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-01 09:05:42.508 DEBUG 35024 --- [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-01 09:05:42.511 DEBUG 35024 --- [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-01 09:05:42.532 DEBUG 35024 --- [XNIO-1 task-1] r.c.m.x.r.U.selectCountByDate : <== Total: 0
|
2023-06-01 09:05:42.536 DEBUG 35024 --- [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-01 09:05:42.538 DEBUG 35024 --- [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-01 09:05:42.550 DEBUG 35024 --- [XNIO-1 task-1] r.c.m.x.r.E.selectCountByDate : <== Total: 0
|
2023-06-01 09:05:51.806 DEBUG 35024 --- [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-01 09:05:51.806 DEBUG 35024 --- [XNIO-1 task-2] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-01 09:05:51.816 DEBUG 35024 --- [XNIO-1 task-2] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-01 09:05:51.914 DEBUG 35024 --- [XNIO-1 task-3] r.c.m.x.r.ExamPaperMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0
|
2023-06-01 09:05:51.914 DEBUG 35024 --- [XNIO-1 task-3] r.c.m.x.r.ExamPaperMapper.page_COUNT : ==> Parameters:
|
2023-06-01 09:05:51.924 DEBUG 35024 --- [XNIO-1 task-3] r.c.m.x.r.ExamPaperMapper.page_COUNT : <== Total: 1
|
2023-06-01 09:05:51.929 DEBUG 35024 --- [XNIO-1 task-3] r.c.m.x.repository.ExamPaperMapper.page : ==> 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 deleted = 0 order by id desc LIMIT ?
|
2023-06-01 09:05:51.929 DEBUG 35024 --- [XNIO-1 task-3] r.c.m.x.repository.ExamPaperMapper.page : ==> Parameters: 10(Integer)
|
2023-06-01 09:05:51.941 DEBUG 35024 --- [XNIO-1 task-3] r.c.m.x.repository.ExamPaperMapper.page : <== Total: 2
|
2023-06-01 09:07:10.074 DEBUG 35024 --- [XNIO-1 task-4] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-01 09:07:10.074 DEBUG 35024 --- [XNIO-1 task-5] 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-01 09:07:10.075 DEBUG 35024 --- [XNIO-1 task-4] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-01 09:07:10.075 DEBUG 35024 --- [XNIO-1 task-5] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 2(Integer)
|
2023-06-01 09:07:10.089 DEBUG 35024 --- [XNIO-1 task-4] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-01 09:07:10.093 DEBUG 35024 --- [XNIO-1 task-5] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-01 09:07:10.096 DEBUG 35024 --- [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-01 09:07:10.096 DEBUG 35024 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 3(Integer)
|
2023-06-01 09:07:10.121 DEBUG 35024 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 09:07:10.137 DEBUG 35024 --- [XNIO-1 task-5] 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-01 09:07:10.138 DEBUG 35024 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.selectByIds : ==> Parameters: 1(Integer)
|
2023-06-01 09:07:10.146 DEBUG 35024 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.selectByIds : <== Total: 1
|
2023-06-01 09:07:10.151 DEBUG 35024 --- [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-01 09:07:10.153 DEBUG 35024 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 09:07:10.165 DEBUG 35024 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 09:18:44.549 DEBUG 35024 --- [XNIO-1 task-6] 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-01 09:18:44.563 DEBUG 35024 --- [XNIO-1 task-6] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 2(Integer)
|
2023-06-01 09:18:44.579 DEBUG 35024 --- [XNIO-1 task-6] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-01 09:19:01.898 DEBUG 35024 --- [XNIO-1 task-6] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 09:19:01.898 DEBUG 35024 --- [XNIO-1 task-6] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 3(Integer)
|
2023-06-01 09:19:01.907 DEBUG 35024 --- [XNIO-1 task-6] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 09:19:01.926 DEBUG 35024 --- [XNIO-1 task-6] 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-01 09:19:01.926 DEBUG 35024 --- [XNIO-1 task-6] r.c.m.x.r.QuestionMapper.selectByIds : ==> Parameters: 1(Integer)
|
2023-06-01 09:19:01.935 DEBUG 35024 --- [XNIO-1 task-6] r.c.m.x.r.QuestionMapper.selectByIds : <== Total: 1
|
2023-06-01 09:19:01.940 DEBUG 35024 --- [XNIO-1 task-6] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 09:19:01.940 DEBUG 35024 --- [XNIO-1 task-6] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 09:19:01.948 DEBUG 35024 --- [XNIO-1 task-6] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 09:25:31.892 DEBUG 35024 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper where deleted=0
|
2023-06-01 09:25:31.894 DEBUG 35024 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-01 09:25:31.913 DEBUG 35024 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-01 09:25:31.913 DEBUG 35024 --- [XNIO-1 task-7] r.c.m.x.r.QuestionMapper.selectAllCount : ==> Preparing: SELECT count(*) from t_question where deleted=0
|
2023-06-01 09:25:31.914 DEBUG 35024 --- [XNIO-1 task-7] r.c.m.x.r.QuestionMapper.selectAllCount : ==> Parameters:
|
2023-06-01 09:25:31.921 DEBUG 35024 --- [XNIO-1 task-7] r.c.m.x.r.QuestionMapper.selectAllCount : <== Total: 1
|
2023-06-01 09:25:31.927 DEBUG 35024 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper_answer
|
2023-06-01 09:25:31.927 DEBUG 35024 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-01 09:25:31.935 DEBUG 35024 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-01 09:25:31.942 DEBUG 35024 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
|
2023-06-01 09:25:31.942 DEBUG 35024 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-01 09:25:31.954 DEBUG 35024 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-01 09:25:31.958 DEBUG 35024 --- [XNIO-1 task-7] 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-01 09:25:31.963 DEBUG 35024 --- [XNIO-1 task-7] 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-01 09:25:31.972 DEBUG 35024 --- [XNIO-1 task-7] r.c.m.x.r.U.selectCountByDate : <== Total: 0
|
2023-06-01 09:25:31.974 DEBUG 35024 --- [XNIO-1 task-7] 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-01 09:25:31.976 DEBUG 35024 --- [XNIO-1 task-7] 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-01 09:25:31.984 DEBUG 35024 --- [XNIO-1 task-7] r.c.m.x.r.E.selectCountByDate : <== Total: 0
|
2023-06-01 09:25:39.259 DEBUG 35024 --- [XNIO-1 task-8] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-01 09:25:39.259 DEBUG 35024 --- [XNIO-1 task-8] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-01 09:25:39.274 DEBUG 35024 --- [XNIO-1 task-8] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-01 09:25:39.583 DEBUG 35024 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0
|
2023-06-01 09:25:39.584 DEBUG 35024 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.page_COUNT : ==> Parameters:
|
2023-06-01 09:25:39.593 DEBUG 35024 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.page_COUNT : <== Total: 1
|
2023-06-01 09:25:39.595 DEBUG 35024 --- [XNIO-1 task-9] r.c.m.x.repository.ExamPaperMapper.page : ==> 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 deleted = 0 order by id desc LIMIT ?
|
2023-06-01 09:25:39.595 DEBUG 35024 --- [XNIO-1 task-9] r.c.m.x.repository.ExamPaperMapper.page : ==> Parameters: 10(Integer)
|
2023-06-01 09:25:39.606 DEBUG 35024 --- [XNIO-1 task-9] r.c.m.x.repository.ExamPaperMapper.page : <== Total: 2
|
2023-06-01 09:25:48.902 DEBUG 35024 --- [XNIO-1 task-10] 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-01 09:25:48.902 DEBUG 35024 --- [XNIO-1 task-10] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 2(Integer)
|
2023-06-01 09:25:48.911 DEBUG 35024 --- [XNIO-1 task-10] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-01 09:25:54.472 DEBUG 35024 --- [XNIO-1 task-11] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-01 09:26:13.085 DEBUG 35024 --- [XNIO-1 task-11] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-01 09:26:13.093 DEBUG 35024 --- [XNIO-1 task-11] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-01 09:26:13.099 DEBUG 35024 --- [XNIO-1 task-10] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 09:26:13.108 DEBUG 35024 --- [XNIO-1 task-10] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 3(Integer)
|
2023-06-01 09:26:13.153 DEBUG 35024 --- [XNIO-1 task-10] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 09:28:58.382 WARN 35024 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=2m44s710ms154µs).
|
2023-06-01 09:28:59.617 DEBUG 35024 --- [XNIO-1 task-10] 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-01 09:28:59.618 DEBUG 35024 --- [XNIO-1 task-10] r.c.m.x.r.QuestionMapper.selectByIds : ==> Parameters: 1(Integer)
|
2023-06-01 09:28:59.635 DEBUG 35024 --- [XNIO-1 task-10] r.c.m.x.r.QuestionMapper.selectByIds : <== Total: 1
|
2023-06-01 09:29:24.285 DEBUG 35024 --- [XNIO-1 task-10] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 09:29:24.286 DEBUG 35024 --- [XNIO-1 task-10] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 09:29:24.293 DEBUG 35024 --- [XNIO-1 task-10] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 09:31:39.919 DEBUG 35024 --- [XNIO-1 task-12] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-01 09:31:39.919 DEBUG 35024 --- [XNIO-1 task-12] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-01 09:31:39.927 DEBUG 35024 --- [XNIO-1 task-12] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-01 09:31:39.979 DEBUG 35024 --- [XNIO-1 task-13] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_question WHERE deleted = 0
|
2023-06-01 09:31:39.979 DEBUG 35024 --- [XNIO-1 task-13] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Parameters:
|
2023-06-01 09:31:39.988 DEBUG 35024 --- [XNIO-1 task-13] r.c.m.x.r.QuestionMapper.page_COUNT : <== Total: 1
|
2023-06-01 09:31:39.990 DEBUG 35024 --- [XNIO-1 task-13] 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-01 09:31:39.991 DEBUG 35024 --- [XNIO-1 task-13] r.c.m.x.repository.QuestionMapper.page : ==> Parameters: 10(Integer)
|
2023-06-01 09:31:39.999 DEBUG 35024 --- [XNIO-1 task-13] r.c.m.x.repository.QuestionMapper.page : <== Total: 1
|
2023-06-01 09:31:40.004 DEBUG 35024 --- [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-01 09:31:40.006 DEBUG 35024 --- [XNIO-1 task-13] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 09:31:40.026 DEBUG 35024 --- [XNIO-1 task-13] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 09:34:59.933 DEBUG 35024 --- [XNIO-1 task-15] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-01 09:34:59.933 DEBUG 35024 --- [XNIO-1 task-15] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-01 09:34:59.940 DEBUG 35024 --- [XNIO-1 task-14] 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-01 09:34:59.942 DEBUG 35024 --- [XNIO-1 task-14] r.c.m.x.r.Q.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 09:34:59.942 DEBUG 35024 --- [XNIO-1 task-15] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-01 09:34:59.970 DEBUG 35024 --- [XNIO-1 task-14] r.c.m.x.r.Q.selectByPrimaryKey : <== Total: 1
|
2023-06-01 09:34:59.976 DEBUG 35024 --- [XNIO-1 task-14] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 09:34:59.976 DEBUG 35024 --- [XNIO-1 task-14] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 09:34:59.983 DEBUG 35024 --- [XNIO-1 task-14] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 09:35:06.335 DEBUG 35024 --- [XNIO-1 task-16] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-01 09:35:06.336 DEBUG 35024 --- [XNIO-1 task-16] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-01 09:35:06.337 DEBUG 35024 --- [XNIO-1 task-17] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_question WHERE deleted = 0
|
2023-06-01 09:35:06.337 DEBUG 35024 --- [XNIO-1 task-17] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Parameters:
|
2023-06-01 09:35:06.343 DEBUG 35024 --- [XNIO-1 task-16] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-01 09:35:06.344 DEBUG 35024 --- [XNIO-1 task-17] r.c.m.x.r.QuestionMapper.page_COUNT : <== Total: 1
|
2023-06-01 09:35:06.348 DEBUG 35024 --- [XNIO-1 task-17] 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-01 09:35:06.348 DEBUG 35024 --- [XNIO-1 task-17] r.c.m.x.repository.QuestionMapper.page : ==> Parameters: 10(Integer)
|
2023-06-01 09:35:06.356 DEBUG 35024 --- [XNIO-1 task-17] r.c.m.x.repository.QuestionMapper.page : <== Total: 1
|
2023-06-01 09:35:06.358 DEBUG 35024 --- [XNIO-1 task-17] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 09:35:06.358 DEBUG 35024 --- [XNIO-1 task-17] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 09:35:06.366 DEBUG 35024 --- [XNIO-1 task-17] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 09:42:30.741 DEBUG 35024 --- [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-01 09:42:30.745 DEBUG 35024 --- [XNIO-1 task-19] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-01 09:42:30.801 DEBUG 35024 --- [XNIO-1 task-19] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-01 09:58:34.510 DEBUG 35024 --- [XNIO-1 task-21] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-01 09:58:34.515 DEBUG 35024 --- [XNIO-1 task-21] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-01 09:58:34.518 DEBUG 35024 --- [XNIO-1 task-20] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_question WHERE deleted = 0
|
2023-06-01 09:58:34.518 DEBUG 35024 --- [XNIO-1 task-20] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Parameters:
|
2023-06-01 09:58:34.530 DEBUG 35024 --- [XNIO-1 task-21] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-01 09:58:34.530 DEBUG 35024 --- [XNIO-1 task-20] r.c.m.x.r.QuestionMapper.page_COUNT : <== Total: 1
|
2023-06-01 09:58:34.533 DEBUG 35024 --- [XNIO-1 task-20] 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-01 09:58:34.534 DEBUG 35024 --- [XNIO-1 task-20] r.c.m.x.repository.QuestionMapper.page : ==> Parameters: 10(Integer)
|
2023-06-01 09:58:34.547 DEBUG 35024 --- [XNIO-1 task-20] r.c.m.x.repository.QuestionMapper.page : <== Total: 1
|
2023-06-01 09:58:34.550 DEBUG 35024 --- [XNIO-1 task-20] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 09:58:34.551 DEBUG 35024 --- [XNIO-1 task-20] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 09:58:34.576 DEBUG 35024 --- [XNIO-1 task-20] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 09:58:40.761 DEBUG 35024 --- [XNIO-1 task-22] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-01 09:58:40.762 DEBUG 35024 --- [XNIO-1 task-22] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-01 09:58:40.769 DEBUG 35024 --- [XNIO-1 task-22] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-01 09:59:01.405 DEBUG 35024 --- [XNIO-1 task-23] r.c.m.x.r.SubjectMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_subject WHERE deleted = 0
|
2023-06-01 09:59:01.405 DEBUG 35024 --- [XNIO-1 task-23] r.c.m.x.r.SubjectMapper.page_COUNT : ==> Parameters:
|
2023-06-01 09:59:01.413 DEBUG 35024 --- [XNIO-1 task-23] r.c.m.x.r.SubjectMapper.page_COUNT : <== Total: 1
|
2023-06-01 09:59:01.414 DEBUG 35024 --- [XNIO-1 task-23] 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-01 09:59:01.415 DEBUG 35024 --- [XNIO-1 task-23] r.c.m.xzs.repository.SubjectMapper.page : ==> Parameters: 10(Integer)
|
2023-06-01 09:59:01.422 DEBUG 35024 --- [XNIO-1 task-23] r.c.m.xzs.repository.SubjectMapper.page : <== Total: 1
|
2023-06-01 10:18:44.033 DEBUG 35024 --- [XNIO-1 task-25] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-01 10:18:44.034 DEBUG 35024 --- [XNIO-1 task-26] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_question WHERE deleted = 0
|
2023-06-01 10:18:44.038 DEBUG 35024 --- [XNIO-1 task-25] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-01 10:18:44.038 DEBUG 35024 --- [XNIO-1 task-26] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Parameters:
|
2023-06-01 10:18:44.047 DEBUG 35024 --- [XNIO-1 task-26] r.c.m.x.r.QuestionMapper.page_COUNT : <== Total: 1
|
2023-06-01 10:18:44.047 DEBUG 35024 --- [XNIO-1 task-25] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-01 10:18:44.050 DEBUG 35024 --- [XNIO-1 task-26] 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-01 10:18:44.050 DEBUG 35024 --- [XNIO-1 task-26] r.c.m.x.repository.QuestionMapper.page : ==> Parameters: 10(Integer)
|
2023-06-01 10:18:44.064 DEBUG 35024 --- [XNIO-1 task-26] r.c.m.x.repository.QuestionMapper.page : <== Total: 1
|
2023-06-01 10:18:44.066 DEBUG 35024 --- [XNIO-1 task-26] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 10:18:44.066 DEBUG 35024 --- [XNIO-1 task-26] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 10:18:44.074 DEBUG 35024 --- [XNIO-1 task-26] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:18:50.123 DEBUG 35024 --- [XNIO-1 task-27] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-01 10:18:50.123 DEBUG 35024 --- [XNIO-1 task-27] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-01 10:18:50.131 DEBUG 35024 --- [XNIO-1 task-27] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-01 10:21:12.635 DEBUG 35024 --- [XNIO-1 task-29] 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-01 10:21:12.637 DEBUG 35024 --- [XNIO-1 task-29] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-01 10:21:12.647 DEBUG 35024 --- [XNIO-1 task-29] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 10:21:12.714 DEBUG 35024 --- [XNIO-1 task-29] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-06-01 10:21:12.714 DEBUG 35024 --- [XNIO-1 task-29] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 10:21:12.722 DEBUG 35024 --- [XNIO-1 task-29] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:21:12.740 DEBUG 35024 --- [XNIO-1 task-29] r.c.m.x.r.T.insertSelective : ==> Preparing: insert into t_text_content ( content, create_time ) values ( ?, ? )
|
2023-06-01 10:21:12.745 DEBUG 35024 --- [XNIO-1 task-29] r.c.m.x.r.T.insertSelective : ==> Parameters: {"titleContent":"java之父是谁?","analyze":"百度","questionItemObjects":[],"correct":"高斯林"}(String), 2023-06-01 10:21:12.708(Timestamp)
|
2023-06-01 10:21:12.769 DEBUG 35024 --- [XNIO-1 task-29] r.c.m.x.r.T.insertSelective : <== Updates: 1
|
2023-06-01 10:21:12.802 DEBUG 35024 --- [XNIO-1 task-29] 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-01 10:21:12.803 DEBUG 35024 --- [XNIO-1 task-29] r.c.m.x.r.Q.insertSelective : ==> Parameters: 5(Integer), 1(Integer), 40(Integer), 1(Integer), 3(Integer), 高斯林(String), 5(Integer), 2(Integer), 1(Integer), 2023-06-01 10:21:12.708(Timestamp), false(Boolean)
|
2023-06-01 10:21:12.818 DEBUG 35024 --- [XNIO-1 task-29] r.c.m.x.r.Q.insertSelective : <== Updates: 1
|
2023-06-01 10:21:13.448 DEBUG 35024 --- [XNIO-1 task-30] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-01 10:21:13.448 DEBUG 35024 --- [XNIO-1 task-30] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-01 10:21:13.456 DEBUG 35024 --- [XNIO-1 task-30] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-01 10:21:13.769 DEBUG 35024 --- [XNIO-1 task-31] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_question WHERE deleted = 0
|
2023-06-01 10:21:13.770 DEBUG 35024 --- [XNIO-1 task-31] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Parameters:
|
2023-06-01 10:21:13.777 DEBUG 35024 --- [XNIO-1 task-31] r.c.m.x.r.QuestionMapper.page_COUNT : <== Total: 1
|
2023-06-01 10:21:13.781 DEBUG 35024 --- [XNIO-1 task-31] 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-01 10:21:13.781 DEBUG 35024 --- [XNIO-1 task-31] r.c.m.x.repository.QuestionMapper.page : ==> Parameters: 10(Integer)
|
2023-06-01 10:21:13.805 DEBUG 35024 --- [XNIO-1 task-31] r.c.m.x.repository.QuestionMapper.page : <== Total: 2
|
2023-06-01 10:21:13.820 DEBUG 35024 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 10:21:13.820 DEBUG 35024 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 5(Integer)
|
2023-06-01 10:21:13.828 DEBUG 35024 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:21:13.830 DEBUG 35024 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 10:21:13.830 DEBUG 35024 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 10:21:13.836 DEBUG 35024 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:21:18.481 DEBUG 35024 --- [XNIO-1 task-32] 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-01 10:21:18.481 DEBUG 35024 --- [XNIO-1 task-32] r.c.m.x.r.Q.selectByPrimaryKey : ==> Parameters: 2(Integer)
|
2023-06-01 10:21:18.489 DEBUG 35024 --- [XNIO-1 task-32] r.c.m.x.r.Q.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:21:18.489 DEBUG 35024 --- [XNIO-1 task-32] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 10:21:18.490 DEBUG 35024 --- [XNIO-1 task-32] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 5(Integer)
|
2023-06-01 10:21:18.497 DEBUG 35024 --- [XNIO-1 task-32] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:21:24.696 DEBUG 35024 --- [XNIO-1 task-33] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-01 10:21:24.697 DEBUG 35024 --- [XNIO-1 task-33] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-01 10:21:24.710 DEBUG 35024 --- [XNIO-1 task-33] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-01 10:21:24.944 DEBUG 35024 --- [XNIO-1 task-34] r.c.m.x.r.ExamPaperMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0
|
2023-06-01 10:21:24.944 DEBUG 35024 --- [XNIO-1 task-34] r.c.m.x.r.ExamPaperMapper.page_COUNT : ==> Parameters:
|
2023-06-01 10:21:24.951 DEBUG 35024 --- [XNIO-1 task-34] r.c.m.x.r.ExamPaperMapper.page_COUNT : <== Total: 1
|
2023-06-01 10:21:24.952 DEBUG 35024 --- [XNIO-1 task-34] r.c.m.x.repository.ExamPaperMapper.page : ==> 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 deleted = 0 order by id desc LIMIT ?
|
2023-06-01 10:21:24.952 DEBUG 35024 --- [XNIO-1 task-34] r.c.m.x.repository.ExamPaperMapper.page : ==> Parameters: 10(Integer)
|
2023-06-01 10:21:24.961 DEBUG 35024 --- [XNIO-1 task-34] r.c.m.x.repository.ExamPaperMapper.page : <== Total: 2
|
2023-06-01 10:21:30.495 DEBUG 35024 --- [XNIO-1 task-35] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-01 10:21:30.497 DEBUG 35024 --- [XNIO-1 task-35] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-01 10:21:30.504 DEBUG 35024 --- [XNIO-1 task-35] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-01 10:21:53.673 DEBUG 35024 --- [XNIO-1 task-37] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_question WHERE deleted = 0 AND subject_id = ?
|
2023-06-01 10:21:53.673 DEBUG 35024 --- [XNIO-1 task-37] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Parameters: 1(Integer)
|
2023-06-01 10:21:53.686 DEBUG 35024 --- [XNIO-1 task-37] r.c.m.x.r.QuestionMapper.page_COUNT : <== Total: 1
|
2023-06-01 10:21:53.687 DEBUG 35024 --- [XNIO-1 task-37] 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 AND subject_id = ? order by id desc LIMIT ?
|
2023-06-01 10:21:53.689 DEBUG 35024 --- [XNIO-1 task-37] r.c.m.x.repository.QuestionMapper.page : ==> Parameters: 1(Integer), 5(Integer)
|
2023-06-01 10:21:53.698 DEBUG 35024 --- [XNIO-1 task-37] r.c.m.x.repository.QuestionMapper.page : <== Total: 2
|
2023-06-01 10:21:53.699 DEBUG 35024 --- [XNIO-1 task-37] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 10:21:53.699 DEBUG 35024 --- [XNIO-1 task-37] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 5(Integer)
|
2023-06-01 10:21:53.720 DEBUG 35024 --- [XNIO-1 task-37] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:21:53.723 DEBUG 35024 --- [XNIO-1 task-37] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 10:21:53.723 DEBUG 35024 --- [XNIO-1 task-37] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 10:21:53.732 DEBUG 35024 --- [XNIO-1 task-37] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:21:58.016 DEBUG 35024 --- [XNIO-1 task-38] 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-01 10:21:58.016 DEBUG 35024 --- [XNIO-1 task-38] r.c.m.x.r.Q.selectByPrimaryKey : ==> Parameters: 2(Integer)
|
2023-06-01 10:21:58.024 DEBUG 35024 --- [XNIO-1 task-38] r.c.m.x.r.Q.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:21:58.024 DEBUG 35024 --- [XNIO-1 task-38] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 10:21:58.025 DEBUG 35024 --- [XNIO-1 task-38] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 5(Integer)
|
2023-06-01 10:21:58.032 DEBUG 35024 --- [XNIO-1 task-38] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:22:00.830 DEBUG 35024 --- [XNIO-1 task-39] 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-01 10:22:00.831 DEBUG 35024 --- [XNIO-1 task-39] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-01 10:22:00.838 DEBUG 35024 --- [XNIO-1 task-39] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 10:22:00.885 DEBUG 35024 --- [XNIO-1 task-39] r.c.m.x.r.T.insertSelective : ==> Preparing: insert into t_text_content ( content, create_time ) values ( ?, ? )
|
2023-06-01 10:22:00.885 DEBUG 35024 --- [XNIO-1 task-39] r.c.m.x.r.T.insertSelective : ==> Parameters: [{"name":"java","questionItems":[{"id":2,"itemOrder":1}]}](String), 2023-06-01 10:22:00.875(Timestamp)
|
2023-06-01 10:22:00.899 DEBUG 35024 --- [XNIO-1 task-39] r.c.m.x.r.T.insertSelective : <== Updates: 1
|
2023-06-01 10:22:00.900 DEBUG 35024 --- [XNIO-1 task-39] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-06-01 10:22:00.900 DEBUG 35024 --- [XNIO-1 task-39] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 10:22:00.908 DEBUG 35024 --- [XNIO-1 task-39] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:22:00.917 DEBUG 35024 --- [XNIO-1 task-39] r.c.m.x.r.E.insertSelective : ==> Preparing: insert into t_exam_paper ( name, subject_id, paper_type, grade_level, score, question_count, suggest_time, frame_text_content_id, create_user, create_time, deleted ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
|
2023-06-01 10:22:00.917 DEBUG 35024 --- [XNIO-1 task-39] r.c.m.x.r.E.insertSelective : ==> Parameters: Java(String), 1(Integer), 1(Integer), 1(Integer), 40(Integer), 1(Integer), 5(Integer), 6(Integer), 2(Integer), 2023-06-01 10:22:00.875(Timestamp), false(Boolean)
|
2023-06-01 10:22:00.931 DEBUG 35024 --- [XNIO-1 task-39] r.c.m.x.r.E.insertSelective : <== Updates: 1
|
2023-06-01 10:22:00.971 DEBUG 35024 --- [XNIO-1 task-39] 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-01 10:22:00.971 DEBUG 35024 --- [XNIO-1 task-39] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 3(Integer)
|
2023-06-01 10:22:00.979 DEBUG 35024 --- [XNIO-1 task-39] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:22:05.056 DEBUG 35024 --- [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-01 10:22:05.056 DEBUG 35024 --- [XNIO-1 task-39] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 6(Integer)
|
2023-06-01 10:22:05.070 DEBUG 35024 --- [XNIO-1 task-39] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:22:05.072 DEBUG 35024 --- [XNIO-1 task-39] 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-01 10:22:05.072 DEBUG 35024 --- [XNIO-1 task-39] r.c.m.x.r.QuestionMapper.selectByIds : ==> Parameters: 2(Integer)
|
2023-06-01 10:22:05.081 DEBUG 35024 --- [XNIO-1 task-39] r.c.m.x.r.QuestionMapper.selectByIds : <== Total: 1
|
2023-06-01 10:22:05.083 DEBUG 35024 --- [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-01 10:22:05.083 DEBUG 35024 --- [XNIO-1 task-39] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 5(Integer)
|
2023-06-01 10:22:05.090 DEBUG 35024 --- [XNIO-1 task-39] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:22:05.681 DEBUG 35024 --- [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-01 10:22:05.681 DEBUG 35024 --- [XNIO-1 task-40] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-01 10:22:05.690 DEBUG 35024 --- [XNIO-1 task-40] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-01 10:22:06.008 DEBUG 35024 --- [XNIO-1 task-41] r.c.m.x.r.ExamPaperMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0
|
2023-06-01 10:22:06.009 DEBUG 35024 --- [XNIO-1 task-41] r.c.m.x.r.ExamPaperMapper.page_COUNT : ==> Parameters:
|
2023-06-01 10:22:06.016 DEBUG 35024 --- [XNIO-1 task-41] r.c.m.x.r.ExamPaperMapper.page_COUNT : <== Total: 1
|
2023-06-01 10:22:06.017 DEBUG 35024 --- [XNIO-1 task-41] r.c.m.x.repository.ExamPaperMapper.page : ==> 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 deleted = 0 order by id desc LIMIT ?
|
2023-06-01 10:22:06.017 DEBUG 35024 --- [XNIO-1 task-41] r.c.m.x.repository.ExamPaperMapper.page : ==> Parameters: 10(Integer)
|
2023-06-01 10:22:06.025 DEBUG 35024 --- [XNIO-1 task-41] r.c.m.x.repository.ExamPaperMapper.page : <== Total: 3
|
2023-06-01 10:23:30.101 DEBUG 35024 --- [XNIO-1 task-46] 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-01 10:23:30.102 DEBUG 35024 --- [XNIO-1 task-46] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 10:23:30.109 DEBUG 35024 --- [XNIO-1 task-46] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 10:23:30.135 DEBUG 35024 --- [XNIO-1 task-46] 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-01 10:23:30.135 DEBUG 35024 --- [XNIO-1 task-46] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 10:23:30.151 DEBUG 35024 --- [XNIO-1 task-46] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 10:23:30.154 DEBUG 35024 --- [XNIO-1 task-46] 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-01 10:23:30.156 DEBUG 35024 --- [XNIO-1 task-46] r.c.m.x.r.U.insertSelective : ==> Parameters: 1(Integer), student(String), 学生(String), student 登录了学之思开源考试系统(String), 2023-06-01 10:23:30.151(Timestamp)
|
2023-06-01 10:23:30.192 DEBUG 35024 --- [XNIO-1 task-46] r.c.m.x.r.U.insertSelective : <== Updates: 1
|
2023-06-01 10:23:30.303 DEBUG 35024 --- [XNIO-1 task-47] 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-01 10:23:30.303 DEBUG 35024 --- [XNIO-1 task-47] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 10:23:30.318 DEBUG 35024 --- [XNIO-1 task-47] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 10:23:30.320 DEBUG 35024 --- [XNIO-1 task-47] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
|
2023-06-01 10:23:30.320 DEBUG 35024 --- [XNIO-1 task-47] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Parameters: 1(Integer)
|
2023-06-01 10:23:30.347 DEBUG 35024 --- [XNIO-1 task-47] r.c.m.x.r.MessageUserMapper.unReadCount : <== Total: 1
|
2023-06-01 10:23:30.536 DEBUG 35024 --- [XNIO-1 task-50] 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-01 10:23:30.536 DEBUG 35024 --- [XNIO-1 task-50] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 10:23:30.545 DEBUG 35024 --- [XNIO-1 task-50] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 10:23:30.547 DEBUG 35024 --- [XNIO-1 task-49] 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-01 10:23:30.548 DEBUG 35024 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 10:23:30.556 DEBUG 35024 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 10:23:30.559 DEBUG 35024 --- [XNIO-1 task-48] 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-01 10:23:30.559 DEBUG 35024 --- [XNIO-1 task-48] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 10:23:30.559 DEBUG 35024 --- [XNIO-1 task-49] 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-01 10:23:30.559 DEBUG 35024 --- [XNIO-1 task-49] r.c.m.x.r.T.getByGradeLevel : ==> Parameters: 1(Integer)
|
2023-06-01 10:23:30.566 DEBUG 35024 --- [XNIO-1 task-48] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 10:23:30.568 DEBUG 35024 --- [XNIO-1 task-49] r.c.m.x.r.T.getByGradeLevel : <== Total: 1
|
2023-06-01 10:23:30.570 DEBUG 35024 --- [XNIO-1 task-49] 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-01 10:23:30.572 DEBUG 35024 --- [XNIO-1 task-49] r.c.m.x.r.T.selectByTUid : ==> Parameters: 1(Integer), 1(Integer)
|
2023-06-01 10:23:30.572 DEBUG 35024 --- [XNIO-1 task-48] 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-01 10:23:30.572 DEBUG 35024 --- [XNIO-1 task-48] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 1(Integer), 1(Integer)
|
2023-06-01 10:23:30.579 DEBUG 35024 --- [XNIO-1 task-48] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 2
|
2023-06-01 10:23:30.579 DEBUG 35024 --- [XNIO-1 task-49] r.c.m.x.r.T.selectByTUid : <== Total: 0
|
2023-06-01 10:23:30.579 DEBUG 35024 --- [XNIO-1 task-48] 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-01 10:23:30.580 DEBUG 35024 --- [XNIO-1 task-48] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 4(Integer), 1(Integer), 2023-06-01 10:23:30.579(Timestamp)
|
2023-06-01 10:23:30.581 DEBUG 35024 --- [XNIO-1 task-49] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 10:23:30.582 DEBUG 35024 --- [XNIO-1 task-49] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 4(Integer)
|
2023-06-01 10:23:30.587 DEBUG 35024 --- [XNIO-1 task-48] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 0
|
2023-06-01 10:23:30.589 DEBUG 35024 --- [XNIO-1 task-49] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:23:33.894 DEBUG 35024 --- [XNIO-1 task-51] 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-01 10:23:33.895 DEBUG 35024 --- [XNIO-1 task-51] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 3(Integer)
|
2023-06-01 10:23:33.904 DEBUG 35024 --- [XNIO-1 task-51] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:23:39.534 DEBUG 35024 --- [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-01 10:23:39.535 DEBUG 35024 --- [XNIO-1 task-51] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 6(Integer)
|
2023-06-01 10:23:39.541 DEBUG 35024 --- [XNIO-1 task-51] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:23:39.542 DEBUG 35024 --- [XNIO-1 task-51] 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-01 10:23:39.543 DEBUG 35024 --- [XNIO-1 task-51] r.c.m.x.r.QuestionMapper.selectByIds : ==> Parameters: 2(Integer)
|
2023-06-01 10:23:39.552 DEBUG 35024 --- [XNIO-1 task-51] r.c.m.x.r.QuestionMapper.selectByIds : <== Total: 1
|
2023-06-01 10:23:39.552 DEBUG 35024 --- [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-01 10:23:39.553 DEBUG 35024 --- [XNIO-1 task-51] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 5(Integer)
|
2023-06-01 10:23:39.560 DEBUG 35024 --- [XNIO-1 task-51] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:24:00.444 DEBUG 35024 --- [XNIO-1 task-52] 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-01 10:24:00.445 DEBUG 35024 --- [XNIO-1 task-52] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 10:24:00.454 DEBUG 35024 --- [XNIO-1 task-52] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 10:24:00.456 DEBUG 35024 --- [XNIO-1 task-52] 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-01 10:24:00.456 DEBUG 35024 --- [XNIO-1 task-52] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 3(Integer)
|
2023-06-01 10:24:00.467 DEBUG 35024 --- [XNIO-1 task-52] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:24:00.467 DEBUG 35024 --- [XNIO-1 task-52] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 10:24:00.467 DEBUG 35024 --- [XNIO-1 task-52] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 6(Integer)
|
2023-06-01 10:24:00.476 DEBUG 35024 --- [XNIO-1 task-52] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:24:00.478 DEBUG 35024 --- [XNIO-1 task-52] 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-01 10:24:00.478 DEBUG 35024 --- [XNIO-1 task-52] r.c.m.x.r.QuestionMapper.selectByIds : ==> Parameters: 2(Integer)
|
2023-06-01 10:24:00.486 DEBUG 35024 --- [XNIO-1 task-52] r.c.m.x.r.QuestionMapper.selectByIds : <== Total: 1
|
2023-06-01 10:24:00.583 DEBUG 35024 --- [XNIO-1 task-52] 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-01 10:24:00.584 DEBUG 35024 --- [XNIO-1 task-52] 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), 20(Integer), 1(Integer), 1(Integer), 2023-06-01 10:24:00.456(Timestamp)
|
2023-06-01 10:24:00.598 DEBUG 35024 --- [XNIO-1 task-52] r.c.m.x.r.E.insertSelective : <== Updates: 1
|
2023-06-01 10:24:00.601 DEBUG 35024 --- [XNIO-1 task-52] r.c.m.x.r.T.insertSelective : ==> Preparing: insert into t_text_content ( content, create_time ) values ( ?, ? )
|
2023-06-01 10:24:00.601 DEBUG 35024 --- [XNIO-1 task-52] r.c.m.x.r.T.insertSelective : ==> Parameters: 詹姆斯.高斯林(String), 2023-06-01 10:24:00.579(Timestamp)
|
2023-06-01 10:24:00.615 DEBUG 35024 --- [XNIO-1 task-52] r.c.m.x.r.T.insertSelective : <== Updates: 1
|
2023-06-01 10:24:00.618 DEBUG 35024 --- [XNIO-1 task-52] 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-01 10:24:00.620 DEBUG 35024 --- [XNIO-1 task-52] r.c.m.x.r.E.insertList : ==> Parameters: 2(Integer), 40(Integer), 1(Integer), 2023-06-01 10:24:00.456(Timestamp), 1(Integer), 7(Integer), 3(Integer), 5(Integer), null, 0(Integer), 3(Integer), null, 5(Integer), 1(Integer)
|
2023-06-01 10:24:00.634 DEBUG 35024 --- [XNIO-1 task-52] r.c.m.x.r.E.insertList : <== Updates: 1
|
2023-06-01 10:24:00.680 DEBUG 35024 --- [XNIO-1 task-52] 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-01 10:24:00.681 DEBUG 35024 --- [XNIO-1 task-52] r.c.m.x.r.U.insertSelective : ==> Parameters: 1(Integer), student(String), 学生(String), student 提交试卷:Java 得分:0 耗时:20 秒(String), 2023-06-01 10:24:00.571(Timestamp)
|
2023-06-01 10:24:00.709 DEBUG 35024 --- [XNIO-1 task-52] r.c.m.x.r.U.insertSelective : <== Updates: 1
|
2023-06-01 10:24:02.719 DEBUG 35024 --- [XNIO-1 task-53] 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-01 10:24:02.719 DEBUG 35024 --- [XNIO-1 task-53] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 10:24:02.727 DEBUG 35024 --- [XNIO-1 task-53] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 10:24:02.728 DEBUG 35024 --- [XNIO-1 task-53] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
|
2023-06-01 10:24:02.728 DEBUG 35024 --- [XNIO-1 task-53] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Parameters: 1(Integer)
|
2023-06-01 10:24:02.753 DEBUG 35024 --- [XNIO-1 task-53] r.c.m.x.r.MessageUserMapper.unReadCount : <== Total: 1
|
2023-06-01 10:24:03.020 DEBUG 35024 --- [XNIO-1 task-54] 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-01 10:24:03.021 DEBUG 35024 --- [XNIO-1 task-54] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 10:24:03.030 DEBUG 35024 --- [XNIO-1 task-55] 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-01 10:24:03.030 DEBUG 35024 --- [XNIO-1 task-55] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 10:24:03.030 DEBUG 35024 --- [XNIO-1 task-54] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 10:24:03.046 DEBUG 35024 --- [XNIO-1 task-55] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 10:24:03.053 DEBUG 35024 --- [XNIO-1 task-55] r.c.m.x.r.E.studentPage_COUNT : ==> Preparing: SELECT count(0) FROM t_exam_paper_answer WHERE create_user = ?
|
2023-06-01 10:24:03.053 DEBUG 35024 --- [XNIO-1 task-55] r.c.m.x.r.E.studentPage_COUNT : ==> Parameters: 1(Integer)
|
2023-06-01 10:24:03.060 DEBUG 35024 --- [XNIO-1 task-55] r.c.m.x.r.E.studentPage_COUNT : <== Total: 1
|
2023-06-01 10:24:03.061 DEBUG 35024 --- [XNIO-1 task-55] r.c.m.x.r.E.studentPage : ==> 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 WHERE create_user = ? order by id desc LIMIT ?
|
2023-06-01 10:24:03.061 DEBUG 35024 --- [XNIO-1 task-55] r.c.m.x.r.E.studentPage : ==> Parameters: 1(Integer), 10(Integer)
|
2023-06-01 10:24:03.068 DEBUG 35024 --- [XNIO-1 task-55] r.c.m.x.r.E.studentPage : <== Total: 3
|
2023-06-01 10:24:03.072 DEBUG 35024 --- [XNIO-1 task-55] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-06-01 10:24:03.072 DEBUG 35024 --- [XNIO-1 task-55] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 10:24:03.080 DEBUG 35024 --- [XNIO-1 task-55] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:24:03.081 DEBUG 35024 --- [XNIO-1 task-55] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-06-01 10:24:03.082 DEBUG 35024 --- [XNIO-1 task-55] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 10:24:03.088 DEBUG 35024 --- [XNIO-1 task-55] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:24:03.089 DEBUG 35024 --- [XNIO-1 task-55] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-06-01 10:24:03.089 DEBUG 35024 --- [XNIO-1 task-55] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 10:24:03.097 DEBUG 35024 --- [XNIO-1 task-55] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:24:06.914 DEBUG 35024 --- [XNIO-1 task-56] r.c.m.x.r.E.selectByPrimaryKey : ==> 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 where id = ?
|
2023-06-01 10:24:06.914 DEBUG 35024 --- [XNIO-1 task-56] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 3(Integer)
|
2023-06-01 10:24:06.924 DEBUG 35024 --- [XNIO-1 task-56] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:24:06.941 DEBUG 35024 --- [XNIO-1 task-56] 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-01 10:24:06.942 DEBUG 35024 --- [XNIO-1 task-56] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 3(Integer)
|
2023-06-01 10:24:06.952 DEBUG 35024 --- [XNIO-1 task-56] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:24:06.952 DEBUG 35024 --- [XNIO-1 task-56] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 10:24:06.952 DEBUG 35024 --- [XNIO-1 task-56] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 6(Integer)
|
2023-06-01 10:24:06.959 DEBUG 35024 --- [XNIO-1 task-56] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:24:06.961 DEBUG 35024 --- [XNIO-1 task-56] 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-01 10:24:06.961 DEBUG 35024 --- [XNIO-1 task-56] r.c.m.x.r.QuestionMapper.selectByIds : ==> Parameters: 2(Integer)
|
2023-06-01 10:24:06.969 DEBUG 35024 --- [XNIO-1 task-56] r.c.m.x.r.QuestionMapper.selectByIds : <== Total: 1
|
2023-06-01 10:24:06.970 DEBUG 35024 --- [XNIO-1 task-56] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 10:24:06.971 DEBUG 35024 --- [XNIO-1 task-56] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 5(Integer)
|
2023-06-01 10:24:06.978 DEBUG 35024 --- [XNIO-1 task-56] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:24:06.979 DEBUG 35024 --- [XNIO-1 task-56] r.c.m.x.r.E.selectByPrimaryKey : ==> 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 where id = ?
|
2023-06-01 10:24:06.979 DEBUG 35024 --- [XNIO-1 task-56] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 3(Integer)
|
2023-06-01 10:24:06.987 DEBUG 35024 --- [XNIO-1 task-56] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:24:06.988 DEBUG 35024 --- [XNIO-1 task-56] r.c.m.x.r.E.selectListByPaperAnswerId : ==> Preparing: select id, question_id, exam_paper_id, exam_paper_answer_id, question_type, subject_id, customer_score, question_score, question_text_content_id, answer, text_content_id, do_right, create_user, create_time, item_order from t_exam_paper_question_customer_answer where exam_paper_answer_id = ? order by item_order
|
2023-06-01 10:24:06.989 DEBUG 35024 --- [XNIO-1 task-56] r.c.m.x.r.E.selectListByPaperAnswerId : ==> Parameters: 3(Integer)
|
2023-06-01 10:24:06.998 DEBUG 35024 --- [XNIO-1 task-56] r.c.m.x.r.E.selectListByPaperAnswerId : <== Total: 1
|
2023-06-01 10:24:07.005 DEBUG 35024 --- [XNIO-1 task-56] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 10:24:07.005 DEBUG 35024 --- [XNIO-1 task-56] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 7(Integer)
|
2023-06-01 10:24:07.011 DEBUG 35024 --- [XNIO-1 task-56] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:24:52.151 DEBUG 35024 --- [XNIO-1 task-59] 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-01 10:24:52.152 DEBUG 35024 --- [XNIO-1 task-59] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-01 10:24:52.173 DEBUG 35024 --- [XNIO-1 task-59] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 10:24:52.179 DEBUG 35024 --- [XNIO-1 task-59] 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-01 10:24:52.180 DEBUG 35024 --- [XNIO-1 task-59] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-01 10:24:52.195 DEBUG 35024 --- [XNIO-1 task-59] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 10:24:52.196 DEBUG 35024 --- [XNIO-1 task-59] 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-01 10:24:52.196 DEBUG 35024 --- [XNIO-1 task-59] r.c.m.x.r.U.insertSelective : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了学之思开源考试系统(String), 2023-06-01 10:24:52.195(Timestamp)
|
2023-06-01 10:24:52.225 DEBUG 35024 --- [XNIO-1 task-59] r.c.m.x.r.U.insertSelective : <== Updates: 1
|
2023-06-01 10:24:52.357 DEBUG 35024 --- [XNIO-1 task-60] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper where deleted=0
|
2023-06-01 10:24:52.357 DEBUG 35024 --- [XNIO-1 task-60] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-01 10:24:52.386 DEBUG 35024 --- [XNIO-1 task-60] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-01 10:24:52.387 DEBUG 35024 --- [XNIO-1 task-60] r.c.m.x.r.QuestionMapper.selectAllCount : ==> Preparing: SELECT count(*) from t_question where deleted=0
|
2023-06-01 10:24:52.387 DEBUG 35024 --- [XNIO-1 task-60] r.c.m.x.r.QuestionMapper.selectAllCount : ==> Parameters:
|
2023-06-01 10:24:52.395 DEBUG 35024 --- [XNIO-1 task-60] r.c.m.x.r.QuestionMapper.selectAllCount : <== Total: 1
|
2023-06-01 10:24:52.396 DEBUG 35024 --- [XNIO-1 task-60] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper_answer
|
2023-06-01 10:24:52.396 DEBUG 35024 --- [XNIO-1 task-60] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-01 10:24:52.406 DEBUG 35024 --- [XNIO-1 task-60] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-01 10:24:52.408 DEBUG 35024 --- [XNIO-1 task-60] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
|
2023-06-01 10:24:53.965 DEBUG 35024 --- [XNIO-1 task-60] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-06-01 10:24:53.978 DEBUG 35024 --- [XNIO-1 task-60] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-06-01 10:24:53.981 DEBUG 35024 --- [XNIO-1 task-60] 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-01 10:24:53.982 DEBUG 35024 --- [XNIO-1 task-60] 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-01 10:24:54.015 DEBUG 35024 --- [XNIO-1 task-60] r.c.m.x.r.U.selectCountByDate : <== Total: 1
|
2023-06-01 10:24:54.017 DEBUG 35024 --- [XNIO-1 task-60] 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-01 10:24:54.017 DEBUG 35024 --- [XNIO-1 task-60] 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-01 10:24:54.025 DEBUG 35024 --- [XNIO-1 task-60] r.c.m.x.r.E.selectCountByDate : <== Total: 1
|
2023-06-01 10:25:09.797 DEBUG 35024 --- [XNIO-1 task-61] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-06-01 10:25:09.797 DEBUG 35024 --- [XNIO-1 task-61] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-06-01 10:25:09.802 DEBUG 35024 --- [XNIO-1 task-62] r.c.m.x.r.E.adminPage_COUNT : ==> Preparing: SELECT count(0) FROM t_exam_paper_answer
|
2023-06-01 10:25:09.802 DEBUG 35024 --- [XNIO-1 task-62] r.c.m.x.r.E.adminPage_COUNT : ==> Parameters:
|
2023-06-01 10:25:09.804 DEBUG 35024 --- [XNIO-1 task-61] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-06-01 10:25:09.819 DEBUG 35024 --- [XNIO-1 task-62] r.c.m.x.r.E.adminPage_COUNT : <== Total: 1
|
2023-06-01 10:25:09.821 DEBUG 35024 --- [XNIO-1 task-62] 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-01 10:25:09.822 DEBUG 35024 --- [XNIO-1 task-62] r.c.m.x.r.E.adminPage : ==> Parameters: 10(Integer)
|
2023-06-01 10:25:09.829 DEBUG 35024 --- [XNIO-1 task-62] r.c.m.x.r.E.adminPage : <== Total: 3
|
2023-06-01 10:25:09.831 DEBUG 35024 --- [XNIO-1 task-62] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-06-01 10:25:09.831 DEBUG 35024 --- [XNIO-1 task-62] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 10:25:09.838 DEBUG 35024 --- [XNIO-1 task-62] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:25:09.840 DEBUG 35024 --- [XNIO-1 task-62] 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-01 10:25:09.841 DEBUG 35024 --- [XNIO-1 task-62] r.c.m.x.r.UserMapper.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 10:25:09.848 DEBUG 35024 --- [XNIO-1 task-62] r.c.m.x.r.UserMapper.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:25:09.849 DEBUG 35024 --- [XNIO-1 task-62] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-06-01 10:25:09.849 DEBUG 35024 --- [XNIO-1 task-62] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 10:25:09.855 DEBUG 35024 --- [XNIO-1 task-62] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:25:09.857 DEBUG 35024 --- [XNIO-1 task-62] 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-01 10:25:09.857 DEBUG 35024 --- [XNIO-1 task-62] r.c.m.x.r.UserMapper.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 10:25:09.880 DEBUG 35024 --- [XNIO-1 task-62] r.c.m.x.r.UserMapper.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:25:09.881 DEBUG 35024 --- [XNIO-1 task-62] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-06-01 10:25:09.881 DEBUG 35024 --- [XNIO-1 task-62] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 10:25:09.888 DEBUG 35024 --- [XNIO-1 task-62] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:25:09.889 DEBUG 35024 --- [XNIO-1 task-62] 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-01 10:25:09.889 DEBUG 35024 --- [XNIO-1 task-62] r.c.m.x.r.UserMapper.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 10:25:09.897 DEBUG 35024 --- [XNIO-1 task-62] r.c.m.x.r.UserMapper.selectByPrimaryKey : <== Total: 1
|
2023-06-01 10:29:11.657 DEBUG 35024 --- [XNIO-1 task-65] 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-01 10:29:11.657 DEBUG 35024 --- [XNIO-1 task-65] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 10:29:11.666 DEBUG 35024 --- [XNIO-1 task-65] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 10:29:11.669 DEBUG 35024 --- [XNIO-1 task-65] 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-01 10:29:11.669 DEBUG 35024 --- [XNIO-1 task-65] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 10:29:11.677 DEBUG 35024 --- [XNIO-1 task-65] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 10:29:11.678 DEBUG 35024 --- [XNIO-1 task-65] 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-01 10:29:11.678 DEBUG 35024 --- [XNIO-1 task-65] r.c.m.x.r.U.insertSelective : ==> Parameters: 1(Integer), student(String), 学生(String), student 登录了学之思开源考试系统(String), 2023-06-01 10:29:11.678(Timestamp)
|
2023-06-01 10:29:11.707 DEBUG 35024 --- [XNIO-1 task-65] r.c.m.x.r.U.insertSelective : <== Updates: 1
|
2023-06-01 10:29:11.936 DEBUG 35024 --- [XNIO-1 task-66] 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-01 10:29:11.936 DEBUG 35024 --- [XNIO-1 task-66] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 10:29:11.945 DEBUG 35024 --- [XNIO-1 task-66] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 10:29:11.945 DEBUG 35024 --- [XNIO-1 task-66] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
|
2023-06-01 10:29:11.947 DEBUG 35024 --- [XNIO-1 task-66] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Parameters: 1(Integer)
|
2023-06-01 10:29:11.953 DEBUG 35024 --- [XNIO-1 task-66] r.c.m.x.r.MessageUserMapper.unReadCount : <== Total: 1
|
2023-06-01 10:29:12.025 DEBUG 35024 --- [XNIO-1 task-67] 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-01 10:29:12.025 DEBUG 35024 --- [XNIO-1 task-67] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 10:29:12.041 DEBUG 35024 --- [XNIO-1 task-67] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 10:29:12.255 DEBUG 35024 --- [XNIO-1 task-68] 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-01 10:29:12.255 DEBUG 35024 --- [XNIO-1 task-68] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 10:29:12.266 DEBUG 35024 --- [XNIO-1 task-69] 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-01 10:29:12.266 DEBUG 35024 --- [XNIO-1 task-69] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 10:29:12.267 DEBUG 35024 --- [XNIO-1 task-68] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 10:29:12.267 DEBUG 35024 --- [XNIO-1 task-68] 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-01 10:29:12.267 DEBUG 35024 --- [XNIO-1 task-68] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 1(Integer), 1(Integer)
|
2023-06-01 10:29:12.282 DEBUG 35024 --- [XNIO-1 task-68] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 2
|
2023-06-01 10:29:12.282 DEBUG 35024 --- [XNIO-1 task-69] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 10:29:12.283 DEBUG 35024 --- [XNIO-1 task-69] 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-01 10:29:12.283 DEBUG 35024 --- [XNIO-1 task-68] 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-01 10:29:12.283 DEBUG 35024 --- [XNIO-1 task-69] r.c.m.x.r.T.getByGradeLevel : ==> Parameters: 1(Integer)
|
2023-06-01 10:29:12.284 DEBUG 35024 --- [XNIO-1 task-68] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 4(Integer), 1(Integer), 2023-06-01 10:29:12.283(Timestamp)
|
2023-06-01 10:29:12.301 DEBUG 35024 --- [XNIO-1 task-68] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 0
|
2023-06-01 10:29:12.303 DEBUG 35024 --- [XNIO-1 task-69] r.c.m.x.r.T.getByGradeLevel : <== Total: 1
|
2023-06-01 10:29:12.303 DEBUG 35024 --- [XNIO-1 task-69] 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-01 10:29:12.304 DEBUG 35024 --- [XNIO-1 task-69] r.c.m.x.r.T.selectByTUid : ==> Parameters: 1(Integer), 1(Integer)
|
2023-06-01 10:29:12.310 DEBUG 35024 --- [XNIO-1 task-69] r.c.m.x.r.T.selectByTUid : <== Total: 0
|
2023-06-01 10:29:12.311 DEBUG 35024 --- [XNIO-1 task-69] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 10:29:12.311 DEBUG 35024 --- [XNIO-1 task-69] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 4(Integer)
|
2023-06-01 10:29:12.323 DEBUG 35024 --- [XNIO-1 task-69] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:13:40.803 DEBUG 35024 --- [XNIO-1 task-72] 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-01 11:13:40.843 DEBUG 35024 --- [XNIO-1 task-72] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-01 11:13:40.861 DEBUG 35024 --- [XNIO-1 task-72] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 11:13:40.866 DEBUG 35024 --- [XNIO-1 task-72] 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-01 11:13:40.867 DEBUG 35024 --- [XNIO-1 task-72] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-06-01 11:13:40.875 DEBUG 35024 --- [XNIO-1 task-72] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 11:13:47.629 DEBUG 35024 --- [XNIO-1 task-73] 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-01 11:13:47.629 DEBUG 35024 --- [XNIO-1 task-73] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 11:13:47.637 DEBUG 35024 --- [XNIO-1 task-73] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 11:13:47.642 DEBUG 35024 --- [XNIO-1 task-73] 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-01 11:13:47.642 DEBUG 35024 --- [XNIO-1 task-73] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 11:13:47.650 DEBUG 35024 --- [XNIO-1 task-73] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 11:13:47.655 DEBUG 35024 --- [XNIO-1 task-73] 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-01 11:13:47.656 DEBUG 35024 --- [XNIO-1 task-73] r.c.m.x.r.U.insertSelective : ==> Parameters: 1(Integer), student(String), 学生(String), student 登录了学之思开源考试系统(String), 2023-06-01 11:13:47.65(Timestamp)
|
2023-06-01 11:13:47.680 DEBUG 35024 --- [XNIO-1 task-73] r.c.m.x.r.U.insertSelective : <== Updates: 1
|
2023-06-01 11:13:47.847 DEBUG 35024 --- [XNIO-1 task-74] 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-01 11:13:47.848 DEBUG 35024 --- [XNIO-1 task-74] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 11:13:47.858 DEBUG 35024 --- [XNIO-1 task-74] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 11:13:47.859 DEBUG 35024 --- [XNIO-1 task-74] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
|
2023-06-01 11:13:47.859 DEBUG 35024 --- [XNIO-1 task-74] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Parameters: 1(Integer)
|
2023-06-01 11:13:47.871 DEBUG 35024 --- [XNIO-1 task-74] r.c.m.x.r.MessageUserMapper.unReadCount : <== Total: 1
|
2023-06-01 11:13:48.046 DEBUG 35024 --- [XNIO-1 task-75] 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-01 11:13:48.046 DEBUG 35024 --- [XNIO-1 task-75] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 11:13:48.053 DEBUG 35024 --- [XNIO-1 task-76] 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-01 11:13:48.053 DEBUG 35024 --- [XNIO-1 task-76] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 11:13:48.053 DEBUG 35024 --- [XNIO-1 task-75] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 11:13:48.053 DEBUG 35024 --- [XNIO-1 task-75] 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-01 11:13:48.053 DEBUG 35024 --- [XNIO-1 task-75] r.c.m.x.r.T.getByGradeLevel : ==> Parameters: 1(Integer)
|
2023-06-01 11:13:48.059 DEBUG 35024 --- [XNIO-1 task-77] 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-01 11:13:48.059 DEBUG 35024 --- [XNIO-1 task-77] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 11:13:48.059 DEBUG 35024 --- [XNIO-1 task-76] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 11:13:48.060 DEBUG 35024 --- [XNIO-1 task-75] r.c.m.x.r.T.getByGradeLevel : <== Total: 1
|
2023-06-01 11:13:48.062 DEBUG 35024 --- [XNIO-1 task-75] 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-01 11:13:48.062 DEBUG 35024 --- [XNIO-1 task-75] r.c.m.x.r.T.selectByTUid : ==> Parameters: 1(Integer), 1(Integer)
|
2023-06-01 11:13:48.066 DEBUG 35024 --- [XNIO-1 task-77] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 11:13:48.068 DEBUG 35024 --- [XNIO-1 task-77] 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-01 11:13:48.068 DEBUG 35024 --- [XNIO-1 task-77] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 1(Integer), 1(Integer)
|
2023-06-01 11:13:48.070 DEBUG 35024 --- [XNIO-1 task-75] r.c.m.x.r.T.selectByTUid : <== Total: 0
|
2023-06-01 11:13:48.070 DEBUG 35024 --- [XNIO-1 task-75] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 11:13:48.070 DEBUG 35024 --- [XNIO-1 task-75] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 4(Integer)
|
2023-06-01 11:13:48.084 DEBUG 35024 --- [XNIO-1 task-77] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 2
|
2023-06-01 11:13:48.084 DEBUG 35024 --- [XNIO-1 task-75] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:13:48.085 DEBUG 35024 --- [XNIO-1 task-77] 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-01 11:13:48.085 DEBUG 35024 --- [XNIO-1 task-77] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 4(Integer), 1(Integer), 2023-06-01 11:13:48.084(Timestamp)
|
2023-06-01 11:13:48.097 DEBUG 35024 --- [XNIO-1 task-77] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 0
|
2023-06-01 11:13:49.664 DEBUG 35024 --- [XNIO-1 task-78] 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-01 11:13:49.664 DEBUG 35024 --- [XNIO-1 task-78] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 11:13:49.672 DEBUG 35024 --- [XNIO-1 task-78] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 11:13:49.674 DEBUG 35024 --- [XNIO-1 task-78] r.c.m.x.r.S.getSubjectByLevel : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where level= ? order by item_order
|
2023-06-01 11:13:49.674 DEBUG 35024 --- [XNIO-1 task-78] r.c.m.x.r.S.getSubjectByLevel : ==> Parameters: 1(Integer)
|
2023-06-01 11:13:49.682 DEBUG 35024 --- [XNIO-1 task-78] r.c.m.x.r.S.getSubjectByLevel : <== Total: 1
|
2023-06-01 11:13:49.755 DEBUG 35024 --- [XNIO-1 task-79] r.c.m.x.r.E.studentPage_COUNT : ==> Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0 AND subject_id = ? AND paper_type = ?
|
2023-06-01 11:13:49.756 DEBUG 35024 --- [XNIO-1 task-79] r.c.m.x.r.E.studentPage_COUNT : ==> Parameters: 1(Integer), 1(Integer)
|
2023-06-01 11:13:49.770 DEBUG 35024 --- [XNIO-1 task-79] r.c.m.x.r.E.studentPage_COUNT : <== Total: 1
|
2023-06-01 11:13:49.771 DEBUG 35024 --- [XNIO-1 task-79] r.c.m.x.r.ExamPaperMapper.studentPage : ==> 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 deleted = 0 AND subject_id = ? AND paper_type = ? order by id desc LIMIT ?
|
2023-06-01 11:13:49.771 DEBUG 35024 --- [XNIO-1 task-79] r.c.m.x.r.ExamPaperMapper.studentPage : ==> Parameters: 1(Integer), 1(Integer), 10(Integer)
|
2023-06-01 11:13:49.780 DEBUG 35024 --- [XNIO-1 task-79] r.c.m.x.r.ExamPaperMapper.studentPage : <== Total: 2
|
2023-06-01 11:13:57.242 DEBUG 35024 --- [XNIO-1 task-80] 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-01 11:13:57.242 DEBUG 35024 --- [XNIO-1 task-80] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 11:13:57.251 DEBUG 35024 --- [XNIO-1 task-80] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 11:13:57.253 DEBUG 35024 --- [XNIO-1 task-80] r.c.m.x.r.E.studentPage_COUNT : ==> Preparing: SELECT count(0) FROM t_exam_paper_answer WHERE create_user = ?
|
2023-06-01 11:13:57.253 DEBUG 35024 --- [XNIO-1 task-80] r.c.m.x.r.E.studentPage_COUNT : ==> Parameters: 1(Integer)
|
2023-06-01 11:13:57.261 DEBUG 35024 --- [XNIO-1 task-80] r.c.m.x.r.E.studentPage_COUNT : <== Total: 1
|
2023-06-01 11:13:57.263 DEBUG 35024 --- [XNIO-1 task-80] r.c.m.x.r.E.studentPage : ==> 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 WHERE create_user = ? order by id desc LIMIT ?
|
2023-06-01 11:13:57.263 DEBUG 35024 --- [XNIO-1 task-80] r.c.m.x.r.E.studentPage : ==> Parameters: 1(Integer), 10(Integer)
|
2023-06-01 11:13:57.271 DEBUG 35024 --- [XNIO-1 task-80] r.c.m.x.r.E.studentPage : <== Total: 3
|
2023-06-01 11:13:57.272 DEBUG 35024 --- [XNIO-1 task-80] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-06-01 11:13:57.272 DEBUG 35024 --- [XNIO-1 task-80] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 11:13:57.290 DEBUG 35024 --- [XNIO-1 task-80] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:13:57.291 DEBUG 35024 --- [XNIO-1 task-80] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-06-01 11:13:57.291 DEBUG 35024 --- [XNIO-1 task-80] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 11:13:57.300 DEBUG 35024 --- [XNIO-1 task-80] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:13:57.300 DEBUG 35024 --- [XNIO-1 task-80] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-06-01 11:13:57.302 DEBUG 35024 --- [XNIO-1 task-80] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 11:13:57.308 DEBUG 35024 --- [XNIO-1 task-80] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:14:04.054 DEBUG 35024 --- [XNIO-1 task-81] r.c.m.x.r.E.selectByPrimaryKey : ==> 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 where id = ?
|
2023-06-01 11:14:04.054 DEBUG 35024 --- [XNIO-1 task-81] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 3(Integer)
|
2023-06-01 11:14:04.062 DEBUG 35024 --- [XNIO-1 task-81] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:14:04.063 DEBUG 35024 --- [XNIO-1 task-81] 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-01 11:14:04.063 DEBUG 35024 --- [XNIO-1 task-81] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 3(Integer)
|
2023-06-01 11:14:04.070 DEBUG 35024 --- [XNIO-1 task-81] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:14:04.072 DEBUG 35024 --- [XNIO-1 task-81] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 11:14:04.072 DEBUG 35024 --- [XNIO-1 task-81] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 6(Integer)
|
2023-06-01 11:14:04.080 DEBUG 35024 --- [XNIO-1 task-81] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:14:04.083 DEBUG 35024 --- [XNIO-1 task-81] 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-01 11:14:04.083 DEBUG 35024 --- [XNIO-1 task-81] r.c.m.x.r.QuestionMapper.selectByIds : ==> Parameters: 2(Integer)
|
2023-06-01 11:14:04.095 DEBUG 35024 --- [XNIO-1 task-81] r.c.m.x.r.QuestionMapper.selectByIds : <== Total: 1
|
2023-06-01 11:14:04.099 DEBUG 35024 --- [XNIO-1 task-81] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 11:14:04.099 DEBUG 35024 --- [XNIO-1 task-81] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 5(Integer)
|
2023-06-01 11:14:04.113 DEBUG 35024 --- [XNIO-1 task-81] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:14:04.116 DEBUG 35024 --- [XNIO-1 task-81] r.c.m.x.r.E.selectByPrimaryKey : ==> 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 where id = ?
|
2023-06-01 11:14:04.116 DEBUG 35024 --- [XNIO-1 task-81] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 3(Integer)
|
2023-06-01 11:14:04.140 DEBUG 35024 --- [XNIO-1 task-81] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:14:04.144 DEBUG 35024 --- [XNIO-1 task-81] r.c.m.x.r.E.selectListByPaperAnswerId : ==> Preparing: select id, question_id, exam_paper_id, exam_paper_answer_id, question_type, subject_id, customer_score, question_score, question_text_content_id, answer, text_content_id, do_right, create_user, create_time, item_order from t_exam_paper_question_customer_answer where exam_paper_answer_id = ? order by item_order
|
2023-06-01 11:14:04.144 DEBUG 35024 --- [XNIO-1 task-81] r.c.m.x.r.E.selectListByPaperAnswerId : ==> Parameters: 3(Integer)
|
2023-06-01 11:14:04.153 DEBUG 35024 --- [XNIO-1 task-81] r.c.m.x.r.E.selectListByPaperAnswerId : <== Total: 1
|
2023-06-01 11:14:04.154 DEBUG 35024 --- [XNIO-1 task-81] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 11:14:04.154 DEBUG 35024 --- [XNIO-1 task-81] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 7(Integer)
|
2023-06-01 11:14:04.162 DEBUG 35024 --- [XNIO-1 task-81] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:14:07.413 DEBUG 35024 --- [XNIO-1 task-82] r.c.m.x.r.E.selectByPrimaryKey : ==> 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 where id = ?
|
2023-06-01 11:14:07.413 DEBUG 35024 --- [XNIO-1 task-82] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 3(Integer)
|
2023-06-01 11:14:07.422 DEBUG 35024 --- [XNIO-1 task-82] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:14:07.439 DEBUG 35024 --- [XNIO-1 task-82] r.c.m.x.r.E.selectByPrimaryKey : ==> 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 where id = ?
|
2023-06-01 11:14:07.441 DEBUG 35024 --- [XNIO-1 task-82] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 3(Integer)
|
2023-06-01 11:14:07.462 DEBUG 35024 --- [XNIO-1 task-82] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:14:07.521 DEBUG 35024 --- [XNIO-1 task-82] r.c.m.x.r.E.updateByPrimaryKeySelective : ==> Preparing: update t_exam_paper_answer SET 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 = ? where id = ?
|
2023-06-01 11:14:07.521 DEBUG 35024 --- [XNIO-1 task-82] r.c.m.x.r.E.updateByPrimaryKeySelective : ==> Parameters: 3(Integer), Java(String), 1(Integer), 1(Integer), 0(Integer), 40(Integer), 40(Integer), 1(Integer), 1(Integer), 20(Integer), 2(Integer), 1(Integer), 2023-06-01 10:24:00.0(Timestamp), 3(Integer)
|
2023-06-01 11:14:07.536 DEBUG 35024 --- [XNIO-1 task-82] r.c.m.x.r.E.updateByPrimaryKeySelective : <== Updates: 1
|
2023-06-01 11:14:07.537 DEBUG 35024 --- [XNIO-1 task-82] r.c.m.x.r.E.updateScore : ==> Preparing: update t_exam_paper_question_customer_answer set customer_score=? , do_right=? where id=? ;
|
2023-06-01 11:14:07.537 DEBUG 35024 --- [XNIO-1 task-82] r.c.m.x.r.E.updateScore : ==> Parameters: 40(Integer), true(Boolean), 3(Integer)
|
2023-06-01 11:14:07.553 DEBUG 35024 --- [XNIO-1 task-82] r.c.m.x.r.E.updateScore : <== Updates: 1
|
2023-06-01 11:14:07.628 DEBUG 35024 --- [XNIO-1 task-82] 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-01 11:14:07.628 DEBUG 35024 --- [XNIO-1 task-82] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 11:14:07.638 DEBUG 35024 --- [XNIO-1 task-82] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 11:14:07.647 DEBUG 35024 --- [XNIO-1 task-82] 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-01 11:14:07.648 DEBUG 35024 --- [XNIO-1 task-82] r.c.m.x.r.U.insertSelective : ==> Parameters: 1(Integer), student(String), 学生(String), student 批改试卷:Java 得分:4(String), 2023-06-01 11:14:07.639(Timestamp)
|
2023-06-01 11:14:07.668 DEBUG 35024 --- [XNIO-1 task-82] r.c.m.x.r.U.insertSelective : <== Updates: 1
|
2023-06-01 11:14:09.665 DEBUG 35024 --- [XNIO-1 task-84] 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-01 11:14:09.665 DEBUG 35024 --- [XNIO-1 task-83] 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-01 11:14:09.665 DEBUG 35024 --- [XNIO-1 task-85] 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-01 11:14:09.665 DEBUG 35024 --- [XNIO-1 task-83] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 11:14:09.665 DEBUG 35024 --- [XNIO-1 task-84] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 11:14:09.665 DEBUG 35024 --- [XNIO-1 task-85] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-06-01 11:14:09.674 DEBUG 35024 --- [XNIO-1 task-83] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 11:14:09.674 DEBUG 35024 --- [XNIO-1 task-85] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 11:14:09.674 DEBUG 35024 --- [XNIO-1 task-84] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-06-01 11:14:09.675 DEBUG 35024 --- [XNIO-1 task-83] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
|
2023-06-01 11:14:09.675 DEBUG 35024 --- [XNIO-1 task-83] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Parameters: 1(Integer)
|
2023-06-01 11:14:09.676 DEBUG 35024 --- [XNIO-1 task-84] r.c.m.x.r.E.studentPage_COUNT : ==> Preparing: SELECT count(0) FROM t_exam_paper_answer WHERE create_user = ?
|
2023-06-01 11:14:09.676 DEBUG 35024 --- [XNIO-1 task-84] r.c.m.x.r.E.studentPage_COUNT : ==> Parameters: 1(Integer)
|
2023-06-01 11:14:09.682 DEBUG 35024 --- [XNIO-1 task-83] r.c.m.x.r.MessageUserMapper.unReadCount : <== Total: 1
|
2023-06-01 11:14:09.683 DEBUG 35024 --- [XNIO-1 task-84] r.c.m.x.r.E.studentPage_COUNT : <== Total: 1
|
2023-06-01 11:14:09.685 DEBUG 35024 --- [XNIO-1 task-84] r.c.m.x.r.E.studentPage : ==> 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 WHERE create_user = ? order by id desc LIMIT ?
|
2023-06-01 11:14:09.685 DEBUG 35024 --- [XNIO-1 task-84] r.c.m.x.r.E.studentPage : ==> Parameters: 1(Integer), 10(Integer)
|
2023-06-01 11:14:09.697 DEBUG 35024 --- [XNIO-1 task-84] r.c.m.x.r.E.studentPage : <== Total: 3
|
2023-06-01 11:14:09.698 DEBUG 35024 --- [XNIO-1 task-84] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-06-01 11:14:09.698 DEBUG 35024 --- [XNIO-1 task-84] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 11:14:09.704 DEBUG 35024 --- [XNIO-1 task-84] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:14:09.706 DEBUG 35024 --- [XNIO-1 task-84] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-06-01 11:14:09.706 DEBUG 35024 --- [XNIO-1 task-84] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 11:14:09.717 DEBUG 35024 --- [XNIO-1 task-84] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:14:09.718 DEBUG 35024 --- [XNIO-1 task-84] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-06-01 11:14:09.718 DEBUG 35024 --- [XNIO-1 task-84] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 11:14:09.726 DEBUG 35024 --- [XNIO-1 task-84] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:19:54.702 DEBUG 35024 --- [XNIO-1 task-86] r.c.m.x.r.E.selectByPrimaryKey : ==> 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 where id = ?
|
2023-06-01 11:19:54.704 DEBUG 35024 --- [XNIO-1 task-86] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 11:19:54.716 DEBUG 35024 --- [XNIO-1 task-86] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:19:54.717 DEBUG 35024 --- [XNIO-1 task-86] 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-01 11:19:54.717 DEBUG 35024 --- [XNIO-1 task-86] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 11:19:54.733 DEBUG 35024 --- [XNIO-1 task-86] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:19:54.733 DEBUG 35024 --- [XNIO-1 task-86] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 11:19:54.734 DEBUG 35024 --- [XNIO-1 task-86] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 2(Integer)
|
2023-06-01 11:19:54.741 DEBUG 35024 --- [XNIO-1 task-86] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:19:54.741 DEBUG 35024 --- [XNIO-1 task-86] 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-01 11:19:54.742 DEBUG 35024 --- [XNIO-1 task-86] r.c.m.x.r.QuestionMapper.selectByIds : ==> Parameters: 1(Integer)
|
2023-06-01 11:19:54.749 DEBUG 35024 --- [XNIO-1 task-86] r.c.m.x.r.QuestionMapper.selectByIds : <== Total: 1
|
2023-06-01 11:19:54.751 DEBUG 35024 --- [XNIO-1 task-86] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 11:19:54.751 DEBUG 35024 --- [XNIO-1 task-86] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 11:19:54.758 DEBUG 35024 --- [XNIO-1 task-86] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:19:54.762 DEBUG 35024 --- [XNIO-1 task-86] r.c.m.x.r.E.selectByPrimaryKey : ==> 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 where id = ?
|
2023-06-01 11:19:54.762 DEBUG 35024 --- [XNIO-1 task-86] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-06-01 11:19:54.770 DEBUG 35024 --- [XNIO-1 task-86] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:19:54.770 DEBUG 35024 --- [XNIO-1 task-86] r.c.m.x.r.E.selectListByPaperAnswerId : ==> Preparing: select id, question_id, exam_paper_id, exam_paper_answer_id, question_type, subject_id, customer_score, question_score, question_text_content_id, answer, text_content_id, do_right, create_user, create_time, item_order from t_exam_paper_question_customer_answer where exam_paper_answer_id = ? order by item_order
|
2023-06-01 11:19:54.770 DEBUG 35024 --- [XNIO-1 task-86] r.c.m.x.r.E.selectListByPaperAnswerId : ==> Parameters: 1(Integer)
|
2023-06-01 11:19:54.778 DEBUG 35024 --- [XNIO-1 task-86] r.c.m.x.r.E.selectListByPaperAnswerId : <== Total: 1
|
2023-06-01 11:20:05.338 DEBUG 35024 --- [XNIO-1 task-87] r.c.m.x.r.E.selectByPrimaryKey : ==> 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 where id = ?
|
2023-06-01 11:20:05.338 DEBUG 35024 --- [XNIO-1 task-87] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 3(Integer)
|
2023-06-01 11:20:05.347 DEBUG 35024 --- [XNIO-1 task-87] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:20:05.347 DEBUG 35024 --- [XNIO-1 task-87] 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-01 11:20:05.347 DEBUG 35024 --- [XNIO-1 task-87] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 3(Integer)
|
2023-06-01 11:20:05.355 DEBUG 35024 --- [XNIO-1 task-87] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:20:05.356 DEBUG 35024 --- [XNIO-1 task-87] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 11:20:05.356 DEBUG 35024 --- [XNIO-1 task-87] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 6(Integer)
|
2023-06-01 11:20:05.365 DEBUG 35024 --- [XNIO-1 task-87] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:20:05.366 DEBUG 35024 --- [XNIO-1 task-87] 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-01 11:20:05.366 DEBUG 35024 --- [XNIO-1 task-87] r.c.m.x.r.QuestionMapper.selectByIds : ==> Parameters: 2(Integer)
|
2023-06-01 11:20:05.373 DEBUG 35024 --- [XNIO-1 task-87] r.c.m.x.r.QuestionMapper.selectByIds : <== Total: 1
|
2023-06-01 11:20:05.374 DEBUG 35024 --- [XNIO-1 task-87] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 11:20:05.374 DEBUG 35024 --- [XNIO-1 task-87] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 5(Integer)
|
2023-06-01 11:20:05.381 DEBUG 35024 --- [XNIO-1 task-87] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:20:05.382 DEBUG 35024 --- [XNIO-1 task-87] r.c.m.x.r.E.selectByPrimaryKey : ==> 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 where id = ?
|
2023-06-01 11:20:05.383 DEBUG 35024 --- [XNIO-1 task-87] r.c.m.x.r.E.selectByPrimaryKey : ==> Parameters: 3(Integer)
|
2023-06-01 11:20:05.390 DEBUG 35024 --- [XNIO-1 task-87] r.c.m.x.r.E.selectByPrimaryKey : <== Total: 1
|
2023-06-01 11:20:05.390 DEBUG 35024 --- [XNIO-1 task-87] r.c.m.x.r.E.selectListByPaperAnswerId : ==> Preparing: select id, question_id, exam_paper_id, exam_paper_answer_id, question_type, subject_id, customer_score, question_score, question_text_content_id, answer, text_content_id, do_right, create_user, create_time, item_order from t_exam_paper_question_customer_answer where exam_paper_answer_id = ? order by item_order
|
2023-06-01 11:20:05.390 DEBUG 35024 --- [XNIO-1 task-87] r.c.m.x.r.E.selectListByPaperAnswerId : ==> Parameters: 3(Integer)
|
2023-06-01 11:20:05.398 DEBUG 35024 --- [XNIO-1 task-87] r.c.m.x.r.E.selectListByPaperAnswerId : <== Total: 1
|
2023-06-01 11:20:05.399 DEBUG 35024 --- [XNIO-1 task-87] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-06-01 11:20:05.399 DEBUG 35024 --- [XNIO-1 task-87] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 7(Integer)
|
2023-06-01 11:20:05.405 DEBUG 35024 --- [XNIO-1 task-87] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-06-01 13:32:10.033 WARN 35024 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1h22m8s457ms202µs300ns).
|
2023-06-01 13:47:21.953 INFO 35024 --- [Thread-21] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
|
2023-06-01 13:47:22.010 INFO 35024 --- [Thread-21] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
|
2023-06-01 13:47:22.110 INFO 35024 --- [Thread-21] io.undertow.servlet : Destroying Spring FrameworkServlet 'dispatcherServlet'
|