qirong
2023-06-19 239c97e6701bc5ee5a1b9b890003dd6cd2132f48
统计
7个文件已修改
1个文件已添加
813 ■■■■■ 已修改文件
log/xzs.20230619.log 765 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/controller/admin/ExamPaperAnswerController.java 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/repository/UserMapper.java 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/service/UserService.java 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/service/impl/UserServiceImpl.java 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/viewmodel/student/exampaper/ExamPaperAnswerPageResponseVM.java 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/ExamPaperAnswerMapper.xml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/UserMapper.xml 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
log/xzs.20230619.log
New file
@@ -0,0 +1,765 @@
2023-06-19 01:38:39.127  INFO 16396 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 16396 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-19 01:38:39.130  INFO 16396 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-19 01:38:39.186  INFO 16396 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-19 01:38:39.186  INFO 16396 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-19 01:38:42.164  INFO 16396 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b7f50fb2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-06-19 01:38:42.580  WARN 16396 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-19 01:38:42.620  INFO 16396 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-19 01:38:42.621  INFO 16396 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 3435 ms
2023-06-19 01:38:44.051  INFO 16396 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-19 01:38:44.235  INFO 16396 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2ea00dfc, org.springframework.security.web.context.SecurityContextPersistenceFilter@e178572, org.springframework.security.web.header.HeaderWriterFilter@110a6b5, org.springframework.web.filter.CorsFilter@3c378234, org.springframework.security.web.authentication.logout.LogoutFilter@9e8e49, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@4d5b5bfe, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@75f3bb50, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@a7f31ac, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2e7cd227, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@110cb22e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4de45a04, org.springframework.security.web.session.SessionManagementFilter@388ee17f, org.springframework.security.web.access.ExceptionTranslationFilter@7b08f26c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@25b43298]
2023-06-19 01:38:44.262  INFO 16396 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
2023-06-19 01:38:44.693  INFO 16396 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-06-19 01:38:44.713  INFO 16396 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-06-19 01:38:44.746  INFO 16396 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2023-06-19 01:38:44.903  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
2023-06-19 01:38:44.905  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: taskUsingPOST_1
2023-06-19 01:38:44.925  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
2023-06-19 01:38:44.943  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_1
2023-06-19 01:38:44.952  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_1
2023-06-19 01:38:44.957  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_1
2023-06-19 01:38:44.995  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_1
2023-06-19 01:38:45.004  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_2
2023-06-19 01:38:45.025  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: answerSubmitUsingPOST_1
2023-06-19 01:38:45.030  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_3
2023-06-19 01:38:45.031  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_1
2023-06-19 01:38:45.033  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_1
2023-06-19 01:38:45.044  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_2
2023-06-19 01:38:45.051  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_4
2023-06-19 01:38:45.054  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_2
2023-06-19 01:38:45.062  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_5
2023-06-19 01:38:45.064  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_3
2023-06-19 01:38:45.067  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_6
2023-06-19 01:38:45.069  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_4
2023-06-19 01:38:45.076  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_7
2023-06-19 01:38:45.085  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_8
2023-06-19 01:38:45.088  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_5
2023-06-19 01:38:45.090  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_2
2023-06-19 01:38:45.092  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_3
2023-06-19 01:38:45.114  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_9
2023-06-19 01:38:45.117  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_6
2023-06-19 01:38:45.122  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_3
2023-06-19 01:38:45.125  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_4
2023-06-19 01:38:45.131  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_10
2023-06-19 01:38:45.134  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_7
2023-06-19 01:38:45.139  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingGET_1
2023-06-19 01:38:45.140  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingHEAD_1
2023-06-19 01:38:45.140  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPOST_1
2023-06-19 01:38:45.141  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPUT_1
2023-06-19 01:38:45.143  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPATCH_1
2023-06-19 01:38:45.143  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingDELETE_1
2023-06-19 01:38:45.144  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingOPTIONS_1
2023-06-19 01:38:45.145  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingTRACE_1
2023-06-19 01:38:45.168  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_2
2023-06-19 01:38:45.175  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
2023-06-19 01:38:45.178  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_1
2023-06-19 01:38:45.179  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: logUsingPOST_1
2023-06-19 01:38:45.181  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: messagePageListUsingPOST_1
2023-06-19 01:38:45.183  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_3
2023-06-19 01:38:45.185  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
2023-06-19 01:38:45.186  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unReadCountUsingPOST_1
2023-06-19 01:38:45.187  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_3
2023-06-19 01:38:45.194  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_2
2023-06-19 01:38:45.195  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_4
2023-06-19 01:38:45.200  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_5
2023-06-19 01:38:45.210  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_11
2023-06-19 01:38:45.211  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_8
2023-06-19 01:38:45.216  INFO 16396 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_4
2023-06-19 01:38:45.301  INFO 16396 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-19 01:38:45.317  INFO 16396 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-19 01:38:45.412  INFO 16396 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-19 01:38:45.416  INFO 16396 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 6.968 seconds (JVM running for 9.009)
2023-06-19 01:42:52.734  INFO 16396 --- [XNIO-1 task-2] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-06-19 01:42:52.735  INFO 16396 --- [XNIO-1 task-2] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-06-19 01:42:52.753  INFO 16396 --- [XNIO-1 task-2] o.s.web.servlet.DispatcherServlet        : Completed initialization in 18 ms
2023-06-19 01:43:04.045  INFO 16396 --- [XNIO-1 task-3] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-06-19 01:43:04.525  INFO 16396 --- [XNIO-1 task-3] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-06-19 01:43:04.535 DEBUG 16396 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-19 01:43:04.563 DEBUG 16396 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-19 01:43:04.650 DEBUG 16396 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-19 01:43:05.283 DEBUG 16396 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-19 01:43:05.283 DEBUG 16396 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-19 01:43:05.329 DEBUG 16396 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-19 01:43:11.614 DEBUG 16396 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-19 01:43:11.614 DEBUG 16396 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-19 01:43:11.650 DEBUG 16396 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-19 01:43:11.697 DEBUG 16396 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-19 01:43:11.697 DEBUG 16396 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-19 01:43:11.746 DEBUG 16396 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-19 01:43:11.772 DEBUG 16396 --- [XNIO-1 task-4] 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-19 01:43:11.776 DEBUG 16396 --- [XNIO-1 task-4] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了考试系统(String), 2023-06-19 01:43:11.747(Timestamp)
2023-06-19 01:43:11.854 DEBUG 16396 --- [XNIO-1 task-4] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-19 01:43:12.010  INFO 16396 --- [XNIO-1 task-5] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/dashboard/index
2023-06-19 01:43:12.023 DEBUG 16396 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-19 01:43:12.024 DEBUG 16396 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-19 01:43:12.056 DEBUG 16396 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-19 01:43:12.062 DEBUG 16396 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-19 01:43:12.063 DEBUG 16396 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-19 01:43:12.093 DEBUG 16396 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-19 01:43:12.099 DEBUG 16396 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-19 01:43:12.099 DEBUG 16396 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-19 01:43:12.132 DEBUG 16396 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-19 01:43:12.134 DEBUG 16396 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-19 01:43:12.134 DEBUG 16396 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-19 01:43:12.168 DEBUG 16396 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-19 01:43:12.174 DEBUG 16396 --- [XNIO-1 task-5] 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-19 01:43:12.174 DEBUG 16396 --- [XNIO-1 task-5] 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-19 01:43:12.204 DEBUG 16396 --- [XNIO-1 task-5] r.c.m.x.r.U.selectCountByDate            : <==      Total: 9
2023-06-19 01:43:12.207 DEBUG 16396 --- [XNIO-1 task-5] 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-19 01:43:12.208 DEBUG 16396 --- [XNIO-1 task-5] 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-19 01:43:12.245 DEBUG 16396 --- [XNIO-1 task-5] r.c.m.x.r.E.selectCountByDate            : <==      Total: 1
2023-06-19 01:43:28.030  INFO 16396 --- [XNIO-1 task-6] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/education/subject/list
2023-06-19 01:43:28.086 DEBUG 16396 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where deleted = 0
2023-06-19 01:43:28.086 DEBUG 16396 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-19 01:43:28.126 DEBUG 16396 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 2
2023-06-19 01:43:28.359  INFO 16396 --- [XNIO-1 task-7] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/examPaperAnswer/page
2023-06-19 01:43:28.393 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.E.adminPage_COUNT              : ==>  Preparing: SELECT count(0) FROM t_exam_paper_answer
2023-06-19 01:43:28.393 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.E.adminPage_COUNT              : ==> Parameters:
2023-06-19 01:43:28.435 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.E.adminPage_COUNT              : <==      Total: 1
2023-06-19 01:43:28.440 DEBUG 16396 --- [XNIO-1 task-7] 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 user_score desc LIMIT ?
2023-06-19 01:43:28.440 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.E.adminPage                    : ==> Parameters: 10(Integer)
2023-06-19 01:43:28.494 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.E.adminPage                    : <==      Total: 5
2023-06-19 01:43:28.531 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.selectByIdName      : ==>  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 id = ?
2023-06-19 01:43:28.531 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.selectByIdName      : ==> Parameters: 1(Integer)
2023-06-19 01:43:28.576 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.selectByIdName      : <==      Total: 1
2023-06-19 01:43:28.576 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.S.selectByPrimaryKey           : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
2023-06-19 01:43:28.577 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.S.selectByPrimaryKey           : ==> Parameters: 9(Integer)
2023-06-19 01:43:28.606 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.S.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:43:28.609 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.selectByIdName      : ==>  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 id = ?
2023-06-19 01:43:28.610 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.selectByIdName      : ==> Parameters: 5(Integer)
2023-06-19 01:43:28.665 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.selectByIdName      : <==      Total: 1
2023-06-19 01:43:28.667 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.S.selectByPrimaryKey           : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
2023-06-19 01:43:28.668 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.S.selectByPrimaryKey           : ==> Parameters: 9(Integer)
2023-06-19 01:43:28.706 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.S.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:43:28.707 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.selectByIdName      : ==>  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 id = ?
2023-06-19 01:43:28.707 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.selectByIdName      : ==> Parameters: 5(Integer)
2023-06-19 01:43:28.748 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.selectByIdName      : <==      Total: 1
2023-06-19 01:43:28.748 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.S.selectByPrimaryKey           : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
2023-06-19 01:43:28.748 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.S.selectByPrimaryKey           : ==> Parameters: 9(Integer)
2023-06-19 01:43:28.785 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.S.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:43:28.787 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.selectByIdName      : ==>  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 id = ?
2023-06-19 01:43:28.787 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.selectByIdName      : ==> Parameters: 5(Integer)
2023-06-19 01:43:28.825 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.selectByIdName      : <==      Total: 1
2023-06-19 01:43:28.826 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.S.selectByPrimaryKey           : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
2023-06-19 01:43:28.826 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.S.selectByPrimaryKey           : ==> Parameters: 14(Integer)
2023-06-19 01:43:28.866 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.S.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:43:28.867 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.selectByIdName      : ==>  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 id = ?
2023-06-19 01:43:28.867 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.selectByIdName      : ==> Parameters: 5(Integer)
2023-06-19 01:43:28.906 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.selectByIdName      : <==      Total: 1
2023-06-19 01:43:28.907 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.S.selectByPrimaryKey           : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
2023-06-19 01:43:28.907 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.S.selectByPrimaryKey           : ==> Parameters: 13(Integer)
2023-06-19 01:43:28.946 DEBUG 16396 --- [XNIO-1 task-7] r.c.m.x.r.S.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:44:04.265  INFO 16396 --- [XNIO-1 task-8] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/examPaperAnswer/page
2023-06-19 01:44:04.317 DEBUG 16396 --- [XNIO-1 task-8] r.c.m.x.r.E.adminPage_COUNT              : ==>  Preparing: SELECT count(0) FROM t_exam_paper_answer WHERE paper_name LIKE concat('%', ?, '%')
2023-06-19 01:44:04.318 DEBUG 16396 --- [XNIO-1 task-8] r.c.m.x.r.E.adminPage_COUNT              : ==> Parameters: 1(String)
2023-06-19 01:44:04.361 DEBUG 16396 --- [XNIO-1 task-8] r.c.m.x.r.E.adminPage_COUNT              : <==      Total: 1
2023-06-19 01:44:04.363 DEBUG 16396 --- [XNIO-1 task-8] 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 WHERE paper_name LIKE concat('%', ?, '%') order by user_score desc LIMIT ?
2023-06-19 01:44:04.363 DEBUG 16396 --- [XNIO-1 task-8] r.c.m.x.r.E.adminPage                    : ==> Parameters: 1(String), 10(Integer)
2023-06-19 01:44:04.399 DEBUG 16396 --- [XNIO-1 task-8] r.c.m.x.r.E.adminPage                    : <==      Total: 1
2023-06-19 01:44:04.400 DEBUG 16396 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.selectByIdName      : ==>  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 id = ? and user_name like concat('%',?,"%")
2023-06-19 01:44:04.401 DEBUG 16396 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.selectByIdName      : ==> Parameters: 5(Integer), k(String)
2023-06-19 01:44:04.438 DEBUG 16396 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.selectByIdName      : <==      Total: 1
2023-06-19 01:44:04.438 DEBUG 16396 --- [XNIO-1 task-8] r.c.m.x.r.S.selectByPrimaryKey           : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
2023-06-19 01:44:04.440 DEBUG 16396 --- [XNIO-1 task-8] r.c.m.x.r.S.selectByPrimaryKey           : ==> Parameters: 14(Integer)
2023-06-19 01:44:04.477 DEBUG 16396 --- [XNIO-1 task-8] r.c.m.x.r.S.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:44:53.137  INFO 16396 --- [Thread-22] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-06-19 01:44:53.147  INFO 16396 --- [Thread-22] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-06-19 01:44:53.151  INFO 16396 --- [Thread-22] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'
2023-06-19 01:45:02.522  INFO 20764 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 20764 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-19 01:45:02.526  INFO 20764 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-19 01:45:02.577  INFO 20764 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-19 01:45:02.577  INFO 20764 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-19 01:45:04.319  INFO 20764 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d6ac218d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-06-19 01:45:04.850  WARN 20764 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-19 01:45:04.879  INFO 20764 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-19 01:45:04.879  INFO 20764 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 2302 ms
2023-06-19 01:45:06.393  INFO 20764 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-19 01:45:06.579  INFO 20764 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@38bafaa6, org.springframework.security.web.context.SecurityContextPersistenceFilter@4c887b15, org.springframework.security.web.header.HeaderWriterFilter@5afe0f57, org.springframework.web.filter.CorsFilter@15034d86, org.springframework.security.web.authentication.logout.LogoutFilter@2fa5ddd0, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@298a4a83, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@9d9e25f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3511ac2b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7d177f3c, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@1ff43638, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@44b502d1, org.springframework.security.web.session.SessionManagementFilter@6b864244, org.springframework.security.web.access.ExceptionTranslationFilter@50790c0, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@43913897]
2023-06-19 01:45:06.604  INFO 20764 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
2023-06-19 01:45:07.020  INFO 20764 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-06-19 01:45:07.038  INFO 20764 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-06-19 01:45:07.072  INFO 20764 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2023-06-19 01:45:07.225  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
2023-06-19 01:45:07.226  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: taskUsingPOST_1
2023-06-19 01:45:07.247  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
2023-06-19 01:45:07.267  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_1
2023-06-19 01:45:07.279  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_1
2023-06-19 01:45:07.282  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_1
2023-06-19 01:45:07.323  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_2
2023-06-19 01:45:07.343  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: answerSubmitUsingPOST_1
2023-06-19 01:45:07.345  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_1
2023-06-19 01:45:07.347  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_3
2023-06-19 01:45:07.349  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_1
2023-06-19 01:45:07.361  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_4
2023-06-19 01:45:07.364  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_2
2023-06-19 01:45:07.367  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_5
2023-06-19 01:45:07.368  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_3
2023-06-19 01:45:07.370  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_1
2023-06-19 01:45:07.378  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_2
2023-06-19 01:45:07.385  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_6
2023-06-19 01:45:07.387  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_4
2023-06-19 01:45:07.394  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_7
2023-06-19 01:45:07.402  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_8
2023-06-19 01:45:07.404  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_5
2023-06-19 01:45:07.407  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_2
2023-06-19 01:45:07.409  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_3
2023-06-19 01:45:07.427  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_9
2023-06-19 01:45:07.429  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_6
2023-06-19 01:45:07.432  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_3
2023-06-19 01:45:07.434  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_4
2023-06-19 01:45:07.439  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_10
2023-06-19 01:45:07.441  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_7
2023-06-19 01:45:07.448  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingGET_1
2023-06-19 01:45:07.449  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingHEAD_1
2023-06-19 01:45:07.449  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPOST_1
2023-06-19 01:45:07.450  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPUT_1
2023-06-19 01:45:07.451  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPATCH_1
2023-06-19 01:45:07.451  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingDELETE_1
2023-06-19 01:45:07.452  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingOPTIONS_1
2023-06-19 01:45:07.453  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingTRACE_1
2023-06-19 01:45:07.471  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_2
2023-06-19 01:45:07.479  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
2023-06-19 01:45:07.482  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_1
2023-06-19 01:45:07.483  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: logUsingPOST_1
2023-06-19 01:45:07.485  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: messagePageListUsingPOST_1
2023-06-19 01:45:07.486  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_3
2023-06-19 01:45:07.488  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
2023-06-19 01:45:07.489  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unReadCountUsingPOST_1
2023-06-19 01:45:07.491  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_3
2023-06-19 01:45:07.498  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_2
2023-06-19 01:45:07.500  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_4
2023-06-19 01:45:07.505  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_5
2023-06-19 01:45:07.517  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_11
2023-06-19 01:45:07.520  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_8
2023-06-19 01:45:07.525  INFO 20764 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_4
2023-06-19 01:45:07.626  INFO 20764 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-19 01:45:07.637  INFO 20764 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-19 01:45:07.744  INFO 20764 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-19 01:45:07.750  INFO 20764 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 5.924 seconds (JVM running for 7.351)
2023-06-19 01:46:21.320  INFO 20764 --- [XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-06-19 01:46:21.320  INFO 20764 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-06-19 01:46:21.331  INFO 20764 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 10 ms
2023-06-19 01:46:21.367  INFO 20764 --- [XNIO-1 task-1] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/dashboard/index
2023-06-19 01:46:21.390  INFO 20764 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-06-19 01:46:21.868  INFO 20764 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-06-19 01:46:21.876 DEBUG 20764 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-19 01:46:21.899 DEBUG 20764 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-19 01:46:21.952 DEBUG 20764 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-19 01:46:21.959 DEBUG 20764 --- [XNIO-1 task-1] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-19 01:46:21.959 DEBUG 20764 --- [XNIO-1 task-1] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-19 01:46:21.998 DEBUG 20764 --- [XNIO-1 task-1] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-19 01:46:22.002 DEBUG 20764 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-19 01:46:22.002 DEBUG 20764 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-19 01:46:22.064 DEBUG 20764 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-19 01:46:22.065 DEBUG 20764 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-19 01:46:22.065 DEBUG 20764 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-19 01:46:22.104 DEBUG 20764 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-19 01:46:22.111 DEBUG 20764 --- [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-19 01:46:22.112 DEBUG 20764 --- [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-19 01:46:22.167 DEBUG 20764 --- [XNIO-1 task-1] r.c.m.x.r.U.selectCountByDate            : <==      Total: 9
2023-06-19 01:46:22.169 DEBUG 20764 --- [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-19 01:46:22.170 DEBUG 20764 --- [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-19 01:46:22.206 DEBUG 20764 --- [XNIO-1 task-1] r.c.m.x.r.E.selectCountByDate            : <==      Total: 1
2023-06-19 01:46:30.572 DEBUG 20764 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-19 01:46:30.572 DEBUG 20764 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-19 01:46:30.609 DEBUG 20764 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-19 01:46:31.001 DEBUG 20764 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-19 01:46:31.001 DEBUG 20764 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-19 01:46:31.070 DEBUG 20764 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-19 01:46:31.085 DEBUG 20764 --- [XNIO-1 task-4] 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-19 01:46:31.087 DEBUG 20764 --- [XNIO-1 task-4] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了考试系统(String), 2023-06-19 01:46:31.071(Timestamp)
2023-06-19 01:46:31.173 DEBUG 20764 --- [XNIO-1 task-4] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-19 01:46:31.252  INFO 20764 --- [XNIO-1 task-5] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/dashboard/index
2023-06-19 01:46:31.254 DEBUG 20764 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-19 01:46:31.254 DEBUG 20764 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-19 01:46:31.279 DEBUG 20764 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-19 01:46:31.280 DEBUG 20764 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-19 01:46:31.280 DEBUG 20764 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-19 01:46:31.319 DEBUG 20764 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-19 01:46:31.320 DEBUG 20764 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-19 01:46:31.320 DEBUG 20764 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-19 01:46:31.358 DEBUG 20764 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-19 01:46:31.359 DEBUG 20764 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-19 01:46:31.359 DEBUG 20764 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-19 01:46:31.405 DEBUG 20764 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-19 01:46:31.406 DEBUG 20764 --- [XNIO-1 task-5] 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-19 01:46:31.406 DEBUG 20764 --- [XNIO-1 task-5] 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-19 01:46:31.448 DEBUG 20764 --- [XNIO-1 task-5] r.c.m.x.r.U.selectCountByDate            : <==      Total: 9
2023-06-19 01:46:31.449 DEBUG 20764 --- [XNIO-1 task-5] 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-19 01:46:31.450 DEBUG 20764 --- [XNIO-1 task-5] 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-19 01:46:31.478 DEBUG 20764 --- [XNIO-1 task-5] r.c.m.x.r.E.selectCountByDate            : <==      Total: 1
2023-06-19 01:46:35.726  INFO 20764 --- [XNIO-1 task-6] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/education/subject/list
2023-06-19 01:46:35.744  INFO 20764 --- [XNIO-1 task-7] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/exam/paper/page
2023-06-19 01:46:35.785 DEBUG 20764 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where deleted = 0
2023-06-19 01:46:35.785 DEBUG 20764 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-19 01:46:35.808 DEBUG 20764 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 2
2023-06-19 01:46:35.817 DEBUG 20764 --- [XNIO-1 task-7] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM (SELECT e.* FROM t_exam_paper e LEFT JOIN t_exam_paper_department d ON e.id = d.exam_paper_id LEFT JOIN t_exam_paper_subject s ON e.id = s.exam_paper_id WHERE e.deleted = 0 AND d.deleted = 0 GROUP BY e.id) table_count
2023-06-19 01:46:35.817 DEBUG 20764 --- [XNIO-1 task-7] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters:
2023-06-19 01:46:35.848 DEBUG 20764 --- [XNIO-1 task-7] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-19 01:46:35.854 DEBUG 20764 --- [XNIO-1 task-7] r.c.m.x.repository.ExamPaperMapper.page  : ==>  Preparing: SELECT e.* FROM t_exam_paper e LEFT JOIN t_exam_paper_department d ON e.id = d.exam_paper_id LEFT JOIN t_exam_paper_subject s ON e.id = s.exam_paper_id WHERE e.deleted = 0 AND d.deleted = 0 GROUP BY e.id order by id desc LIMIT ?
2023-06-19 01:46:35.854 DEBUG 20764 --- [XNIO-1 task-7] r.c.m.x.repository.ExamPaperMapper.page  : ==> Parameters: 10(Integer)
2023-06-19 01:46:35.891 DEBUG 20764 --- [XNIO-1 task-7] r.c.m.x.repository.ExamPaperMapper.page  : <==      Total: 2
2023-06-19 01:46:35.939 DEBUG 20764 --- [XNIO-1 task-7] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0
2023-06-19 01:46:35.939 DEBUG 20764 --- [XNIO-1 task-7] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 13(Integer)
2023-06-19 01:46:35.965 DEBUG 20764 --- [XNIO-1 task-7] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 2
2023-06-19 01:46:35.967 DEBUG 20764 --- [XNIO-1 task-7] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0
2023-06-19 01:46:35.967 DEBUG 20764 --- [XNIO-1 task-7] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 12(Integer)
2023-06-19 01:46:35.998 DEBUG 20764 --- [XNIO-1 task-7] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 2
2023-06-19 01:46:38.465  INFO 20764 --- [XNIO-1 task-8] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/education/subject/list
2023-06-19 01:46:38.493 DEBUG 20764 --- [XNIO-1 task-8] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where deleted = 0
2023-06-19 01:46:38.493 DEBUG 20764 --- [XNIO-1 task-8] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-19 01:46:38.524 DEBUG 20764 --- [XNIO-1 task-8] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 2
2023-06-19 01:46:45.418  INFO 20764 --- [XNIO-1 task-9] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/education/subject/list
2023-06-19 01:46:45.476 DEBUG 20764 --- [XNIO-1 task-9] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where deleted = 0
2023-06-19 01:46:45.476 DEBUG 20764 --- [XNIO-1 task-9] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-19 01:46:45.527 DEBUG 20764 --- [XNIO-1 task-9] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 2
2023-06-19 01:46:45.725  INFO 20764 --- [XNIO-1 task-10] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/exam/paper/page
2023-06-19 01:46:45.727 DEBUG 20764 --- [XNIO-1 task-10] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM (SELECT e.* FROM t_exam_paper e LEFT JOIN t_exam_paper_department d ON e.id = d.exam_paper_id LEFT JOIN t_exam_paper_subject s ON e.id = s.exam_paper_id WHERE e.deleted = 0 AND d.deleted = 0 GROUP BY e.id) table_count
2023-06-19 01:46:45.727 DEBUG 20764 --- [XNIO-1 task-10] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters:
2023-06-19 01:46:45.798 DEBUG 20764 --- [XNIO-1 task-10] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-19 01:46:45.801 DEBUG 20764 --- [XNIO-1 task-10] r.c.m.x.repository.ExamPaperMapper.page  : ==>  Preparing: SELECT e.* FROM t_exam_paper e LEFT JOIN t_exam_paper_department d ON e.id = d.exam_paper_id LEFT JOIN t_exam_paper_subject s ON e.id = s.exam_paper_id WHERE e.deleted = 0 AND d.deleted = 0 GROUP BY e.id order by id desc LIMIT ?
2023-06-19 01:46:45.801 DEBUG 20764 --- [XNIO-1 task-10] r.c.m.x.repository.ExamPaperMapper.page  : ==> Parameters: 10(Integer)
2023-06-19 01:46:45.838 DEBUG 20764 --- [XNIO-1 task-10] r.c.m.x.repository.ExamPaperMapper.page  : <==      Total: 2
2023-06-19 01:46:45.841 DEBUG 20764 --- [XNIO-1 task-10] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0
2023-06-19 01:46:45.841 DEBUG 20764 --- [XNIO-1 task-10] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 13(Integer)
2023-06-19 01:46:45.877 DEBUG 20764 --- [XNIO-1 task-10] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 2
2023-06-19 01:46:45.879 DEBUG 20764 --- [XNIO-1 task-10] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0
2023-06-19 01:46:45.879 DEBUG 20764 --- [XNIO-1 task-10] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 12(Integer)
2023-06-19 01:46:45.919 DEBUG 20764 --- [XNIO-1 task-10] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 2
2023-06-19 01:46:47.503  INFO 20764 --- [XNIO-1 task-11] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/education/subject/list
2023-06-19 01:46:47.544 DEBUG 20764 --- [XNIO-1 task-11] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where deleted = 0
2023-06-19 01:46:47.545 DEBUG 20764 --- [XNIO-1 task-11] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-19 01:46:47.598 DEBUG 20764 --- [XNIO-1 task-11] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 2
2023-06-19 01:46:53.315  INFO 20764 --- [XNIO-1 task-12] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/education/subject/list
2023-06-19 01:46:53.344 DEBUG 20764 --- [XNIO-1 task-12] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where deleted = 0
2023-06-19 01:46:53.344 DEBUG 20764 --- [XNIO-1 task-12] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-19 01:46:53.385 DEBUG 20764 --- [XNIO-1 task-12] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 2
2023-06-19 01:46:53.635  INFO 20764 --- [XNIO-1 task-13] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/exam/paper/page
2023-06-19 01:46:53.638 DEBUG 20764 --- [XNIO-1 task-13] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM (SELECT e.* FROM t_exam_paper e LEFT JOIN t_exam_paper_department d ON e.id = d.exam_paper_id LEFT JOIN t_exam_paper_subject s ON e.id = s.exam_paper_id WHERE e.deleted = 0 AND d.deleted = 0 GROUP BY e.id) table_count
2023-06-19 01:46:53.638 DEBUG 20764 --- [XNIO-1 task-13] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters:
2023-06-19 01:46:53.709 DEBUG 20764 --- [XNIO-1 task-13] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-19 01:46:53.714 DEBUG 20764 --- [XNIO-1 task-13] r.c.m.x.repository.ExamPaperMapper.page  : ==>  Preparing: SELECT e.* FROM t_exam_paper e LEFT JOIN t_exam_paper_department d ON e.id = d.exam_paper_id LEFT JOIN t_exam_paper_subject s ON e.id = s.exam_paper_id WHERE e.deleted = 0 AND d.deleted = 0 GROUP BY e.id order by id desc LIMIT ?
2023-06-19 01:46:53.715 DEBUG 20764 --- [XNIO-1 task-13] r.c.m.x.repository.ExamPaperMapper.page  : ==> Parameters: 10(Integer)
2023-06-19 01:46:53.758 DEBUG 20764 --- [XNIO-1 task-13] r.c.m.x.repository.ExamPaperMapper.page  : <==      Total: 2
2023-06-19 01:46:53.759 DEBUG 20764 --- [XNIO-1 task-13] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0
2023-06-19 01:46:53.759 DEBUG 20764 --- [XNIO-1 task-13] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 13(Integer)
2023-06-19 01:46:53.798 DEBUG 20764 --- [XNIO-1 task-13] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 2
2023-06-19 01:46:53.799 DEBUG 20764 --- [XNIO-1 task-13] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0
2023-06-19 01:46:53.800 DEBUG 20764 --- [XNIO-1 task-13] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 12(Integer)
2023-06-19 01:46:53.837 DEBUG 20764 --- [XNIO-1 task-13] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 2
2023-06-19 01:46:57.536  INFO 20764 --- [XNIO-1 task-14] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/department/page/list
2023-06-19 01:46:57.565 DEBUG 20764 --- [XNIO-1 task-14] r.c.m.x.r.DepartmentMapper.page_COUNT    : ==>  Preparing: SELECT count(0) FROM t_department WHERE deleted = 0
2023-06-19 01:46:57.566 DEBUG 20764 --- [XNIO-1 task-14] r.c.m.x.r.DepartmentMapper.page_COUNT    : ==> Parameters:
2023-06-19 01:46:57.628 DEBUG 20764 --- [XNIO-1 task-14] r.c.m.x.r.DepartmentMapper.page_COUNT    : <==      Total: 1
2023-06-19 01:46:57.630 DEBUG 20764 --- [XNIO-1 task-14] r.c.m.x.r.DepartmentMapper.page          : ==>  Preparing: SELECT id, name, deleted FROM t_department WHERE deleted = 0 order by id desc LIMIT ?
2023-06-19 01:46:57.630 DEBUG 20764 --- [XNIO-1 task-14] r.c.m.x.r.DepartmentMapper.page          : ==> Parameters: 100(Integer)
2023-06-19 01:46:57.669 DEBUG 20764 --- [XNIO-1 task-14] r.c.m.x.r.DepartmentMapper.page          : <==      Total: 3
2023-06-19 01:46:57.697  INFO 20764 --- [XNIO-1 task-15] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/education/subject/list
2023-06-19 01:46:57.697  INFO 20764 --- [XNIO-1 task-16] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/exam/paper/page
2023-06-19 01:46:57.697 DEBUG 20764 --- [XNIO-1 task-15] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where deleted = 0
2023-06-19 01:46:57.698 DEBUG 20764 --- [XNIO-1 task-15] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-19 01:46:57.733 DEBUG 20764 --- [XNIO-1 task-16] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM (SELECT e.* FROM t_exam_paper e LEFT JOIN t_exam_paper_department d ON e.id = d.exam_paper_id LEFT JOIN t_exam_paper_subject s ON e.id = s.exam_paper_id WHERE e.deleted = 0 AND d.deleted = 0 GROUP BY e.id) table_count
2023-06-19 01:46:57.733 DEBUG 20764 --- [XNIO-1 task-16] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters:
2023-06-19 01:46:57.733 DEBUG 20764 --- [XNIO-1 task-15] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 2
2023-06-19 01:46:57.766 DEBUG 20764 --- [XNIO-1 task-16] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-19 01:46:57.771 DEBUG 20764 --- [XNIO-1 task-16] r.c.m.x.repository.ExamPaperMapper.page  : ==>  Preparing: SELECT e.* FROM t_exam_paper e LEFT JOIN t_exam_paper_department d ON e.id = d.exam_paper_id LEFT JOIN t_exam_paper_subject s ON e.id = s.exam_paper_id WHERE e.deleted = 0 AND d.deleted = 0 GROUP BY e.id order by id desc LIMIT ?
2023-06-19 01:46:57.771 DEBUG 20764 --- [XNIO-1 task-16] r.c.m.x.repository.ExamPaperMapper.page  : ==> Parameters: 10(Integer)
2023-06-19 01:46:57.807 DEBUG 20764 --- [XNIO-1 task-16] r.c.m.x.repository.ExamPaperMapper.page  : <==      Total: 2
2023-06-19 01:46:57.808 DEBUG 20764 --- [XNIO-1 task-16] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0
2023-06-19 01:46:57.809 DEBUG 20764 --- [XNIO-1 task-16] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 13(Integer)
2023-06-19 01:46:57.837 DEBUG 20764 --- [XNIO-1 task-16] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 2
2023-06-19 01:46:57.839 DEBUG 20764 --- [XNIO-1 task-16] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0
2023-06-19 01:46:57.839 DEBUG 20764 --- [XNIO-1 task-16] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 12(Integer)
2023-06-19 01:46:57.886 DEBUG 20764 --- [XNIO-1 task-16] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 2
2023-06-19 01:47:05.411  INFO 20764 --- [XNIO-1 task-17] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/education/subject/list
2023-06-19 01:47:05.464 DEBUG 20764 --- [XNIO-1 task-17] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where deleted = 0
2023-06-19 01:47:05.464 DEBUG 20764 --- [XNIO-1 task-17] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-19 01:47:05.589 DEBUG 20764 --- [XNIO-1 task-17] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 2
2023-06-19 01:47:30.865  INFO 20764 --- [XNIO-1 task-18] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/question/page
2023-06-19 01:47:30.904 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.QuestionMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM (SELECT q.* FROM t_question q LEFT JOIN t_question_subject qs ON q.id = qs.question_id WHERE q.deleted = 0 AND qs.deleted = 0 AND qs.subject_id IN (?) GROUP BY q.id) table_count
2023-06-19 01:47:30.904 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.QuestionMapper.page_COUNT      : ==> Parameters: 16(Integer)
2023-06-19 01:47:30.952 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.QuestionMapper.page_COUNT      : <==      Total: 1
2023-06-19 01:47:30.954 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.repository.QuestionMapper.page   : ==>  Preparing: SELECT q.* FROM t_question q LEFT JOIN t_question_subject qs ON q.id = qs.question_id WHERE q.deleted = 0 AND qs.deleted = 0 AND qs.subject_id IN (?) GROUP BY q.id order by id desc LIMIT ?
2023-06-19 01:47:30.954 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.repository.QuestionMapper.page   : ==> Parameters: 16(Integer), 5(Integer)
2023-06-19 01:47:31.016 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.repository.QuestionMapper.page   : <==      Total: 5
2023-06-19 01:47:31.019 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-19 01:47:31.021 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 138(Integer)
2023-06-19 01:47:31.053 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:47:31.062 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.Q.getQuestion                  : ==>  Preparing: select qs.*,s.name as subName from t_question_subject qs left join t_subject s on qs.subject_id = s.id where question_id = ? and qs.deleted = 0 and s.deleted = 0
2023-06-19 01:47:31.062 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 115(Integer)
2023-06-19 01:47:31.093 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.Q.getQuestion                  : <==      Total: 1
2023-06-19 01:47:31.094 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.xzs.repository.SubjectMapper.page  : ==>  Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted=0 and id= ?
2023-06-19 01:47:31.094 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 16(Integer)
2023-06-19 01:47:31.125 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-19 01:47:31.126 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-19 01:47:31.126 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 135(Integer)
2023-06-19 01:47:31.156 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:47:31.158 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.Q.getQuestion                  : ==>  Preparing: select qs.*,s.name as subName from t_question_subject qs left join t_subject s on qs.subject_id = s.id where question_id = ? and qs.deleted = 0 and s.deleted = 0
2023-06-19 01:47:31.158 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 112(Integer)
2023-06-19 01:47:31.209 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.Q.getQuestion                  : <==      Total: 1
2023-06-19 01:47:31.209 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.xzs.repository.SubjectMapper.page  : ==>  Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted=0 and id= ?
2023-06-19 01:47:31.209 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 16(Integer)
2023-06-19 01:47:31.247 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-19 01:47:31.248 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-19 01:47:31.248 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 132(Integer)
2023-06-19 01:47:31.278 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:47:31.279 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.Q.getQuestion                  : ==>  Preparing: select qs.*,s.name as subName from t_question_subject qs left join t_subject s on qs.subject_id = s.id where question_id = ? and qs.deleted = 0 and s.deleted = 0
2023-06-19 01:47:31.279 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 109(Integer)
2023-06-19 01:47:31.321 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.Q.getQuestion                  : <==      Total: 1
2023-06-19 01:47:31.322 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.xzs.repository.SubjectMapper.page  : ==>  Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted=0 and id= ?
2023-06-19 01:47:31.322 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 16(Integer)
2023-06-19 01:47:31.358 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-19 01:47:31.359 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-19 01:47:31.359 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 129(Integer)
2023-06-19 01:47:31.397 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:47:31.400 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.Q.getQuestion                  : ==>  Preparing: select qs.*,s.name as subName from t_question_subject qs left join t_subject s on qs.subject_id = s.id where question_id = ? and qs.deleted = 0 and s.deleted = 0
2023-06-19 01:47:31.400 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 106(Integer)
2023-06-19 01:47:31.443 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.Q.getQuestion                  : <==      Total: 1
2023-06-19 01:47:31.444 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.xzs.repository.SubjectMapper.page  : ==>  Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted=0 and id= ?
2023-06-19 01:47:31.444 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 16(Integer)
2023-06-19 01:47:31.477 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-19 01:47:31.479 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-19 01:47:31.479 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 126(Integer)
2023-06-19 01:47:31.518 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:47:31.519 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.Q.getQuestion                  : ==>  Preparing: select qs.*,s.name as subName from t_question_subject qs left join t_subject s on qs.subject_id = s.id where question_id = ? and qs.deleted = 0 and s.deleted = 0
2023-06-19 01:47:31.519 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 103(Integer)
2023-06-19 01:47:31.562 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.x.r.Q.getQuestion                  : <==      Total: 1
2023-06-19 01:47:31.563 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.xzs.repository.SubjectMapper.page  : ==>  Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted=0 and id= ?
2023-06-19 01:47:31.564 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 16(Integer)
2023-06-19 01:47:31.597 DEBUG 20764 --- [XNIO-1 task-18] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-19 01:47:41.053  INFO 20764 --- [XNIO-1 task-20] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/question/select/112
2023-06-19 01:47:41.053  INFO 20764 --- [XNIO-1 task-19] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/question/select/115
2023-06-19 01:47:41.087 DEBUG 20764 --- [XNIO-1 task-20] 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-19 01:47:41.087 DEBUG 20764 --- [XNIO-1 task-19] 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-19 01:47:41.087 DEBUG 20764 --- [XNIO-1 task-20] r.c.m.x.r.Q.selectByPrimaryKey           : ==> Parameters: 112(Integer)
2023-06-19 01:47:41.087 DEBUG 20764 --- [XNIO-1 task-19] r.c.m.x.r.Q.selectByPrimaryKey           : ==> Parameters: 115(Integer)
2023-06-19 01:47:41.117 DEBUG 20764 --- [XNIO-1 task-19] r.c.m.x.r.Q.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:47:41.118 DEBUG 20764 --- [XNIO-1 task-19] r.c.m.x.r.Q.getQuestion                  : ==>  Preparing: select qs.*,s.name as subName from t_question_subject qs left join t_subject s on qs.subject_id = s.id where question_id = ? and qs.deleted = 0 and s.deleted = 0
2023-06-19 01:47:41.118 DEBUG 20764 --- [XNIO-1 task-19] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 115(Integer)
2023-06-19 01:47:41.119 DEBUG 20764 --- [XNIO-1 task-20] r.c.m.x.r.Q.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:47:41.120 DEBUG 20764 --- [XNIO-1 task-20] r.c.m.x.r.Q.getQuestion                  : ==>  Preparing: select qs.*,s.name as subName from t_question_subject qs left join t_subject s on qs.subject_id = s.id where question_id = ? and qs.deleted = 0 and s.deleted = 0
2023-06-19 01:47:41.121 DEBUG 20764 --- [XNIO-1 task-20] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 112(Integer)
2023-06-19 01:47:41.160 DEBUG 20764 --- [XNIO-1 task-19] r.c.m.x.r.Q.getQuestion                  : <==      Total: 1
2023-06-19 01:47:41.160 DEBUG 20764 --- [XNIO-1 task-20] r.c.m.x.r.Q.getQuestion                  : <==      Total: 1
2023-06-19 01:47:41.162 DEBUG 20764 --- [XNIO-1 task-20] r.c.m.xzs.repository.SubjectMapper.page  : ==>  Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted=0 and id= ?
2023-06-19 01:47:41.162 DEBUG 20764 --- [XNIO-1 task-19] r.c.m.xzs.repository.SubjectMapper.page  : ==>  Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted=0 and id= ?
2023-06-19 01:47:41.162 DEBUG 20764 --- [XNIO-1 task-20] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 16(Integer)
2023-06-19 01:47:41.162 DEBUG 20764 --- [XNIO-1 task-19] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 16(Integer)
2023-06-19 01:47:41.206 DEBUG 20764 --- [XNIO-1 task-19] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-19 01:47:41.206 DEBUG 20764 --- [XNIO-1 task-20] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-19 01:47:41.207 DEBUG 20764 --- [XNIO-1 task-19] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-19 01:47:41.207 DEBUG 20764 --- [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-19 01:47:41.207 DEBUG 20764 --- [XNIO-1 task-19] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 138(Integer)
2023-06-19 01:47:41.207 DEBUG 20764 --- [XNIO-1 task-20] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 135(Integer)
2023-06-19 01:47:41.248 DEBUG 20764 --- [XNIO-1 task-19] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:47:41.248 DEBUG 20764 --- [XNIO-1 task-20] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:47:41.363  INFO 20764 --- [XNIO-1 task-21] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/question/select/109
2023-06-19 01:47:41.364 DEBUG 20764 --- [XNIO-1 task-21] 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-19 01:47:41.364 DEBUG 20764 --- [XNIO-1 task-21] r.c.m.x.r.Q.selectByPrimaryKey           : ==> Parameters: 109(Integer)
2023-06-19 01:47:41.397 DEBUG 20764 --- [XNIO-1 task-21] r.c.m.x.r.Q.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:47:41.399 DEBUG 20764 --- [XNIO-1 task-21] r.c.m.x.r.Q.getQuestion                  : ==>  Preparing: select qs.*,s.name as subName from t_question_subject qs left join t_subject s on qs.subject_id = s.id where question_id = ? and qs.deleted = 0 and s.deleted = 0
2023-06-19 01:47:41.399 DEBUG 20764 --- [XNIO-1 task-21] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 109(Integer)
2023-06-19 01:47:41.437 DEBUG 20764 --- [XNIO-1 task-21] r.c.m.x.r.Q.getQuestion                  : <==      Total: 1
2023-06-19 01:47:41.438 DEBUG 20764 --- [XNIO-1 task-21] r.c.m.xzs.repository.SubjectMapper.page  : ==>  Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted=0 and id= ?
2023-06-19 01:47:41.438 DEBUG 20764 --- [XNIO-1 task-21] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 16(Integer)
2023-06-19 01:47:41.478 DEBUG 20764 --- [XNIO-1 task-21] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-19 01:47:41.478 DEBUG 20764 --- [XNIO-1 task-21] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-19 01:47:41.478 DEBUG 20764 --- [XNIO-1 task-21] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 132(Integer)
2023-06-19 01:47:41.517 DEBUG 20764 --- [XNIO-1 task-21] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:48:02.752  INFO 20764 --- [XNIO-1 task-22] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/exam/paper/edit
2023-06-19 01:48:02.813 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-19 01:48:02.813 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-19 01:48:02.848 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-19 01:48:02.883 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.T.insertSelective              : ==>  Preparing: insert into t_text_content ( content, create_time ) values ( ?, ? )
2023-06-19 01:48:02.885 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.T.insertSelective              : ==> Parameters: [{"name":"好","questionItems":[{"id":112,"itemOrder":1},{"id":115,"itemOrder":2},{"id":109,"itemOrder":3}]}](String), 2023-06-19 01:48:02.877(Timestamp)
2023-06-19 01:48:02.965 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.T.insertSelective              : <==    Updates: 1
2023-06-19 01:48:02.972 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.E.insertSelective              : ==>  Preparing: insert into t_exam_paper ( name, paper_type, score, question_count, suggest_time, frame_text_content_id, create_user, create_time, deleted ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ? )
2023-06-19 01:48:02.972 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.E.insertSelective              : ==> Parameters: 测试(String), 1(Integer), 60(Integer), 3(Integer), 3(Integer), 140(Integer), 2(Integer), 2023-06-19 01:48:02.877(Timestamp), false(Boolean)
2023-06-19 01:48:03.037 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.E.insertSelective              : <==    Updates: 1
2023-06-19 01:48:03.042 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.E.saves                        : ==>  Preparing: insert into t_exam_paper_department(id,department_id,exam_paper_id,deleted) values (?,?,?,?) , (?,?,?,?)
2023-06-19 01:48:03.042 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.E.saves                        : ==> Parameters: null, 13(Integer), 14(Integer), 0(String), null, 12(Integer), 14(Integer), 0(String)
2023-06-19 01:48:03.125 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.E.saves                        : <==    Updates: 2
2023-06-19 01:48:03.131 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.ExamPaperSubjectMapper.saves   : ==>  Preparing: insert into t_exam_paper_subject(id,subject_id,exam_paper_id,deleted) values (?,?,?,?)
2023-06-19 01:48:03.131 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.ExamPaperSubjectMapper.saves   : ==> Parameters: null, 16(Integer), 14(Integer), 0(String)
2023-06-19 01:48:03.202 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.ExamPaperSubjectMapper.saves   : <==    Updates: 1
2023-06-19 01:48:03.317 DEBUG 20764 --- [XNIO-1 task-22] 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-19 01:48:03.317 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.E.selectByPrimaryKey           : ==> Parameters: 14(Integer)
2023-06-19 01:48:03.367 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.E.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:48:03.369 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-19 01:48:03.369 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 140(Integer)
2023-06-19 01:48:03.396 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:48:03.400 DEBUG 20764 --- [XNIO-1 task-22] 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-19 01:48:03.400 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.QuestionMapper.selectByIds     : ==> Parameters: 112(Integer), 115(Integer), 109(Integer)
2023-06-19 01:48:03.446 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.QuestionMapper.selectByIds     : <==      Total: 3
2023-06-19 01:48:03.448 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-19 01:48:03.448 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 135(Integer)
2023-06-19 01:48:03.476 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:48:03.479 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-19 01:48:03.479 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 138(Integer)
2023-06-19 01:48:03.518 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:48:03.520 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-19 01:48:03.520 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 132(Integer)
2023-06-19 01:48:03.567 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:48:03.578 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0
2023-06-19 01:48:03.578 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 14(Integer)
2023-06-19 01:48:03.604 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 1
2023-06-19 01:48:03.606 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_department where exam_paper_id = ? and deleted = 0
2023-06-19 01:48:03.606 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 14(Integer)
2023-06-19 01:48:03.637 DEBUG 20764 --- [XNIO-1 task-22] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 2
2023-06-19 01:48:04.231  INFO 20764 --- [XNIO-1 task-23] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/education/subject/list
2023-06-19 01:48:04.277 DEBUG 20764 --- [XNIO-1 task-23] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where deleted = 0
2023-06-19 01:48:04.277 DEBUG 20764 --- [XNIO-1 task-23] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-19 01:48:04.318 DEBUG 20764 --- [XNIO-1 task-23] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 2
2023-06-19 01:48:04.537  INFO 20764 --- [XNIO-1 task-24] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/exam/paper/page
2023-06-19 01:48:04.541 DEBUG 20764 --- [XNIO-1 task-24] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM (SELECT e.* FROM t_exam_paper e LEFT JOIN t_exam_paper_department d ON e.id = d.exam_paper_id LEFT JOIN t_exam_paper_subject s ON e.id = s.exam_paper_id WHERE e.deleted = 0 AND d.deleted = 0 GROUP BY e.id) table_count
2023-06-19 01:48:04.541 DEBUG 20764 --- [XNIO-1 task-24] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters:
2023-06-19 01:48:04.598 DEBUG 20764 --- [XNIO-1 task-24] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-19 01:48:04.600 DEBUG 20764 --- [XNIO-1 task-24] r.c.m.x.repository.ExamPaperMapper.page  : ==>  Preparing: SELECT e.* FROM t_exam_paper e LEFT JOIN t_exam_paper_department d ON e.id = d.exam_paper_id LEFT JOIN t_exam_paper_subject s ON e.id = s.exam_paper_id WHERE e.deleted = 0 AND d.deleted = 0 GROUP BY e.id order by id desc LIMIT ?
2023-06-19 01:48:04.601 DEBUG 20764 --- [XNIO-1 task-24] r.c.m.x.repository.ExamPaperMapper.page  : ==> Parameters: 10(Integer)
2023-06-19 01:48:04.638 DEBUG 20764 --- [XNIO-1 task-24] r.c.m.x.repository.ExamPaperMapper.page  : <==      Total: 3
2023-06-19 01:48:04.640 DEBUG 20764 --- [XNIO-1 task-24] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0
2023-06-19 01:48:04.640 DEBUG 20764 --- [XNIO-1 task-24] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 14(Integer)
2023-06-19 01:48:04.677 DEBUG 20764 --- [XNIO-1 task-24] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 1
2023-06-19 01:48:04.678 DEBUG 20764 --- [XNIO-1 task-24] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0
2023-06-19 01:48:04.678 DEBUG 20764 --- [XNIO-1 task-24] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 13(Integer)
2023-06-19 01:48:04.716 DEBUG 20764 --- [XNIO-1 task-24] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 2
2023-06-19 01:48:04.718 DEBUG 20764 --- [XNIO-1 task-24] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0
2023-06-19 01:48:04.718 DEBUG 20764 --- [XNIO-1 task-24] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 12(Integer)
2023-06-19 01:48:04.757 DEBUG 20764 --- [XNIO-1 task-24] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 2
2023-06-19 01:48:53.838  INFO 20764 --- [XNIO-1 task-25] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/education/subject/list
2023-06-19 01:48:53.840  INFO 20764 --- [XNIO-1 task-26] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/exam/paper/select/14
2023-06-19 01:48:53.885 DEBUG 20764 --- [XNIO-1 task-25] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where deleted = 0
2023-06-19 01:48:53.885 DEBUG 20764 --- [XNIO-1 task-25] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-19 01:48:53.886 DEBUG 20764 --- [XNIO-1 task-26] 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-19 01:48:53.886 DEBUG 20764 --- [XNIO-1 task-26] r.c.m.x.r.E.selectByPrimaryKey           : ==> Parameters: 14(Integer)
2023-06-19 01:48:53.931 DEBUG 20764 --- [XNIO-1 task-25] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 2
2023-06-19 01:48:53.944 DEBUG 20764 --- [XNIO-1 task-26] r.c.m.x.r.E.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:48:53.945 DEBUG 20764 --- [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-19 01:48:53.946 DEBUG 20764 --- [XNIO-1 task-26] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 140(Integer)
2023-06-19 01:48:53.992 DEBUG 20764 --- [XNIO-1 task-26] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:48:53.993 DEBUG 20764 --- [XNIO-1 task-26] 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-19 01:48:53.993 DEBUG 20764 --- [XNIO-1 task-26] r.c.m.x.r.QuestionMapper.selectByIds     : ==> Parameters: 112(Integer), 115(Integer), 109(Integer)
2023-06-19 01:48:54.039 DEBUG 20764 --- [XNIO-1 task-26] r.c.m.x.r.QuestionMapper.selectByIds     : <==      Total: 3
2023-06-19 01:48:54.041 DEBUG 20764 --- [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-19 01:48:54.041 DEBUG 20764 --- [XNIO-1 task-26] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 135(Integer)
2023-06-19 01:48:54.077 DEBUG 20764 --- [XNIO-1 task-26] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:48:54.079 DEBUG 20764 --- [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-19 01:48:54.079 DEBUG 20764 --- [XNIO-1 task-26] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 138(Integer)
2023-06-19 01:48:54.119 DEBUG 20764 --- [XNIO-1 task-26] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:48:54.119 DEBUG 20764 --- [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-19 01:48:54.119 DEBUG 20764 --- [XNIO-1 task-26] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 132(Integer)
2023-06-19 01:48:54.158 DEBUG 20764 --- [XNIO-1 task-26] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:48:54.160 DEBUG 20764 --- [XNIO-1 task-26] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0
2023-06-19 01:48:54.160 DEBUG 20764 --- [XNIO-1 task-26] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 14(Integer)
2023-06-19 01:48:54.197 DEBUG 20764 --- [XNIO-1 task-26] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 1
2023-06-19 01:48:54.198 DEBUG 20764 --- [XNIO-1 task-26] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_department where exam_paper_id = ? and deleted = 0
2023-06-19 01:48:54.198 DEBUG 20764 --- [XNIO-1 task-26] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 14(Integer)
2023-06-19 01:48:54.237 DEBUG 20764 --- [XNIO-1 task-26] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 2
2023-06-19 01:48:58.250  INFO 20764 --- [XNIO-1 task-27] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/exam/paper/edit
2023-06-19 01:50:35.237  WARN 20764 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1m43s208ms423µs800ns).
2023-06-19 01:50:35.286 DEBUG 20764 --- [XNIO-1 task-27] 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-19 01:50:35.287 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-19 01:50:35.344 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-19 01:52:36.202  WARN 20764 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1m25s362ms496µs800ns).
2023-06-19 01:52:36.202 DEBUG 20764 --- [XNIO-1 task-27] 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-19 01:52:36.203 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.E.selectByPrimaryKey           : ==> Parameters: 14(Integer)
2023-06-19 01:52:36.265 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.E.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:52:36.266 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-19 01:52:36.266 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 140(Integer)
2023-06-19 01:52:36.304 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:52:36.304 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.T.updateByPrimaryKeySelective  : ==>  Preparing: update t_text_content SET content = ?, create_time = ? where id = ?
2023-06-19 01:52:36.304 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.T.updateByPrimaryKeySelective  : ==> Parameters: [{"name":"好","questionItems":[{"id":112,"itemOrder":1},{"id":115,"itemOrder":2},{"id":109,"itemOrder":3}]}](String), 2023-06-19 01:48:03.0(Timestamp), 140(Integer)
2023-06-19 01:52:36.362 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.T.updateByPrimaryKeySelective  : <==    Updates: 1
2023-06-19 01:52:36.365 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.E.updateByPrimaryKeySelective  : ==>  Preparing: update t_exam_paper SET name = ?, paper_type = ?, score = ?, question_count = ?, suggest_time = ?, frame_text_content_id = ?, create_user = ?, create_time = ?, deleted = ? where id = ?
2023-06-19 01:52:36.366 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.E.updateByPrimaryKeySelective  : ==> Parameters: 测试(String), 1(Integer), 60(Integer), 3(Integer), 3(Integer), 140(Integer), 2(Integer), 2023-06-19 01:48:03.0(Timestamp), false(Boolean), 14(Integer)
2023-06-19 01:52:36.437 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.E.updateByPrimaryKeySelective  : <==    Updates: 1
2023-06-19 01:52:36.437 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.E.removeByExamPaperId          : ==>  Preparing: delete from t_exam_paper_department where exam_paper_id = ?
2023-06-19 01:52:36.437 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.E.removeByExamPaperId          : ==> Parameters: 14(Integer)
2023-06-19 01:52:36.521 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.E.removeByExamPaperId          : <==    Updates: 2
2023-06-19 01:52:36.521 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.E.removeByExamPaperId          : ==>  Preparing: delete from t_exam_paper_subject where exam_paper_id = ?
2023-06-19 01:52:36.522 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.E.removeByExamPaperId          : ==> Parameters: 14(Integer)
2023-06-19 01:52:36.601 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.E.removeByExamPaperId          : <==    Updates: 1
2023-06-19 01:52:36.601 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.E.saves                        : ==>  Preparing: insert into t_exam_paper_department(id,department_id,exam_paper_id,deleted) values (?,?,?,?) , (?,?,?,?)
2023-06-19 01:52:36.602 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.E.saves                        : ==> Parameters: null, 13(Integer), 14(Integer), 0(String), null, 12(Integer), 14(Integer), 0(String)
2023-06-19 01:52:36.684 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.E.saves                        : <==    Updates: 2
2023-06-19 01:52:36.684 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.ExamPaperSubjectMapper.saves   : ==>  Preparing: insert into t_exam_paper_subject(id,subject_id,exam_paper_id,deleted) values (?,?,?,?)
2023-06-19 01:52:36.685 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.ExamPaperSubjectMapper.saves   : ==> Parameters: null, 16(Integer), 14(Integer), 0(String)
2023-06-19 01:52:36.763 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.ExamPaperSubjectMapper.saves   : <==    Updates: 1
2023-06-19 01:52:41.816 DEBUG 20764 --- [XNIO-1 task-27] 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-19 01:52:41.816 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.E.selectByPrimaryKey           : ==> Parameters: 14(Integer)
2023-06-19 01:52:41.864 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.E.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:52:41.865 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-19 01:52:41.865 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 140(Integer)
2023-06-19 01:52:41.904 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:52:41.904 DEBUG 20764 --- [XNIO-1 task-27] 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-19 01:52:41.905 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.QuestionMapper.selectByIds     : ==> Parameters: 112(Integer), 115(Integer), 109(Integer)
2023-06-19 01:52:41.946 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.QuestionMapper.selectByIds     : <==      Total: 3
2023-06-19 01:52:41.947 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-19 01:52:41.948 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 135(Integer)
2023-06-19 01:52:41.985 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:52:41.987 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-19 01:52:41.987 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 138(Integer)
2023-06-19 01:52:42.012 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:52:42.015 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-19 01:52:42.015 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 132(Integer)
2023-06-19 01:52:42.050 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:52:42.052 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0
2023-06-19 01:52:42.052 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 14(Integer)
2023-06-19 01:52:42.105 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 1
2023-06-19 01:52:42.105 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_department where exam_paper_id = ? and deleted = 0
2023-06-19 01:52:42.105 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 14(Integer)
2023-06-19 01:52:42.163 DEBUG 20764 --- [XNIO-1 task-27] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 2
2023-06-19 01:57:05.430  INFO 20764 --- [XNIO-1 task-28] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/department/page/list
2023-06-19 01:57:05.485 DEBUG 20764 --- [XNIO-1 task-28] r.c.m.x.r.DepartmentMapper.page_COUNT    : ==>  Preparing: SELECT count(0) FROM t_department WHERE deleted = 0
2023-06-19 01:57:05.486 DEBUG 20764 --- [XNIO-1 task-28] r.c.m.x.r.DepartmentMapper.page_COUNT    : ==> Parameters:
2023-06-19 01:57:05.527 DEBUG 20764 --- [XNIO-1 task-28] r.c.m.x.r.DepartmentMapper.page_COUNT    : <==      Total: 1
2023-06-19 01:57:05.529 DEBUG 20764 --- [XNIO-1 task-28] r.c.m.x.r.DepartmentMapper.page          : ==>  Preparing: SELECT id, name, deleted FROM t_department WHERE deleted = 0 order by id desc LIMIT ?
2023-06-19 01:57:05.530 DEBUG 20764 --- [XNIO-1 task-28] r.c.m.x.r.DepartmentMapper.page          : ==> Parameters: 100(Integer)
2023-06-19 01:57:05.532  INFO 20764 --- [XNIO-1 task-29] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/dashboard/index
2023-06-19 01:57:05.583 DEBUG 20764 --- [XNIO-1 task-29] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-19 01:57:05.583 DEBUG 20764 --- [XNIO-1 task-28] r.c.m.x.r.DepartmentMapper.page          : <==      Total: 3
2023-06-19 01:57:05.584 DEBUG 20764 --- [XNIO-1 task-29] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-19 01:57:05.622 DEBUG 20764 --- [XNIO-1 task-29] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-19 01:57:05.623 DEBUG 20764 --- [XNIO-1 task-29] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-19 01:57:05.623 DEBUG 20764 --- [XNIO-1 task-29] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-19 01:57:05.651 DEBUG 20764 --- [XNIO-1 task-29] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-19 01:57:05.651 DEBUG 20764 --- [XNIO-1 task-29] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-19 01:57:05.651 DEBUG 20764 --- [XNIO-1 task-29] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-19 01:57:05.689 DEBUG 20764 --- [XNIO-1 task-29] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-19 01:57:05.690 DEBUG 20764 --- [XNIO-1 task-29] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-19 01:57:05.690 DEBUG 20764 --- [XNIO-1 task-29] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-19 01:57:05.730 DEBUG 20764 --- [XNIO-1 task-29] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-19 01:57:05.730 DEBUG 20764 --- [XNIO-1 task-29] 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-19 01:57:05.731 DEBUG 20764 --- [XNIO-1 task-29] 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-19 01:57:05.770 DEBUG 20764 --- [XNIO-1 task-29] r.c.m.x.r.U.selectCountByDate            : <==      Total: 9
2023-06-19 01:57:05.773 DEBUG 20764 --- [XNIO-1 task-29] 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-19 01:57:05.774 DEBUG 20764 --- [XNIO-1 task-29] 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-19 01:57:05.823 DEBUG 20764 --- [XNIO-1 task-29] r.c.m.x.r.E.selectCountByDate            : <==      Total: 1
2023-06-19 01:57:10.224  INFO 20764 --- [XNIO-1 task-30] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/education/subject/list
2023-06-19 01:57:10.273 DEBUG 20764 --- [XNIO-1 task-30] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where deleted = 0
2023-06-19 01:57:10.273 DEBUG 20764 --- [XNIO-1 task-30] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-19 01:57:10.317 DEBUG 20764 --- [XNIO-1 task-30] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 2
2023-06-19 01:57:10.537  INFO 20764 --- [XNIO-1 task-31] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/question/page
2023-06-19 01:57:10.538 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.QuestionMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM (SELECT q.* FROM t_question q LEFT JOIN t_question_subject qs ON q.id = qs.question_id WHERE q.deleted = 0 AND qs.deleted = 0 GROUP BY q.id) table_count
2023-06-19 01:57:10.539 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.QuestionMapper.page_COUNT      : ==> Parameters:
2023-06-19 01:57:10.597 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.QuestionMapper.page_COUNT      : <==      Total: 1
2023-06-19 01:57:10.599 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.repository.QuestionMapper.page   : ==>  Preparing: SELECT q.* FROM t_question q LEFT JOIN t_question_subject qs ON q.id = qs.question_id WHERE q.deleted = 0 AND qs.deleted = 0 GROUP BY q.id order by id desc LIMIT ?
2023-06-19 01:57:10.599 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.repository.QuestionMapper.page   : ==> Parameters: 10(Integer)
2023-06-19 01:57:10.637 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.repository.QuestionMapper.page   : <==      Total: 10
2023-06-19 01:57:10.638 DEBUG 20764 --- [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-19 01:57:10.638 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 139(Integer)
2023-06-19 01:57:10.675 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:57:10.676 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : ==>  Preparing: select qs.*,s.name as subName from t_question_subject qs left join t_subject s on qs.subject_id = s.id where question_id = ? and qs.deleted = 0 and s.deleted = 0
2023-06-19 01:57:10.676 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 116(Integer)
2023-06-19 01:57:10.715 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : <==      Total: 1
2023-06-19 01:57:10.717 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : ==>  Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted=0 and id= ?
2023-06-19 01:57:10.717 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 17(Integer)
2023-06-19 01:57:10.762 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-19 01:57:10.764 DEBUG 20764 --- [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-19 01:57:10.764 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 138(Integer)
2023-06-19 01:57:10.795 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:57:10.796 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : ==>  Preparing: select qs.*,s.name as subName from t_question_subject qs left join t_subject s on qs.subject_id = s.id where question_id = ? and qs.deleted = 0 and s.deleted = 0
2023-06-19 01:57:10.796 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 115(Integer)
2023-06-19 01:57:10.838 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : <==      Total: 1
2023-06-19 01:57:10.838 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : ==>  Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted=0 and id= ?
2023-06-19 01:57:10.839 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 16(Integer)
2023-06-19 01:57:10.890 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-19 01:57:10.892 DEBUG 20764 --- [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-19 01:57:10.892 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 137(Integer)
2023-06-19 01:57:10.924 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:57:10.925 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : ==>  Preparing: select qs.*,s.name as subName from t_question_subject qs left join t_subject s on qs.subject_id = s.id where question_id = ? and qs.deleted = 0 and s.deleted = 0
2023-06-19 01:57:10.925 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 114(Integer)
2023-06-19 01:57:10.961 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : <==      Total: 1
2023-06-19 01:57:10.962 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : ==>  Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted=0 and id= ?
2023-06-19 01:57:10.962 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 17(Integer)
2023-06-19 01:57:10.996 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-19 01:57:10.998 DEBUG 20764 --- [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-19 01:57:10.998 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 136(Integer)
2023-06-19 01:57:11.036 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:57:11.037 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : ==>  Preparing: select qs.*,s.name as subName from t_question_subject qs left join t_subject s on qs.subject_id = s.id where question_id = ? and qs.deleted = 0 and s.deleted = 0
2023-06-19 01:57:11.037 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 113(Integer)
2023-06-19 01:57:11.090 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : <==      Total: 1
2023-06-19 01:57:11.091 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : ==>  Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted=0 and id= ?
2023-06-19 01:57:11.091 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 17(Integer)
2023-06-19 01:57:11.116 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-19 01:57:11.117 DEBUG 20764 --- [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-19 01:57:11.117 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 135(Integer)
2023-06-19 01:57:11.155 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:57:11.156 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : ==>  Preparing: select qs.*,s.name as subName from t_question_subject qs left join t_subject s on qs.subject_id = s.id where question_id = ? and qs.deleted = 0 and s.deleted = 0
2023-06-19 01:57:11.156 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 112(Integer)
2023-06-19 01:57:11.197 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : <==      Total: 1
2023-06-19 01:57:11.197 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : ==>  Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted=0 and id= ?
2023-06-19 01:57:11.197 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 16(Integer)
2023-06-19 01:57:11.242 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-19 01:57:11.243 DEBUG 20764 --- [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-19 01:57:11.243 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 134(Integer)
2023-06-19 01:57:11.277 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:57:11.278 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : ==>  Preparing: select qs.*,s.name as subName from t_question_subject qs left join t_subject s on qs.subject_id = s.id where question_id = ? and qs.deleted = 0 and s.deleted = 0
2023-06-19 01:57:11.278 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 111(Integer)
2023-06-19 01:57:11.322 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : <==      Total: 1
2023-06-19 01:57:11.323 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : ==>  Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted=0 and id= ?
2023-06-19 01:57:11.323 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 17(Integer)
2023-06-19 01:57:11.356 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-19 01:57:11.357 DEBUG 20764 --- [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-19 01:57:11.357 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 133(Integer)
2023-06-19 01:57:11.396 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:57:11.396 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : ==>  Preparing: select qs.*,s.name as subName from t_question_subject qs left join t_subject s on qs.subject_id = s.id where question_id = ? and qs.deleted = 0 and s.deleted = 0
2023-06-19 01:57:11.396 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 110(Integer)
2023-06-19 01:57:11.437 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : <==      Total: 1
2023-06-19 01:57:11.437 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : ==>  Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted=0 and id= ?
2023-06-19 01:57:11.437 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 17(Integer)
2023-06-19 01:57:11.482 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-19 01:57:11.483 DEBUG 20764 --- [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-19 01:57:11.483 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 132(Integer)
2023-06-19 01:57:11.516 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:57:11.517 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : ==>  Preparing: select qs.*,s.name as subName from t_question_subject qs left join t_subject s on qs.subject_id = s.id where question_id = ? and qs.deleted = 0 and s.deleted = 0
2023-06-19 01:57:11.517 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 109(Integer)
2023-06-19 01:57:11.556 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : <==      Total: 1
2023-06-19 01:57:11.557 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : ==>  Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted=0 and id= ?
2023-06-19 01:57:11.557 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 16(Integer)
2023-06-19 01:57:11.602 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-19 01:57:11.603 DEBUG 20764 --- [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-19 01:57:11.603 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 131(Integer)
2023-06-19 01:57:11.644 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:57:11.645 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : ==>  Preparing: select qs.*,s.name as subName from t_question_subject qs left join t_subject s on qs.subject_id = s.id where question_id = ? and qs.deleted = 0 and s.deleted = 0
2023-06-19 01:57:11.645 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 108(Integer)
2023-06-19 01:57:11.676 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : <==      Total: 1
2023-06-19 01:57:11.677 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : ==>  Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted=0 and id= ?
2023-06-19 01:57:11.677 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 17(Integer)
2023-06-19 01:57:11.716 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-19 01:57:11.718 DEBUG 20764 --- [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-19 01:57:11.718 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 130(Integer)
2023-06-19 01:57:11.756 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-19 01:57:11.757 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : ==>  Preparing: select qs.*,s.name as subName from t_question_subject qs left join t_subject s on qs.subject_id = s.id where question_id = ? and qs.deleted = 0 and s.deleted = 0
2023-06-19 01:57:11.757 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 107(Integer)
2023-06-19 01:57:11.809 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.x.r.Q.getQuestion                  : <==      Total: 1
2023-06-19 01:57:11.809 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : ==>  Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted=0 and id= ?
2023-06-19 01:57:11.810 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 17(Integer)
2023-06-19 01:57:11.835 DEBUG 20764 --- [XNIO-1 task-31] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-19 01:57:19.224  INFO 20764 --- [XNIO-1 task-32] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/education/subject/list
2023-06-19 01:57:19.238  INFO 20764 --- [XNIO-1 task-33] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/exam/paper/page
2023-06-19 01:57:19.284 DEBUG 20764 --- [XNIO-1 task-32] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where deleted = 0
2023-06-19 01:57:19.284 DEBUG 20764 --- [XNIO-1 task-33] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM (SELECT e.* FROM t_exam_paper e LEFT JOIN t_exam_paper_department d ON e.id = d.exam_paper_id LEFT JOIN t_exam_paper_subject s ON e.id = s.exam_paper_id WHERE e.deleted = 0 AND d.deleted = 0 GROUP BY e.id) table_count
2023-06-19 01:57:19.284 DEBUG 20764 --- [XNIO-1 task-32] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-19 01:57:19.284 DEBUG 20764 --- [XNIO-1 task-33] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters:
2023-06-19 01:57:19.325 DEBUG 20764 --- [XNIO-1 task-33] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-19 01:57:19.325 DEBUG 20764 --- [XNIO-1 task-32] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 2
2023-06-19 01:57:19.327 DEBUG 20764 --- [XNIO-1 task-33] r.c.m.x.repository.ExamPaperMapper.page  : ==>  Preparing: SELECT e.* FROM t_exam_paper e LEFT JOIN t_exam_paper_department d ON e.id = d.exam_paper_id LEFT JOIN t_exam_paper_subject s ON e.id = s.exam_paper_id WHERE e.deleted = 0 AND d.deleted = 0 GROUP BY e.id order by id desc LIMIT ?
2023-06-19 01:57:19.338 DEBUG 20764 --- [XNIO-1 task-33] r.c.m.x.repository.ExamPaperMapper.page  : ==> Parameters: 10(Integer)
2023-06-19 01:57:19.372 DEBUG 20764 --- [XNIO-1 task-33] r.c.m.x.repository.ExamPaperMapper.page  : <==      Total: 3
2023-06-19 01:57:19.372 DEBUG 20764 --- [XNIO-1 task-33] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0
2023-06-19 01:57:19.372 DEBUG 20764 --- [XNIO-1 task-33] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 14(Integer)
2023-06-19 01:57:19.397 DEBUG 20764 --- [XNIO-1 task-33] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 1
2023-06-19 01:57:19.398 DEBUG 20764 --- [XNIO-1 task-33] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0
2023-06-19 01:57:19.398 DEBUG 20764 --- [XNIO-1 task-33] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 13(Integer)
2023-06-19 01:57:19.436 DEBUG 20764 --- [XNIO-1 task-33] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 2
2023-06-19 01:57:19.436 DEBUG 20764 --- [XNIO-1 task-33] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0
2023-06-19 01:57:19.436 DEBUG 20764 --- [XNIO-1 task-33] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 12(Integer)
2023-06-19 01:57:19.477 DEBUG 20764 --- [XNIO-1 task-33] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 2
2023-06-19 01:57:20.857  INFO 20764 --- [XNIO-1 task-34] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/education/subject/list
2023-06-19 01:57:20.923 DEBUG 20764 --- [XNIO-1 task-34] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where deleted = 0
2023-06-19 01:57:20.923 DEBUG 20764 --- [XNIO-1 task-34] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-19 01:57:20.957 DEBUG 20764 --- [XNIO-1 task-34] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 2
2023-06-19 02:08:25.426  INFO 20764 --- [Thread-20] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-06-19 02:08:25.434  INFO 20764 --- [Thread-20] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-06-19 02:08:25.437  INFO 20764 --- [Thread-20] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'
src/main/java/com/mindskip/xzs/controller/admin/ExamPaperAnswerController.java
@@ -15,6 +15,8 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.stream.Collectors;
@RestController("AdminExamPaperAnswerController")
@RequestMapping(value = "/api/admin/examPaperAnswer")
public class ExamPaperAnswerController extends BaseApiController {
@@ -35,9 +37,12 @@
    public RestResponse<PageInfo<ExamPaperAnswerPageResponseVM>> pageJudgeList(@RequestBody ExamPaperAnswerPageRequestVM model) {
        PageInfo<ExamPaperAnswer> pageInfo = examPaperAnswerService.adminPage(model);
        PageInfo<ExamPaperAnswerPageResponseVM> page = PageInfoHelper.copyMap(pageInfo, e -> {
            User user = userService.selectById(e.getCreateUser());
//            if(user.getUserName().)
            ExamPaperAnswerPageResponseVM vm = modelMapper.map(e, ExamPaperAnswerPageResponseVM.class);
            User user = userService.selectByIdName(e.getCreateUser(), model.getUserName());
            if (user == null) {
                return null;
            }
            Subject subject = subjectService.selectById(vm.getSubjectId());
            vm.setDoTime(ExamUtil.secondToVM(e.getDoTime()));
            vm.setSystemScore(ExamUtil.scoreToVM(e.getSystemScore()));
@@ -49,6 +54,11 @@
            vm.setUserName(user.getUserName());
            return vm;
        });
        page.setList(page.getList().stream().filter(e -> e != null).collect(Collectors.toList()));
        if(page.getSize()>0){
            Double avg = page.getList().stream().mapToInt(ExamPaperAnswerPageResponseVM -> Integer.parseInt(ExamPaperAnswerPageResponseVM.getUserScore())).average().getAsDouble();
            page.getList().get(0).setAvgSource(avg);
        }
        return RestResponse.ok(page);
    }
src/main/java/com/mindskip/xzs/repository/UserMapper.java
@@ -128,4 +128,6 @@
    User selectByWxOpenId(@Param("wxOpenId") String wxOpenId);
    User selectByIdName(@Param("id") Integer id, @Param("userName") String userName);
}
src/main/java/com/mindskip/xzs/service/UserService.java
@@ -4,6 +4,7 @@
import com.mindskip.xzs.domain.User;
import com.mindskip.xzs.viewmodel.admin.user.UserPageRequestVM;
import com.github.pagehelper.PageInfo;
import org.apache.ibatis.annotations.Param;
import java.util.List;
@@ -125,4 +126,6 @@
    User selectByWxOpenId(String wxOpenId);
    void changePicture(User user, String imagePath);
    User selectByIdName(Integer id, String userName);
}
src/main/java/com/mindskip/xzs/service/impl/UserServiceImpl.java
@@ -157,4 +157,9 @@
        changePictureUser.setImagePath(imagePath);
        userMapper.updateByPrimaryKeySelective(changePictureUser);
    }
    @Override
    public User selectByIdName(Integer id, String userName) {
        return userMapper.selectByIdName(id,userName);
    }
}
src/main/java/com/mindskip/xzs/viewmodel/student/exampaper/ExamPaperAnswerPageResponseVM.java
@@ -30,6 +30,8 @@
    private String userName;
    private Double avgSource;
    public Integer getId() {
        return id;
    }
@@ -142,4 +144,11 @@
        this.userName = userName;
    }
    public Double getAvgSource() {
        return avgSource;
    }
    public void setAvgSource(Double avgSource) {
        this.avgSource = avgSource;
    }
}
src/main/resources/mapper/ExamPaperAnswerMapper.xml
@@ -260,6 +260,9 @@
      <if test="subjectId != null">
        and subject_id = #{subjectId}
      </if>
      <if test="paperName != null and paperName != ''">
        and paper_name like concat('%',#{paperName},'%')
      </if>
    </where>
  </select>
src/main/resources/mapper/UserMapper.xml
@@ -410,5 +410,15 @@
    limit 1
  </select>
  <select id="selectByIdName" resultMap="BaseResultMap">
    select
    <include refid="Base_Column_List" />
    from t_user
    <where>
      and deleted=0  and  id = #{id}
      <if test="userName != null and userName != ''">
        and user_name like concat('%',#{userName},"%")
      </if>
    </where>
  </select>
</mapper>