qirong
2023-06-13 73f0e39ec9a58d585d68ecd07ec69b7c7b540c52
标签添加
16个文件已修改
12个文件已添加
12128 ■■■■■ 已修改文件
LOG_PATH_IS_UNDEFINED/LOG_FILE_IS_UNDEFINED.20230607.log 238 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
log/xzs.20230607.log 415 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
log/xzs.20230608.log 751 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
log/xzs.20230609.log 89 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
log/xzs.20230612.log 9339 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
log/xzs.20230613.log 715 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/controller/admin/DepartmentController.java 41 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/controller/admin/QuestionController.java 38 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/controller/admin/QuestionSubjectController.java 28 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/domain/QuestionSubject.java 72 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/domain/enums/QuestionTypeEnum.java 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/domain/vo/QuestionSubjectVO.java 58 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/repository/DepartmentMapper.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/repository/QuestionSubjectMapper.java 27 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/repository/SubjectMapper.java 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/service/DepartmentService.java 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/service/QuestionService.java 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/service/QuestionSubjectService.java 42 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/service/impl/DepartmentServiceImpl.java 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/service/impl/QuestionServiceImpl.java 47 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/service/impl/QuestionSubjectServiceImpl.java 49 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/viewmodel/admin/education/SubjectPageRequestVM.java 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/viewmodel/admin/question/QuestionEditRequestVM.java 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/viewmodel/admin/question/QuestionEditVO.java 38 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/mindskip/xzs/viewmodel/admin/question/QuestionResponseVM.java 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/DepartmentMapper.xml 23 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/QuestionSubjectMapper.xml 46 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/SubjectMapper.xml 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LOG_PATH_IS_UNDEFINED/LOG_FILE_IS_UNDEFINED.20230607.log
New file
@@ -0,0 +1,238 @@
2023-06-07 14:21:27.153  INFO 19912 --- [background-preinit] o.h.validator.internal.util.Version      : HV000001: Hibernate Validator 6.2.5.Final
2023-06-07 14:21:27.162  INFO 19912 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication using Java 1.8.0_361 on DESKTOP-7A2KHS1 with PID 19912 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-07 14:21:27.163  INFO 19912 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following 1 profile is active: "dev"
2023-06-07 14:21:27.237  INFO 19912 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-07 14:21:27.268  INFO 19912 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-07 14:21:30.239  WARN 19912 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-07 14:21:30.267  INFO 19912 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-07 14:21:30.267  INFO 19912 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2997 ms
2023-06-07 14:21:31.630  INFO 19912 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-07 14:21:31.818  INFO 19912 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@49a48841, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@57cb0d2b, org.springframework.security.web.context.SecurityContextPersistenceFilter@735fb3f8, org.springframework.security.web.header.HeaderWriterFilter@3251f098, org.springframework.web.filter.CorsFilter@41d1a487, org.springframework.security.web.authentication.logout.LogoutFilter@238cc9f8, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@7043fac7, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@5cf217fa, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6de8aae7, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@24be9743, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@5e585e23, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@29e57723, org.springframework.security.web.session.SessionManagementFilter@482ec2f3, org.springframework.security.web.access.ExceptionTranslationFilter@3f4ef1b0, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6068d200]
2023-06-07 14:21:31.845  INFO 19912 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2023-06-07 14:21:31.881  WARN 19912 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration': Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration': Requested bean is currently in creation: Is there an unresolvable circular reference?
2023-06-07 14:21:31.894  INFO 19912 --- [restartedMain] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-06-07 14:21:31.922 ERROR 19912 --- [restartedMain] o.s.b.d.LoggingFailureAnalysisReporter   :
***************************
APPLICATION FAILED TO START
***************************
Description:
The dependencies of some of the beans in the application context form a cycle:
┌──->──┐
|  com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration
└──<-──┘
Action:
Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.
2023-06-07 14:27:50.433  INFO 26008 --- [background-preinit] o.h.validator.internal.util.Version      : HV000001: Hibernate Validator 6.2.5.Final
2023-06-07 14:27:50.438  INFO 26008 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication using Java 1.8.0_361 on DESKTOP-7A2KHS1 with PID 26008 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-07 14:27:50.438  INFO 26008 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following 1 profile is active: "dev"
2023-06-07 14:27:50.507  INFO 26008 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-07 14:27:50.508  INFO 26008 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-07 14:27:52.316  WARN 26008 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-07 14:27:52.342  INFO 26008 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-07 14:27:52.342  INFO 26008 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1834 ms
2023-06-07 14:27:53.605  INFO 26008 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-07 14:27:53.782  INFO 26008 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@7ae06d3f, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4ee270b0, org.springframework.security.web.context.SecurityContextPersistenceFilter@72936bba, org.springframework.security.web.header.HeaderWriterFilter@7efa03b6, org.springframework.web.filter.CorsFilter@5adaf6ac, org.springframework.security.web.authentication.logout.LogoutFilter@2d1f03db, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@675bce0d, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6f02e0ac, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2df87eb5, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7c3d36d, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@16c823c4, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7802597c, org.springframework.security.web.session.SessionManagementFilter@50ef2ae6, org.springframework.security.web.access.ExceptionTranslationFilter@1c4df17c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@61cc4f67]
2023-06-07 14:27:53.806  INFO 26008 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2023-06-07 14:27:53.846  WARN 26008 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration': Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration': Requested bean is currently in creation: Is there an unresolvable circular reference?
2023-06-07 14:27:53.859  INFO 26008 --- [restartedMain] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-06-07 14:27:53.886 ERROR 26008 --- [restartedMain] o.s.b.d.LoggingFailureAnalysisReporter   :
***************************
APPLICATION FAILED TO START
***************************
Description:
The dependencies of some of the beans in the application context form a cycle:
┌──->──┐
|  com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration
└──<-──┘
Action:
Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.
2023-06-07 14:40:29.205  INFO 3036 --- [background-preinit] o.h.validator.internal.util.Version      : HV000001: Hibernate Validator 6.2.5.Final
2023-06-07 14:40:29.213  INFO 3036 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication using Java 1.8.0_361 on DESKTOP-7A2KHS1 with PID 3036 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-07 14:40:29.214  INFO 3036 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following 1 profile is active: "dev"
2023-06-07 14:40:29.367  INFO 3036 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-07 14:40:29.367  INFO 3036 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-07 14:40:31.824  WARN 3036 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-07 14:40:31.852  INFO 3036 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-07 14:40:31.852  INFO 3036 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2484 ms
2023-06-07 14:40:33.158  INFO 3036 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-07 14:40:33.327  INFO 3036 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@43054e86, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4f4e74d8, org.springframework.security.web.context.SecurityContextPersistenceFilter@1ab5a53e, org.springframework.security.web.header.HeaderWriterFilter@1aa641d, org.springframework.web.filter.CorsFilter@757aebdc, org.springframework.security.web.authentication.logout.LogoutFilter@4aa0eb5f, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@2ddeef4f, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6132fd05, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@41e7409, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4df40d79, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@1ef03d65, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@669f1411, org.springframework.security.web.session.SessionManagementFilter@5886c980, org.springframework.security.web.access.ExceptionTranslationFilter@61b9d4c0, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@67f58ed6]
2023-06-07 14:40:33.351  INFO 3036 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2023-06-07 14:40:33.390  WARN 3036 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration': Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration': Requested bean is currently in creation: Is there an unresolvable circular reference?
2023-06-07 14:40:33.404  INFO 3036 --- [restartedMain] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-06-07 14:40:33.428 ERROR 3036 --- [restartedMain] o.s.b.d.LoggingFailureAnalysisReporter   :
***************************
APPLICATION FAILED TO START
***************************
Description:
The dependencies of some of the beans in the application context form a cycle:
┌──->──┐
|  com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration
└──<-──┘
Action:
Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.
2023-06-07 14:43:18.964  INFO 19784 --- [background-preinit] o.h.validator.internal.util.Version      : HV000001: Hibernate Validator 6.2.5.Final
2023-06-07 14:43:18.968  INFO 19784 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication using Java 1.8.0_361 on DESKTOP-7A2KHS1 with PID 19784 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-07 14:43:18.970  INFO 19784 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following 1 profile is active: "dev"
2023-06-07 14:43:19.075  INFO 19784 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-07 14:43:19.075  INFO 19784 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-07 14:43:20.946  WARN 19784 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-07 14:43:20.974  INFO 19784 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-07 14:43:20.974  INFO 19784 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1898 ms
2023-06-07 14:43:22.216  INFO 19784 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-07 14:43:22.409  INFO 19784 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@70295a5e, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@404d2253, org.springframework.security.web.context.SecurityContextPersistenceFilter@16f4ce41, org.springframework.security.web.header.HeaderWriterFilter@60735341, org.springframework.web.filter.CorsFilter@5638b4e, org.springframework.security.web.authentication.logout.LogoutFilter@17904ade, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@764f484a, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@18a697e5, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@8ec5f7c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1d04ee33, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@1be91a43, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6ecfcb1c, org.springframework.security.web.session.SessionManagementFilter@49270897, org.springframework.security.web.access.ExceptionTranslationFilter@39b7ac93, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@42ea8a52]
2023-06-07 14:43:22.435  INFO 19784 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2023-06-07 14:43:22.472  WARN 19784 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration': Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration': Requested bean is currently in creation: Is there an unresolvable circular reference?
2023-06-07 14:43:22.487  INFO 19784 --- [restartedMain] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-06-07 14:43:22.515 ERROR 19784 --- [restartedMain] o.s.b.d.LoggingFailureAnalysisReporter   :
***************************
APPLICATION FAILED TO START
***************************
Description:
The dependencies of some of the beans in the application context form a cycle:
┌──->──┐
|  com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration
└──<-──┘
Action:
Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.
2023-06-07 14:44:23.662  INFO 26540 --- [background-preinit] o.h.validator.internal.util.Version      : HV000001: Hibernate Validator 6.2.5.Final
2023-06-07 14:44:23.667  INFO 26540 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication using Java 1.8.0_361 on DESKTOP-7A2KHS1 with PID 26540 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-07 14:44:23.667  INFO 26540 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following 1 profile is active: "dev"
2023-06-07 14:44:23.760  INFO 26540 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-07 14:44:23.760  INFO 26540 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-07 14:44:25.162  WARN 26540 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-07 14:44:25.181  INFO 26540 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-07 14:44:25.181  INFO 26540 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1421 ms
2023-06-07 14:44:26.315  INFO 26540 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-07 14:44:26.477  INFO 26540 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@62f2e4ac, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@56820b5e, org.springframework.security.web.context.SecurityContextPersistenceFilter@1076c891, org.springframework.security.web.header.HeaderWriterFilter@6043c7af, org.springframework.web.filter.CorsFilter@51673555, org.springframework.security.web.authentication.logout.LogoutFilter@75d6ebaf, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@613ba02a, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3651785d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@144861c7, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@121ffe9d, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@874461, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1f86f037, org.springframework.security.web.session.SessionManagementFilter@16917e01, org.springframework.security.web.access.ExceptionTranslationFilter@731269e8, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6a95395e]
2023-06-07 14:44:26.501  INFO 26540 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2023-06-07 14:44:26.548  WARN 26540 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration': Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration': Requested bean is currently in creation: Is there an unresolvable circular reference?
2023-06-07 14:44:26.564  INFO 26540 --- [restartedMain] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-06-07 14:44:26.589 ERROR 26540 --- [restartedMain] o.s.b.d.LoggingFailureAnalysisReporter   :
***************************
APPLICATION FAILED TO START
***************************
Description:
The dependencies of some of the beans in the application context form a cycle:
┌──->──┐
|  com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration
└──<-──┘
Action:
Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.
2023-06-07 14:45:34.081  INFO 11840 --- [background-preinit] o.h.validator.internal.util.Version      : HV000001: Hibernate Validator 6.2.5.Final
2023-06-07 14:45:34.086  INFO 11840 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication using Java 1.8.0_361 on DESKTOP-7A2KHS1 with PID 11840 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-07 14:45:34.086  INFO 11840 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following 1 profile is active: "dev"
2023-06-07 14:45:34.189  INFO 11840 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-07 14:45:34.189  INFO 11840 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-07 14:45:35.490  WARN 11840 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-07 14:45:35.509  INFO 11840 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-07 14:45:35.509  INFO 11840 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1319 ms
2023-06-07 14:45:36.554  INFO 11840 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-07 14:45:36.707  INFO 11840 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@1d06fba0, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6295ee7d, org.springframework.security.web.context.SecurityContextPersistenceFilter@7f7618eb, org.springframework.security.web.header.HeaderWriterFilter@597f6269, org.springframework.web.filter.CorsFilter@3ee9527b, org.springframework.security.web.authentication.logout.LogoutFilter@8afe439, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@3f2696df, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7f1545b6, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@a26c0ac, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3d49a58c, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@4fa5f1b3, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@72773a82, org.springframework.security.web.session.SessionManagementFilter@2e8ec683, org.springframework.security.web.access.ExceptionTranslationFilter@3b427a06, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4324c7f8]
2023-06-07 14:45:36.728  INFO 11840 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2023-06-07 14:45:36.768  WARN 11840 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration': Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration': Requested bean is currently in creation: Is there an unresolvable circular reference?
2023-06-07 14:45:36.783  INFO 11840 --- [restartedMain] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-06-07 14:45:36.811 ERROR 11840 --- [restartedMain] o.s.b.d.LoggingFailureAnalysisReporter   :
***************************
APPLICATION FAILED TO START
***************************
Description:
The dependencies of some of the beans in the application context form a cycle:
┌──->──┐
|  com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration
└──<-──┘
Action:
Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.
2023-06-07 14:49:01.404  INFO 25504 --- [background-preinit] o.h.validator.internal.util.Version      : HV000001: Hibernate Validator 6.2.5.Final
2023-06-07 14:49:01.420  INFO 25504 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication using Java 1.8.0_361 on DESKTOP-7A2KHS1 with PID 25504 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-07 14:49:01.421  INFO 25504 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following 1 profile is active: "dev"
2023-06-07 14:49:01.563  INFO 25504 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-07 14:49:01.563  INFO 25504 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-07 14:49:03.715  WARN 25504 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-07 14:49:03.744  INFO 25504 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-07 14:49:03.744  INFO 25504 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2178 ms
2023-06-07 14:49:05.086  INFO 25504 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-07 14:49:05.303  INFO 25504 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@1dc8fb76, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6bb3e4f6, org.springframework.security.web.context.SecurityContextPersistenceFilter@35f647bf, org.springframework.security.web.header.HeaderWriterFilter@1b88cbaf, org.springframework.web.filter.CorsFilter@2e9456d3, org.springframework.security.web.authentication.logout.LogoutFilter@289860ce, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@584e73f3, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@24311c9b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@316c344e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@42b71dee, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@5d7f1768, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5cd01e2f, org.springframework.security.web.session.SessionManagementFilter@3acd243e, org.springframework.security.web.access.ExceptionTranslationFilter@1ac3cba4, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@52581288]
2023-06-07 14:49:05.338  INFO 25504 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2023-06-07 14:49:05.400  WARN 25504 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration': Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration': Requested bean is currently in creation: Is there an unresolvable circular reference?
2023-06-07 14:49:05.424  INFO 25504 --- [restartedMain] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-06-07 14:49:05.464 ERROR 25504 --- [restartedMain] o.s.b.d.LoggingFailureAnalysisReporter   :
***************************
APPLICATION FAILED TO START
***************************
Description:
The dependencies of some of the beans in the application context form a cycle:
┌──->──┐
|  com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration
└──<-──┘
Action:
Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.
log/xzs.20230607.log
@@ -466,3 +466,418 @@
2023-06-07 13:40:50.997  INFO 26704 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-07 13:40:51.073  INFO 26704 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-07 13:40:51.077  INFO 26704 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 5.782 seconds (JVM running for 6.861)
2023-06-07 13:58:31.313  INFO 19304 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 19304 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-07 13:58:31.317  INFO 19304 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-07 13:58:31.390  INFO 19304 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-07 13:58:31.390  INFO 19304 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-07 13:58:33.435  INFO 19304 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d42de0a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-06-07 13:58:33.787  WARN 19304 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-07 13:58:33.831  INFO 19304 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-07 13:58:33.832  INFO 19304 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 2442 ms
2023-06-07 13:58:35.368  INFO 19304 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-07 13:58:35.572  INFO 19304 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@cd913ba, org.springframework.security.web.context.SecurityContextPersistenceFilter@7843bbad, org.springframework.security.web.header.HeaderWriterFilter@556b4348, org.springframework.web.filter.CorsFilter@55ee2168, org.springframework.security.web.authentication.logout.LogoutFilter@1919a82f, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@f0fe2bd, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@45eb5b48, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@826f087, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5490d805, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@5f28d35, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@19e48fe9, org.springframework.security.web.session.SessionManagementFilter@12a43fc1, org.springframework.security.web.access.ExceptionTranslationFilter@4a66ff5a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@278cd4b6]
2023-06-07 13:58:35.592  INFO 19304 --- [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-07 13:58:35.948  INFO 19304 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-06-07 13:58:35.975  INFO 19304 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-06-07 13:58:36.038  INFO 19304 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2023-06-07 13:58:36.259  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
2023-06-07 13:58:36.261  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: taskUsingPOST_1
2023-06-07 13:58:36.310  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_1
2023-06-07 13:58:36.315  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_1
2023-06-07 13:58:36.380  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_1
2023-06-07 13:58:36.412  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: answerSubmitUsingPOST_1
2023-06-07 13:58:36.415  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_1
2023-06-07 13:58:36.417  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_2
2023-06-07 13:58:36.421  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_1
2023-06-07 13:58:36.424  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_1
2023-06-07 13:58:36.434  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_2
2023-06-07 13:58:36.444  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_3
2023-06-07 13:58:36.446  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_2
2023-06-07 13:58:36.458  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_4
2023-06-07 13:58:36.461  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_3
2023-06-07 13:58:36.464  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_5
2023-06-07 13:58:36.466  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_4
2023-06-07 13:58:36.476  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_6
2023-06-07 13:58:36.489  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_7
2023-06-07 13:58:36.493  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_5
2023-06-07 13:58:36.497  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_2
2023-06-07 13:58:36.499  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_3
2023-06-07 13:58:36.534  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_8
2023-06-07 13:58:36.538  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_6
2023-06-07 13:58:36.541  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_3
2023-06-07 13:58:36.545  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_4
2023-06-07 13:58:36.555  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_9
2023-06-07 13:58:36.574  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_7
2023-06-07 13:58:36.581  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingGET_1
2023-06-07 13:58:36.582  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingHEAD_1
2023-06-07 13:58:36.583  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPOST_1
2023-06-07 13:58:36.584  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPUT_1
2023-06-07 13:58:36.585  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPATCH_1
2023-06-07 13:58:36.587  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingDELETE_1
2023-06-07 13:58:36.588  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingOPTIONS_1
2023-06-07 13:58:36.589  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingTRACE_1
2023-06-07 13:58:36.611  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_4
2023-06-07 13:58:36.617  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_5
2023-06-07 13:58:36.630  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_10
2023-06-07 13:58:36.632  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_8
2023-06-07 13:58:36.643  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_1
2023-06-07 13:58:36.656  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_2
2023-06-07 13:58:36.666  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
2023-06-07 13:58:36.668  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_2
2023-06-07 13:58:36.669  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: logUsingPOST_1
2023-06-07 13:58:36.672  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: messagePageListUsingPOST_1
2023-06-07 13:58:36.674  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_3
2023-06-07 13:58:36.676  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
2023-06-07 13:58:36.677  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unReadCountUsingPOST_1
2023-06-07 13:58:36.679  INFO 19304 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
2023-06-07 13:58:36.752  INFO 19304 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-07 13:58:36.767  INFO 19304 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-07 13:58:36.876  INFO 19304 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-07 13:58:36.882  INFO 19304 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 6.628 seconds (JVM running for 8.227)
2023-06-07 14:00:10.958  INFO 25260 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 25260 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-07 14:00:10.961  INFO 25260 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-07 14:00:11.003  INFO 25260 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-07 14:00:11.003  INFO 25260 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-07 14:00:12.367  INFO 25260 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$258985d1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-06-07 14:00:12.588  WARN 25260 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-07 14:00:12.621  INFO 25260 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-07 14:00:12.622  INFO 25260 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 1618 ms
2023-06-07 14:00:13.992  INFO 25260 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-07 14:00:14.144  INFO 25260 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@452d8195, org.springframework.security.web.context.SecurityContextPersistenceFilter@550952f5, org.springframework.security.web.header.HeaderWriterFilter@15f7ceed, org.springframework.web.filter.CorsFilter@66ea134e, org.springframework.security.web.authentication.logout.LogoutFilter@3f2c4965, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@60eb0a63, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7f53190a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5426b518, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@79a8eb17, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@74b5f871, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@68b73372, org.springframework.security.web.session.SessionManagementFilter@5a3df121, org.springframework.security.web.access.ExceptionTranslationFilter@4d9ef674, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5e70e15a]
2023-06-07 14:00:14.165  INFO 25260 --- [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-07 14:00:14.435  INFO 25260 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-06-07 14:00:14.456  INFO 25260 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-06-07 14:00:14.492  INFO 25260 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2023-06-07 14:00:14.779  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
2023-06-07 14:00:14.782  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: taskUsingPOST_1
2023-06-07 14:00:14.844  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_1
2023-06-07 14:00:14.850  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_1
2023-06-07 14:00:14.932  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_1
2023-06-07 14:00:14.970  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: answerSubmitUsingPOST_1
2023-06-07 14:00:14.975  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_1
2023-06-07 14:00:14.979  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_2
2023-06-07 14:00:14.983  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_1
2023-06-07 14:00:15.000  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_3
2023-06-07 14:00:15.005  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_2
2023-06-07 14:00:15.008  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_1
2023-06-07 14:00:15.023  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_2
2023-06-07 14:00:15.038  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_4
2023-06-07 14:00:15.043  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_3
2023-06-07 14:00:15.051  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_5
2023-06-07 14:00:15.055  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_4
2023-06-07 14:00:15.067  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_6
2023-06-07 14:00:15.082  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_7
2023-06-07 14:00:15.086  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_5
2023-06-07 14:00:15.092  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_2
2023-06-07 14:00:15.096  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_3
2023-06-07 14:00:15.140  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_8
2023-06-07 14:00:15.141  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_6
2023-06-07 14:00:15.144  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_3
2023-06-07 14:00:15.158  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_4
2023-06-07 14:00:15.170  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_9
2023-06-07 14:00:15.172  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_7
2023-06-07 14:00:15.180  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingGET_1
2023-06-07 14:00:15.181  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingHEAD_1
2023-06-07 14:00:15.182  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPOST_1
2023-06-07 14:00:15.182  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPUT_1
2023-06-07 14:00:15.184  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPATCH_1
2023-06-07 14:00:15.185  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingDELETE_1
2023-06-07 14:00:15.185  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingOPTIONS_1
2023-06-07 14:00:15.186  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingTRACE_1
2023-06-07 14:00:15.204  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_2
2023-06-07 14:00:15.213  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_1
2023-06-07 14:00:15.214  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: logUsingPOST_1
2023-06-07 14:00:15.216  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: messagePageListUsingPOST_1
2023-06-07 14:00:15.218  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_3
2023-06-07 14:00:15.220  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
2023-06-07 14:00:15.221  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unReadCountUsingPOST_1
2023-06-07 14:00:15.224  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
2023-06-07 14:00:15.231  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_2
2023-06-07 14:00:15.233  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_4
2023-06-07 14:00:15.238  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_5
2023-06-07 14:00:15.250  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_10
2023-06-07 14:00:15.251  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_8
2023-06-07 14:00:15.256  INFO 25260 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
2023-06-07 14:00:15.316  INFO 25260 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-07 14:00:15.325  INFO 25260 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-07 14:00:15.387  INFO 25260 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-07 14:00:15.391  INFO 25260 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 5.151 seconds (JVM running for 6.12)
2023-06-07 14:07:59.460  INFO 26388 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 26388 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-07 14:07:59.463  INFO 26388 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-07 14:07:59.511  INFO 26388 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-07 14:07:59.511  INFO 26388 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-07 14:08:00.710  INFO 26388 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$75c1b5c3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-06-07 14:08:00.910  WARN 26388 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-07 14:08:00.934  INFO 26388 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-07 14:08:00.934  INFO 26388 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 1423 ms
2023-06-07 14:08:01.965  INFO 26388 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-07 14:08:02.105  INFO 26388 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4493a463, org.springframework.security.web.context.SecurityContextPersistenceFilter@1b05a91e, org.springframework.security.web.header.HeaderWriterFilter@43216e52, org.springframework.web.filter.CorsFilter@2050d081, org.springframework.security.web.authentication.logout.LogoutFilter@4f94b9dd, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@63bed8f8, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@59004a5f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7a11c547, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1ba31aea, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@68f2e3fb, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@48a22e33, org.springframework.security.web.session.SessionManagementFilter@1deb20d6, org.springframework.security.web.access.ExceptionTranslationFilter@21368faa, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@35598675]
2023-06-07 14:08:02.123  INFO 26388 --- [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-07 14:08:02.378  INFO 26388 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-06-07 14:08:02.391  INFO 26388 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-06-07 14:08:02.422  INFO 26388 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2023-06-07 14:08:02.563  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
2023-06-07 14:08:02.565  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: taskUsingPOST_1
2023-06-07 14:08:02.597  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_1
2023-06-07 14:08:02.605  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_1
2023-06-07 14:08:02.609  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_1
2023-06-07 14:08:02.654  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_1
2023-06-07 14:08:02.656  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_2
2023-06-07 14:08:02.673  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: answerSubmitUsingPOST_1
2023-06-07 14:08:02.676  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_3
2023-06-07 14:08:02.679  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_1
2023-06-07 14:08:02.681  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_1
2023-06-07 14:08:02.689  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_2
2023-06-07 14:08:02.695  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_4
2023-06-07 14:08:02.697  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_2
2023-06-07 14:08:02.719  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_5
2023-06-07 14:08:02.726  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_3
2023-06-07 14:08:02.729  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_6
2023-06-07 14:08:02.729  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_4
2023-06-07 14:08:02.736  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_7
2023-06-07 14:08:02.744  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_8
2023-06-07 14:08:02.748  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_5
2023-06-07 14:08:02.751  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_2
2023-06-07 14:08:02.752  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_3
2023-06-07 14:08:02.773  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_9
2023-06-07 14:08:02.775  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_6
2023-06-07 14:08:02.778  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_3
2023-06-07 14:08:02.781  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_4
2023-06-07 14:08:02.786  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_10
2023-06-07 14:08:02.788  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_7
2023-06-07 14:08:02.795  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingGET_1
2023-06-07 14:08:02.796  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingHEAD_1
2023-06-07 14:08:02.796  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPOST_1
2023-06-07 14:08:02.797  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPUT_1
2023-06-07 14:08:02.797  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPATCH_1
2023-06-07 14:08:02.797  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingDELETE_1
2023-06-07 14:08:02.798  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingOPTIONS_1
2023-06-07 14:08:02.798  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingTRACE_1
2023-06-07 14:08:02.805  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_4
2023-06-07 14:08:02.811  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_5
2023-06-07 14:08:02.820  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_11
2023-06-07 14:08:02.822  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_8
2023-06-07 14:08:02.831  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_1
2023-06-07 14:08:02.838  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_2
2023-06-07 14:08:02.843  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
2023-06-07 14:08:02.844  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_2
2023-06-07 14:08:02.845  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: logUsingPOST_1
2023-06-07 14:08:02.848  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: messagePageListUsingPOST_1
2023-06-07 14:08:02.849  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_3
2023-06-07 14:08:02.852  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
2023-06-07 14:08:02.852  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unReadCountUsingPOST_1
2023-06-07 14:08:02.855  INFO 26388 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
2023-06-07 14:08:02.899  INFO 26388 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-07 14:08:02.910  INFO 26388 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-07 14:08:02.975  INFO 26388 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-07 14:08:02.980  INFO 26388 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 4.227 seconds (JVM running for 5.116)
2023-06-07 14:12:23.918  INFO 17332 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 17332 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-07 14:12:23.920  INFO 17332 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-07 14:12:23.961  INFO 17332 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-07 14:12:23.961  INFO 17332 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-07 14:12:25.160  INFO 17332 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f04e8bd9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-06-07 14:12:25.368  WARN 17332 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-07 14:12:25.391  INFO 17332 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-07 14:12:25.391  INFO 17332 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 1430 ms
2023-06-07 14:12:26.436  INFO 17332 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-07 14:12:26.582  INFO 17332 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3c7e84ea, org.springframework.security.web.context.SecurityContextPersistenceFilter@436c4c12, org.springframework.security.web.header.HeaderWriterFilter@7d703dd7, org.springframework.web.filter.CorsFilter@5a50ef6c, org.springframework.security.web.authentication.logout.LogoutFilter@6d100748, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@316e477a, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@73e93357, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@71cb1a10, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@31d8ab1, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@12a70c3e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@15e4bc00, org.springframework.security.web.session.SessionManagementFilter@3bd9655e, org.springframework.security.web.access.ExceptionTranslationFilter@16b93d7a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@245462c3]
2023-06-07 14:12:26.599  INFO 17332 --- [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-07 14:12:26.869  INFO 17332 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-06-07 14:12:26.883  INFO 17332 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-06-07 14:12:26.914  INFO 17332 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2023-06-07 14:12:27.051  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
2023-06-07 14:12:27.052  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: taskUsingPOST_1
2023-06-07 14:12:27.089  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_1
2023-06-07 14:12:27.096  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_1
2023-06-07 14:12:27.101  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_1
2023-06-07 14:12:27.149  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_2
2023-06-07 14:12:27.172  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: answerSubmitUsingPOST_1
2023-06-07 14:12:27.173  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_1
2023-06-07 14:12:27.175  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_3
2023-06-07 14:12:27.177  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_1
2023-06-07 14:12:27.179  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_1
2023-06-07 14:12:27.186  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_2
2023-06-07 14:12:27.193  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_4
2023-06-07 14:12:27.194  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_2
2023-06-07 14:12:27.202  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_5
2023-06-07 14:12:27.204  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_3
2023-06-07 14:12:27.207  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_6
2023-06-07 14:12:27.209  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_4
2023-06-07 14:12:27.231  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_7
2023-06-07 14:12:27.238  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_8
2023-06-07 14:12:27.242  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_5
2023-06-07 14:12:27.244  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_2
2023-06-07 14:12:27.245  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_3
2023-06-07 14:12:27.266  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_9
2023-06-07 14:12:27.269  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_6
2023-06-07 14:12:27.270  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_3
2023-06-07 14:12:27.273  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_4
2023-06-07 14:12:27.278  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_10
2023-06-07 14:12:27.280  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_7
2023-06-07 14:12:27.284  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingGET_1
2023-06-07 14:12:27.285  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingHEAD_1
2023-06-07 14:12:27.285  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPOST_1
2023-06-07 14:12:27.285  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPUT_1
2023-06-07 14:12:27.286  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPATCH_1
2023-06-07 14:12:27.286  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingDELETE_1
2023-06-07 14:12:27.287  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingOPTIONS_1
2023-06-07 14:12:27.287  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingTRACE_1
2023-06-07 14:12:27.305  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_2
2023-06-07 14:12:27.311  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
2023-06-07 14:12:27.313  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_1
2023-06-07 14:12:27.314  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: logUsingPOST_1
2023-06-07 14:12:27.320  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: messagePageListUsingPOST_1
2023-06-07 14:12:27.321  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_3
2023-06-07 14:12:27.324  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
2023-06-07 14:12:27.325  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unReadCountUsingPOST_1
2023-06-07 14:12:27.329  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
2023-06-07 14:12:27.335  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_2
2023-06-07 14:12:27.337  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_4
2023-06-07 14:12:27.342  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_5
2023-06-07 14:12:27.353  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_11
2023-06-07 14:12:27.355  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_8
2023-06-07 14:12:27.358  INFO 17332 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_3
2023-06-07 14:12:27.400  INFO 17332 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-07 14:12:27.409  INFO 17332 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-07 14:12:27.465  INFO 17332 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-07 14:12:27.470  INFO 17332 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 4.217 seconds (JVM running for 5.094)
2023-06-07 14:59:04.759  INFO 25852 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 25852 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-07 14:59:04.762  INFO 25852 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-07 14:59:04.818  INFO 25852 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-07 14:59:04.819  INFO 25852 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-07 14:59:07.572  INFO 25852 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$bd6b67f2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-06-07 14:59:07.876  WARN 25852 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-07 14:59:07.913  INFO 25852 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-07 14:59:07.913  INFO 25852 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 3094 ms
2023-06-07 14:59:09.322  INFO 25852 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-07 14:59:09.491  INFO 25852 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7e375c5a, org.springframework.security.web.context.SecurityContextPersistenceFilter@54489894, org.springframework.security.web.header.HeaderWriterFilter@1cfb5e20, org.springframework.web.filter.CorsFilter@207f8fd5, org.springframework.security.web.authentication.logout.LogoutFilter@98467ab, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@758413f5, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@5090d0a0, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@511e356c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@62fa46ed, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@3a539110, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@477d73a3, org.springframework.security.web.session.SessionManagementFilter@24a150bf, org.springframework.security.web.access.ExceptionTranslationFilter@6e11cfa2, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4eb8d4be]
2023-06-07 14:59:09.511  INFO 25852 --- [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-07 14:59:09.801  INFO 25852 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-06-07 14:59:09.821  INFO 25852 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-06-07 14:59:09.858  INFO 25852 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2023-06-07 14:59:10.033  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
2023-06-07 14:59:10.036  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: taskUsingPOST_1
2023-06-07 14:59:10.082  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_1
2023-06-07 14:59:10.093  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_1
2023-06-07 14:59:10.098  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_1
2023-06-07 14:59:10.108  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_1
2023-06-07 14:59:10.120  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_2
2023-06-07 14:59:10.142  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: answerSubmitUsingPOST_1
2023-06-07 14:59:10.150  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_3
2023-06-07 14:59:10.153  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_1
2023-06-07 14:59:10.166  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_4
2023-06-07 14:59:10.170  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_2
2023-06-07 14:59:10.176  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_5
2023-06-07 14:59:10.178  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_3
2023-06-07 14:59:10.182  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_1
2023-06-07 14:59:10.190  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_2
2023-06-07 14:59:10.198  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_6
2023-06-07 14:59:10.200  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_4
2023-06-07 14:59:10.209  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_7
2023-06-07 14:59:10.219  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_8
2023-06-07 14:59:10.222  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_5
2023-06-07 14:59:10.225  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_2
2023-06-07 14:59:10.241  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_3
2023-06-07 14:59:10.278  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_9
2023-06-07 14:59:10.281  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_6
2023-06-07 14:59:10.285  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_3
2023-06-07 14:59:10.297  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_4
2023-06-07 14:59:10.315  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_10
2023-06-07 14:59:10.319  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_7
2023-06-07 14:59:10.333  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingGET_1
2023-06-07 14:59:10.334  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingHEAD_1
2023-06-07 14:59:10.335  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPOST_1
2023-06-07 14:59:10.337  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPUT_1
2023-06-07 14:59:10.338  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPATCH_1
2023-06-07 14:59:10.338  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingDELETE_1
2023-06-07 14:59:10.339  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingOPTIONS_1
2023-06-07 14:59:10.342  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingTRACE_1
2023-06-07 14:59:10.362  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_2
2023-06-07 14:59:10.368  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
2023-06-07 14:59:10.378  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_1
2023-06-07 14:59:10.379  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_4
2023-06-07 14:59:10.386  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_5
2023-06-07 14:59:10.400  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_11
2023-06-07 14:59:10.401  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_8
2023-06-07 14:59:10.407  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
2023-06-07 14:59:10.409  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_2
2023-06-07 14:59:10.411  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: logUsingPOST_1
2023-06-07 14:59:10.416  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: messagePageListUsingPOST_1
2023-06-07 14:59:10.417  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_3
2023-06-07 14:59:10.421  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
2023-06-07 14:59:10.423  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unReadCountUsingPOST_1
2023-06-07 14:59:10.427  INFO 25852 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_3
2023-06-07 14:59:10.506  INFO 25852 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-07 14:59:10.520  INFO 25852 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-07 14:59:10.604  INFO 25852 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-07 14:59:10.609  INFO 25852 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 6.7 seconds (JVM running for 7.937)
2023-06-07 14:59:28.512  INFO 16756 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 16756 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-07 14:59:28.516  INFO 16756 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-07 14:59:28.559  INFO 16756 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-07 14:59:28.559  INFO 16756 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-07 14:59:29.863  INFO 16756 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4fa98445] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-06-07 14:59:30.088  WARN 16756 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-07 14:59:30.110  INFO 16756 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-07 14:59:30.110  INFO 16756 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 1551 ms
2023-06-07 14:59:31.132  INFO 16756 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-07 14:59:31.274  INFO 16756 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2437bdca, org.springframework.security.web.context.SecurityContextPersistenceFilter@1c5b523a, org.springframework.security.web.header.HeaderWriterFilter@1d571c7b, org.springframework.web.filter.CorsFilter@3a3478c, org.springframework.security.web.authentication.logout.LogoutFilter@5b70bff4, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@788f79b8, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@26ff6646, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@46ea663c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4c4ba849, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@2e320072, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@40e5747b, org.springframework.security.web.session.SessionManagementFilter@797d94d3, org.springframework.security.web.access.ExceptionTranslationFilter@561ba152, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@15a59846]
2023-06-07 14:59:31.290  INFO 16756 --- [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-07 14:59:31.552  INFO 16756 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-06-07 14:59:31.566  INFO 16756 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-06-07 14:59:31.608  INFO 16756 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2023-06-07 14:59:31.748  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
2023-06-07 14:59:31.750  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: taskUsingPOST_1
2023-06-07 14:59:31.792  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_1
2023-06-07 14:59:31.802  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_1
2023-06-07 14:59:31.807  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_1
2023-06-07 14:59:31.853  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_1
2023-06-07 14:59:31.861  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_2
2023-06-07 14:59:31.879  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: answerSubmitUsingPOST_1
2023-06-07 14:59:31.884  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_3
2023-06-07 14:59:31.886  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_1
2023-06-07 14:59:31.894  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_4
2023-06-07 14:59:31.898  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_2
2023-06-07 14:59:31.902  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_5
2023-06-07 14:59:31.903  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_3
2023-06-07 14:59:31.906  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_1
2023-06-07 14:59:31.911  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_2
2023-06-07 14:59:31.917  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_6
2023-06-07 14:59:31.920  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_4
2023-06-07 14:59:31.927  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_7
2023-06-07 14:59:31.935  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_8
2023-06-07 14:59:31.937  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_5
2023-06-07 14:59:31.939  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_2
2023-06-07 14:59:31.941  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_3
2023-06-07 14:59:31.962  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_9
2023-06-07 14:59:31.964  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_6
2023-06-07 14:59:31.965  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_3
2023-06-07 14:59:31.969  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_4
2023-06-07 14:59:31.975  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_10
2023-06-07 14:59:31.978  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_7
2023-06-07 14:59:31.982  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingGET_1
2023-06-07 14:59:31.983  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingHEAD_1
2023-06-07 14:59:31.984  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPOST_1
2023-06-07 14:59:31.984  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPUT_1
2023-06-07 14:59:31.985  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPATCH_1
2023-06-07 14:59:31.985  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingDELETE_1
2023-06-07 14:59:31.985  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingOPTIONS_1
2023-06-07 14:59:31.986  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingTRACE_1
2023-06-07 14:59:31.997  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_4
2023-06-07 14:59:32.002  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_5
2023-06-07 14:59:32.013  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_11
2023-06-07 14:59:32.015  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_8
2023-06-07 14:59:32.019  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
2023-06-07 14:59:32.025  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_1
2023-06-07 14:59:32.034  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_2
2023-06-07 14:59:32.039  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
2023-06-07 14:59:32.043  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_2
2023-06-07 14:59:32.044  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: logUsingPOST_1
2023-06-07 14:59:32.049  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: messagePageListUsingPOST_1
2023-06-07 14:59:32.050  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_3
2023-06-07 14:59:32.054  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
2023-06-07 14:59:32.055  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unReadCountUsingPOST_1
2023-06-07 14:59:32.059  INFO 16756 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_3
2023-06-07 14:59:32.111  INFO 16756 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-07 14:59:32.121  INFO 16756 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-07 14:59:32.185  INFO 16756 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-07 14:59:32.189  INFO 16756 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 4.377 seconds (JVM running for 5.388)
log/xzs.20230608.log
New file
@@ -0,0 +1,751 @@
2023-06-08 09:48:24.400  INFO 25448 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 25448 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-08 09:48:24.403  INFO 25448 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-08 09:48:24.477  INFO 25448 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-08 09:48:24.477  INFO 25448 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-08 09:48:27.653  INFO 25448 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$66b8b39f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-06-08 09:48:27.989  WARN 25448 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-08 09:48:28.025  INFO 25448 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-08 09:48:28.025  INFO 25448 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 3548 ms
2023-06-08 09:48:29.534  INFO 25448 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-08 09:48:29.753  INFO 25448 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@b869ae1, org.springframework.security.web.context.SecurityContextPersistenceFilter@76c0367e, org.springframework.security.web.header.HeaderWriterFilter@3f76b252, org.springframework.web.filter.CorsFilter@6593b48b, org.springframework.security.web.authentication.logout.LogoutFilter@67ca3d63, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@7867eae3, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@34565811, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@266e1b4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@575d2957, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@4e5b0ad, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5a8d703d, org.springframework.security.web.session.SessionManagementFilter@7a32e288, org.springframework.security.web.access.ExceptionTranslationFilter@62474754, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@401b9ae2]
2023-06-08 09:48:29.778  INFO 25448 --- [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-08 09:48:30.301  INFO 25448 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-06-08 09:48:30.324  INFO 25448 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-06-08 09:48:30.367  INFO 25448 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2023-06-08 09:48:30.566  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
2023-06-08 09:48:30.568  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: taskUsingPOST_1
2023-06-08 09:48:30.610  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_1
2023-06-08 09:48:30.619  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_1
2023-06-08 09:48:30.623  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_1
2023-06-08 09:48:30.666  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_2
2023-06-08 09:48:30.692  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: answerSubmitUsingPOST_1
2023-06-08 09:48:30.694  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_1
2023-06-08 09:48:30.697  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_3
2023-06-08 09:48:30.699  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_1
2023-06-08 09:48:30.710  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_4
2023-06-08 09:48:30.714  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_2
2023-06-08 09:48:30.716  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_1
2023-06-08 09:48:30.723  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_2
2023-06-08 09:48:30.731  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_5
2023-06-08 09:48:30.734  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_3
2023-06-08 09:48:30.738  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_6
2023-06-08 09:48:30.741  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_4
2023-06-08 09:48:30.752  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_7
2023-06-08 09:48:30.766  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_8
2023-06-08 09:48:30.771  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_5
2023-06-08 09:48:30.776  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_2
2023-06-08 09:48:30.779  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_3
2023-06-08 09:48:30.821  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_9
2023-06-08 09:48:30.825  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_6
2023-06-08 09:48:30.828  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_3
2023-06-08 09:48:30.836  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_4
2023-06-08 09:48:30.846  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_10
2023-06-08 09:48:30.852  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_7
2023-06-08 09:48:30.893  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingGET_1
2023-06-08 09:48:30.894  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingHEAD_1
2023-06-08 09:48:30.895  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPOST_1
2023-06-08 09:48:30.897  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPUT_1
2023-06-08 09:48:30.898  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPATCH_1
2023-06-08 09:48:30.899  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingDELETE_1
2023-06-08 09:48:30.900  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingOPTIONS_1
2023-06-08 09:48:30.901  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingTRACE_1
2023-06-08 09:48:30.929  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_2
2023-06-08 09:48:30.936  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
2023-06-08 09:48:30.940  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_1
2023-06-08 09:48:30.942  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: logUsingPOST_1
2023-06-08 09:48:30.949  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: messagePageListUsingPOST_1
2023-06-08 09:48:30.950  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_3
2023-06-08 09:48:30.955  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
2023-06-08 09:48:30.957  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unReadCountUsingPOST_1
2023-06-08 09:48:30.963  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
2023-06-08 09:48:30.972  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_2
2023-06-08 09:48:30.973  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_4
2023-06-08 09:48:30.979  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_5
2023-06-08 09:48:30.991  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_11
2023-06-08 09:48:30.993  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_8
2023-06-08 09:48:30.997  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_3
2023-06-08 09:48:31.067  INFO 25448 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-08 09:48:31.085  INFO 25448 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-08 09:48:31.169  INFO 25448 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-08 09:48:31.173  INFO 25448 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 7.583 seconds (JVM running for 9.105)
2023-06-08 09:49:10.810  INFO 25448 --- [XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-06-08 09:49:10.811  INFO 25448 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-06-08 09:49:10.824  INFO 25448 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 13 ms
2023-06-08 09:51:24.799  INFO 25448 --- [XNIO-1 task-2] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-06-08 09:51:25.043  INFO 25448 --- [XNIO-1 task-2] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-06-08 09:51:25.052 DEBUG 25448 --- [XNIO-1 task-2] 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-08 09:51:25.074 DEBUG 25448 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 09:51:25.111 DEBUG 25448 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:51:25.564 DEBUG 25448 --- [XNIO-1 task-2] 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-08 09:51:25.564 DEBUG 25448 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 09:51:25.573 DEBUG 25448 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:51:25.589 DEBUG 25448 --- [XNIO-1 task-2] 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-08 09:51:25.592 DEBUG 25448 --- [XNIO-1 task-2] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了考试系统(String), 2023-06-08 09:51:25.573(Timestamp)
2023-06-08 09:51:25.624 DEBUG 25448 --- [XNIO-1 task-2] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-08 09:51:25.758 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-08 09:51:25.758 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-08 09:51:25.770 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 09:51:25.771 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-08 09:51:25.771 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-08 09:51:25.778 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-08 09:51:25.779 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-08 09:51:25.779 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-08 09:51:25.788 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 09:51:25.789 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-08 09:51:25.789 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-08 09:51:25.808 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 09:51:25.814 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time
2023-06-08 09:51:25.815 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-08 09:51:25.825 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.U.selectCountByDate            : <==      Total: 2
2023-06-08 09:51:25.829 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time
2023-06-08 09:51:25.829 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-08 09:51:25.838 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectCountByDate            : <==      Total: 0
2023-06-08 09:52:34.350 DEBUG 25448 --- [XNIO-1 task-4] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-08 09:52:34.351 DEBUG 25448 --- [XNIO-1 task-4] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-08 09:52:34.359 DEBUG 25448 --- [XNIO-1 task-4] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 09:52:34.718 DEBUG 25448 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_question WHERE deleted = 0
2023-06-08 09:52:34.719 DEBUG 25448 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.page_COUNT      : ==> Parameters:
2023-06-08 09:52:34.727 DEBUG 25448 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.page_COUNT      : <==      Total: 1
2023-06-08 09:53:19.018 DEBUG 25448 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-08 09:53:19.018 DEBUG 25448 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-08 09:53:19.026 DEBUG 25448 --- [XNIO-1 task-7] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0
2023-06-08 09:53:19.026 DEBUG 25448 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 09:53:19.027 DEBUG 25448 --- [XNIO-1 task-7] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters:
2023-06-08 09:53:19.037 DEBUG 25448 --- [XNIO-1 task-7] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-08 09:53:21.260 DEBUG 25448 --- [XNIO-1 task-8] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-08 09:53:21.260 DEBUG 25448 --- [XNIO-1 task-8] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-08 09:53:21.269 DEBUG 25448 --- [XNIO-1 task-8] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 09:53:33.021 DEBUG 25448 --- [XNIO-1 task-9] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-08 09:53:33.021 DEBUG 25448 --- [XNIO-1 task-9] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-08 09:53:33.031 DEBUG 25448 --- [XNIO-1 task-9] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 09:53:33.040 DEBUG 25448 --- [XNIO-1 task-10] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0
2023-06-08 09:53:33.040 DEBUG 25448 --- [XNIO-1 task-10] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters:
2023-06-08 09:53:33.050 DEBUG 25448 --- [XNIO-1 task-10] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-08 09:56:02.611 DEBUG 25448 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-08 09:56:02.614 DEBUG 25448 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:02.628 DEBUG 25448 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:02.636 DEBUG 25448 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-08 09:56:02.636 DEBUG 25448 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:02.648 DEBUG 25448 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:02.650 DEBUG 25448 --- [XNIO-1 task-15] r.c.m.x.r.U.insertSelective              : ==>  Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? )
2023-06-08 09:56:02.651 DEBUG 25448 --- [XNIO-1 task-15] r.c.m.x.r.U.insertSelective              : ==> Parameters: 1(Integer), student(String), 学生(String), student 登录了考试系统(String), 2023-06-08 09:56:02.649(Timestamp)
2023-06-08 09:56:02.677 DEBUG 25448 --- [XNIO-1 task-15] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-08 09:56:02.839 DEBUG 25448 --- [XNIO-1 task-16] 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-08 09:56:02.840 DEBUG 25448 --- [XNIO-1 task-16] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:02.848 DEBUG 25448 --- [XNIO-1 task-16] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:02.852 DEBUG 25448 --- [XNIO-1 task-16] r.c.m.x.r.MessageUserMapper.unReadCount  : ==>  Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
2023-06-08 09:56:02.853 DEBUG 25448 --- [XNIO-1 task-16] r.c.m.x.r.MessageUserMapper.unReadCount  : ==> Parameters: 1(Integer)
2023-06-08 09:56:02.862 DEBUG 25448 --- [XNIO-1 task-16] r.c.m.x.r.MessageUserMapper.unReadCount  : <==      Total: 1
2023-06-08 09:56:03.034 DEBUG 25448 --- [XNIO-1 task-18] 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-08 09:56:03.034 DEBUG 25448 --- [XNIO-1 task-18] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:03.043 DEBUG 25448 --- [XNIO-1 task-19] 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-08 09:56:03.043 DEBUG 25448 --- [XNIO-1 task-17] 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-08 09:56:03.044 DEBUG 25448 --- [XNIO-1 task-17] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:03.044 DEBUG 25448 --- [XNIO-1 task-19] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:03.044 DEBUG 25448 --- [XNIO-1 task-18] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:03.057 DEBUG 25448 --- [XNIO-1 task-19] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:03.057 DEBUG 25448 --- [XNIO-1 task-17] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:03.059 DEBUG 25448 --- [XNIO-1 task-17] r.c.m.x.r.T.getByGradeLevel              : ==>  Preparing: select id, title, grade_level, frame_text_content_id, create_user, create_time, deleted, create_user_name from t_task_exam where deleted=0 and grade_level = ?
2023-06-08 09:56:03.060 DEBUG 25448 --- [XNIO-1 task-17] r.c.m.x.r.T.getByGradeLevel              : ==> Parameters: 1(Integer)
2023-06-08 09:56:03.066 DEBUG 25448 --- [XNIO-1 task-19] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==>  Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? ORDER BY id desc limit 5
2023-06-08 09:56:03.066 DEBUG 25448 --- [XNIO-1 task-19] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==> Parameters: 1(Integer), 1(Integer)
2023-06-08 09:56:03.069 DEBUG 25448 --- [XNIO-1 task-17] r.c.m.x.r.T.getByGradeLevel              : <==      Total: 0
2023-06-08 09:56:03.074 DEBUG 25448 --- [XNIO-1 task-19] r.c.m.x.r.ExamPaperMapper.indexPaper     : <==      Total: 0
2023-06-08 09:56:03.075 DEBUG 25448 --- [XNIO-1 task-19] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==>  Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? and ? between limit_start_time and limit_end_time ORDER BY id desc limit 5
2023-06-08 09:56:03.076 DEBUG 25448 --- [XNIO-1 task-19] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==> Parameters: 4(Integer), 1(Integer), 2023-06-08 09:56:03.075(Timestamp)
2023-06-08 09:56:03.083 DEBUG 25448 --- [XNIO-1 task-19] r.c.m.x.r.ExamPaperMapper.indexPaper     : <==      Total: 0
2023-06-08 09:56:11.092 DEBUG 25448 --- [XNIO-1 task-20] 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-08 09:56:11.092 DEBUG 25448 --- [XNIO-1 task-20] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:11.101 DEBUG 25448 --- [XNIO-1 task-20] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:11.103 DEBUG 25448 --- [XNIO-1 task-20] r.c.m.x.r.S.getSubjectByLevel            : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where level= ? order by item_order
2023-06-08 09:56:11.103 DEBUG 25448 --- [XNIO-1 task-20] r.c.m.x.r.S.getSubjectByLevel            : ==> Parameters: 1(Integer)
2023-06-08 09:56:11.116 DEBUG 25448 --- [XNIO-1 task-20] r.c.m.x.r.S.getSubjectByLevel            : <==      Total: 0
2023-06-08 09:56:13.166 DEBUG 25448 --- [XNIO-1 task-21] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-08 09:56:13.168 DEBUG 25448 --- [XNIO-1 task-21] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:13.176 DEBUG 25448 --- [XNIO-1 task-21] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:13.182 DEBUG 25448 --- [XNIO-1 task-21] r.c.m.x.r.E.studentPage_COUNT            : ==>  Preparing: SELECT count(0) FROM t_exam_paper_answer WHERE create_user = ?
2023-06-08 09:56:13.182 DEBUG 25448 --- [XNIO-1 task-21] r.c.m.x.r.E.studentPage_COUNT            : ==> Parameters: 1(Integer)
2023-06-08 09:56:13.193 DEBUG 25448 --- [XNIO-1 task-21] r.c.m.x.r.E.studentPage_COUNT            : <==      Total: 1
2023-06-08 09:56:28.806 DEBUG 25448 --- [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-08 09:56:28.806 DEBUG 25448 --- [XNIO-1 task-22] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:28.815 DEBUG 25448 --- [XNIO-1 task-22] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:28.832 DEBUG 25448 --- [XNIO-1 task-22] r.c.m.x.r.E.studentPage_COUNT            : ==>  Preparing: SELECT count(0) FROM t_exam_paper_question_customer_answer WHERE do_right = FALSE AND create_user = ?
2023-06-08 09:56:28.832 DEBUG 25448 --- [XNIO-1 task-22] r.c.m.x.r.E.studentPage_COUNT            : ==> Parameters: 1(Integer)
2023-06-08 09:56:28.840 DEBUG 25448 --- [XNIO-1 task-22] r.c.m.x.r.E.studentPage_COUNT            : <==      Total: 1
2023-06-08 09:56:34.519 DEBUG 25448 --- [XNIO-1 task-23] 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-08 09:56:34.519 DEBUG 25448 --- [XNIO-1 task-24] 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-08 09:56:34.520 DEBUG 25448 --- [XNIO-1 task-24] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:34.520 DEBUG 25448 --- [XNIO-1 task-23] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:34.538 DEBUG 25448 --- [XNIO-1 task-23] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:34.538 DEBUG 25448 --- [XNIO-1 task-24] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:34.540 DEBUG 25448 --- [XNIO-1 task-24] r.c.m.x.r.U.getUserEventLogByUserId      : ==>  Preparing: select id, user_id, user_name, real_name, content, create_time from t_user_event_log where user_id=? order by id desc limit 10
2023-06-08 09:56:34.541 DEBUG 25448 --- [XNIO-1 task-24] r.c.m.x.r.U.getUserEventLogByUserId      : ==> Parameters: 1(Integer)
2023-06-08 09:56:34.566 DEBUG 25448 --- [XNIO-1 task-24] r.c.m.x.r.U.getUserEventLogByUserId      : <==      Total: 1
2023-06-08 09:56:43.728 DEBUG 25448 --- [XNIO-1 task-25] 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-08 09:56:43.729 DEBUG 25448 --- [XNIO-1 task-25] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:43.738 DEBUG 25448 --- [XNIO-1 task-25] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:43.741 DEBUG 25448 --- [XNIO-1 task-25] r.c.m.x.r.E.studentPage_COUNT            : ==>  Preparing: SELECT count(0) FROM t_exam_paper_question_customer_answer WHERE do_right = FALSE AND create_user = ?
2023-06-08 09:56:43.752 DEBUG 25448 --- [XNIO-1 task-25] r.c.m.x.r.E.studentPage_COUNT            : ==> Parameters: 1(Integer)
2023-06-08 09:56:43.761 DEBUG 25448 --- [XNIO-1 task-25] r.c.m.x.r.E.studentPage_COUNT            : <==      Total: 1
2023-06-08 09:56:56.957 DEBUG 25448 --- [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-08 09:56:56.957 DEBUG 25448 --- [XNIO-1 task-27] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 09:56:56.966 DEBUG 25448 --- [XNIO-1 task-27] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:56.970 DEBUG 25448 --- [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-08 09:56:56.971 DEBUG 25448 --- [XNIO-1 task-27] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 09:56:56.983 DEBUG 25448 --- [XNIO-1 task-27] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:56.984 DEBUG 25448 --- [XNIO-1 task-27] 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-08 09:56:56.984 DEBUG 25448 --- [XNIO-1 task-27] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了考试系统(String), 2023-06-08 09:56:56.983(Timestamp)
2023-06-08 09:56:57.004 DEBUG 25448 --- [XNIO-1 task-27] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-08 09:56:57.185 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-08 09:56:57.185 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-08 09:56:57.194 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 09:56:57.194 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-08 09:56:57.196 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-08 09:56:57.203 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-08 09:56:57.204 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-08 09:56:57.204 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-08 09:56:57.216 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 09:56:57.216 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-08 09:56:57.217 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-08 09:56:57.227 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 09:56:57.228 DEBUG 25448 --- [XNIO-1 task-28] 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-08 09:56:57.266 DEBUG 25448 --- [XNIO-1 task-28] 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-08 09:56:57.282 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.U.selectCountByDate            : <==      Total: 2
2023-06-08 09:56:57.283 DEBUG 25448 --- [XNIO-1 task-28] 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-08 09:56:57.285 DEBUG 25448 --- [XNIO-1 task-28] 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-08 09:56:57.293 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.E.selectCountByDate            : <==      Total: 0
2023-06-08 09:57:03.144 DEBUG 25448 --- [XNIO-1 task-29] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-08 09:57:03.145 DEBUG 25448 --- [XNIO-1 task-29] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 09:57:03.153 DEBUG 25448 --- [XNIO-1 task-29] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:57:35.938 DEBUG 25448 --- [XNIO-1 task-30] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-08 09:57:35.938 DEBUG 25448 --- [XNIO-1 task-30] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-08 09:57:35.946 DEBUG 25448 --- [XNIO-1 task-30] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 09:57:35.950 DEBUG 25448 --- [XNIO-1 task-31] r.c.m.x.r.E.adminPage_COUNT              : ==>  Preparing: SELECT count(0) FROM t_exam_paper_answer
2023-06-08 09:57:35.950 DEBUG 25448 --- [XNIO-1 task-31] r.c.m.x.r.E.adminPage_COUNT              : ==> Parameters:
2023-06-08 09:57:35.958 DEBUG 25448 --- [XNIO-1 task-31] r.c.m.x.r.E.adminPage_COUNT              : <==      Total: 1
2023-06-08 09:57:52.357 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-08 09:57:52.357 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-08 09:57:52.364 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 09:57:52.366 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-08 09:57:52.366 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-08 09:57:52.373 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-08 09:57:52.374 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-08 09:57:52.374 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-08 09:57:52.387 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 09:57:52.388 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-08 09:57:52.388 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-08 09:57:52.396 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 09:57:52.397 DEBUG 25448 --- [XNIO-1 task-32] 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-08 09:57:52.398 DEBUG 25448 --- [XNIO-1 task-32] 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-08 09:57:52.405 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.U.selectCountByDate            : <==      Total: 2
2023-06-08 09:57:52.407 DEBUG 25448 --- [XNIO-1 task-32] 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-08 09:57:52.407 DEBUG 25448 --- [XNIO-1 task-32] 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-08 09:57:52.415 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.E.selectCountByDate            : <==      Total: 0
2023-06-08 09:57:54.203 DEBUG 25448 --- [XNIO-1 task-33] r.c.m.x.r.UserMapper.userPage_COUNT      : ==>  Preparing: SELECT count(0) FROM t_user WHERE deleted = 0 AND role = ?
2023-06-08 09:57:54.204 DEBUG 25448 --- [XNIO-1 task-33] r.c.m.x.r.UserMapper.userPage_COUNT      : ==> Parameters: 1(Integer)
2023-06-08 09:57:54.212 DEBUG 25448 --- [XNIO-1 task-33] r.c.m.x.r.UserMapper.userPage_COUNT      : <==      Total: 1
2023-06-08 09:57:54.220 DEBUG 25448 --- [XNIO-1 task-33] r.c.m.x.repository.UserMapper.userPage   : ==>  Preparing: SELECT id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id FROM t_user WHERE deleted = 0 AND role = ? order by id desc LIMIT ?
2023-06-08 09:57:54.220 DEBUG 25448 --- [XNIO-1 task-33] r.c.m.x.repository.UserMapper.userPage   : ==> Parameters: 1(Integer), 10(Integer)
2023-06-08 09:57:54.248 DEBUG 25448 --- [XNIO-1 task-33] r.c.m.x.repository.UserMapper.userPage   : <==      Total: 3
2023-06-08 12:47:43.014 ERROR 25448 --- [XNIO-1 task-36] io.undertow.request                      : UT005023: Exception handling request to /api/user/logout
java.lang.NullPointerException: null
    at com.mindskip.xzs.configuration.spring.security.RestLogoutSuccessHandler.onLogoutSuccess(RestLogoutSuccessHandler.java:45)
    at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:111)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
    at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
    at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
    at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
    at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
    at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
    at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
    at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
    at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
    at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
    at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
    at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
    at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
    at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
    at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
    at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:119)
    at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
    at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
    at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
    at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
    at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
    at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
    at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
    at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
    at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
    at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
    at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:750)
2023-06-08 12:47:56.528 ERROR 25448 --- [XNIO-1 task-37] io.undertow.request                      : UT005023: Exception handling request to /api/user/logout
java.lang.NullPointerException: null
    at com.mindskip.xzs.configuration.spring.security.RestLogoutSuccessHandler.onLogoutSuccess(RestLogoutSuccessHandler.java:45)
    at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:111)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
    at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
    at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
    at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
    at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
    at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
    at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
    at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
    at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
    at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
    at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
    at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
    at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
    at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
    at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
    at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:119)
    at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
    at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
    at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
    at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
    at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
    at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
    at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
    at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
    at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
    at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
    at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:750)
2023-06-08 12:48:49.334 DEBUG 25448 --- [XNIO-1 task-39] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-08 12:48:49.340 DEBUG 25448 --- [XNIO-1 task-39] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 12:48:49.363 DEBUG 25448 --- [XNIO-1 task-39] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:48:49.384 DEBUG 25448 --- [XNIO-1 task-39] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-08 12:48:49.384 DEBUG 25448 --- [XNIO-1 task-39] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 12:48:49.407 DEBUG 25448 --- [XNIO-1 task-39] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:48:49.412 DEBUG 25448 --- [XNIO-1 task-39] 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-08 12:48:49.415 DEBUG 25448 --- [XNIO-1 task-39] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了考试系统(String), 2023-06-08 12:48:49.408(Timestamp)
2023-06-08 12:48:49.442 DEBUG 25448 --- [XNIO-1 task-39] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-08 12:48:49.560 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-08 12:48:49.562 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-08 12:48:49.575 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 12:48:49.576 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-08 12:48:49.576 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-08 12:48:49.606 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-08 12:48:49.609 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-08 12:48:49.609 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-08 12:48:49.616 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 12:48:49.618 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-08 12:48:49.619 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-08 12:48:49.630 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 12:48:49.633 DEBUG 25448 --- [XNIO-1 task-40] 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-08 12:48:49.635 DEBUG 25448 --- [XNIO-1 task-40] 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-08 12:48:49.644 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.U.selectCountByDate            : <==      Total: 2
2023-06-08 12:48:49.648 DEBUG 25448 --- [XNIO-1 task-40] 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-08 12:48:49.648 DEBUG 25448 --- [XNIO-1 task-40] 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-08 12:48:49.659 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.E.selectCountByDate            : <==      Total: 0
2023-06-08 12:48:53.912 DEBUG 25448 --- [XNIO-1 task-41] 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-08 12:48:53.912 DEBUG 25448 --- [XNIO-1 task-41] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 12:48:53.926 DEBUG 25448 --- [XNIO-1 task-41] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:49:01.274 DEBUG 25448 --- [XNIO-1 task-42] r.c.m.x.r.UserMapper.userPage_COUNT      : ==>  Preparing: SELECT count(0) FROM t_user WHERE deleted = 0 AND role = ?
2023-06-08 12:49:01.274 DEBUG 25448 --- [XNIO-1 task-42] r.c.m.x.r.UserMapper.userPage_COUNT      : ==> Parameters: 1(Integer)
2023-06-08 12:49:01.296 DEBUG 25448 --- [XNIO-1 task-42] r.c.m.x.r.UserMapper.userPage_COUNT      : <==      Total: 1
2023-06-08 12:49:01.298 DEBUG 25448 --- [XNIO-1 task-42] r.c.m.x.repository.UserMapper.userPage   : ==>  Preparing: SELECT id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id FROM t_user WHERE deleted = 0 AND role = ? order by id desc LIMIT ?
2023-06-08 12:49:01.298 DEBUG 25448 --- [XNIO-1 task-42] r.c.m.x.repository.UserMapper.userPage   : ==> Parameters: 1(Integer), 10(Integer)
2023-06-08 12:49:01.354 DEBUG 25448 --- [XNIO-1 task-42] r.c.m.x.repository.UserMapper.userPage   : <==      Total: 3
2023-06-08 12:49:02.220 DEBUG 25448 --- [XNIO-1 task-43] r.c.m.x.r.UserMapper.userPage_COUNT      : ==>  Preparing: SELECT count(0) FROM t_user WHERE deleted = 0 AND role = ?
2023-06-08 12:49:02.221 DEBUG 25448 --- [XNIO-1 task-43] r.c.m.x.r.UserMapper.userPage_COUNT      : ==> Parameters: 3(Integer)
2023-06-08 12:49:02.228 DEBUG 25448 --- [XNIO-1 task-43] r.c.m.x.r.UserMapper.userPage_COUNT      : <==      Total: 1
2023-06-08 12:49:02.230 DEBUG 25448 --- [XNIO-1 task-43] r.c.m.x.repository.UserMapper.userPage   : ==>  Preparing: SELECT id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id FROM t_user WHERE deleted = 0 AND role = ? order by id desc LIMIT ?
2023-06-08 12:49:02.230 DEBUG 25448 --- [XNIO-1 task-43] r.c.m.x.repository.UserMapper.userPage   : ==> Parameters: 3(Integer), 10(Integer)
2023-06-08 12:49:02.257 DEBUG 25448 --- [XNIO-1 task-43] r.c.m.x.repository.UserMapper.userPage   : <==      Total: 1
2023-06-08 12:49:04.628 DEBUG 25448 --- [XNIO-1 task-44] r.c.m.x.r.UserMapper.getUserById         : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where id=?
2023-06-08 12:49:04.628 DEBUG 25448 --- [XNIO-1 task-44] r.c.m.x.r.UserMapper.getUserById         : ==> Parameters: 2(Integer)
2023-06-08 12:49:04.650 DEBUG 25448 --- [XNIO-1 task-44] r.c.m.x.r.UserMapper.getUserById         : <==      Total: 1
2023-06-08 12:50:17.547 DEBUG 25448 --- [XNIO-1 task-45] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-08 12:50:17.547 DEBUG 25448 --- [XNIO-1 task-45] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-08 12:50:17.555 DEBUG 25448 --- [XNIO-1 task-45] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 12:50:17.560 DEBUG 25448 --- [XNIO-1 task-46] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0
2023-06-08 12:50:17.560 DEBUG 25448 --- [XNIO-1 task-46] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters:
2023-06-08 12:50:17.569 DEBUG 25448 --- [XNIO-1 task-46] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-08 12:50:19.388 DEBUG 25448 --- [XNIO-1 task-47] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-08 12:50:19.388 DEBUG 25448 --- [XNIO-1 task-47] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-08 12:50:19.396 DEBUG 25448 --- [XNIO-1 task-47] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 12:53:05.589 DEBUG 25448 --- [XNIO-1 task-50] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-08 12:53:05.589 DEBUG 25448 --- [XNIO-1 task-50] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 12:53:05.608 DEBUG 25448 --- [XNIO-1 task-50] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:53:05.610 DEBUG 25448 --- [XNIO-1 task-50] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-08 12:53:05.610 DEBUG 25448 --- [XNIO-1 task-50] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 12:53:05.623 DEBUG 25448 --- [XNIO-1 task-50] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:53:05.626 DEBUG 25448 --- [XNIO-1 task-50] 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-08 12:53:05.628 DEBUG 25448 --- [XNIO-1 task-50] r.c.m.x.r.U.insertSelective              : ==> Parameters: 1(Integer), student(String), 学生(String), student 登录了考试系统(String), 2023-06-08 12:53:05.626(Timestamp)
2023-06-08 12:53:05.652 DEBUG 25448 --- [XNIO-1 task-50] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-08 12:53:05.836 DEBUG 25448 --- [XNIO-1 task-51] 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-08 12:53:05.837 DEBUG 25448 --- [XNIO-1 task-51] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 12:53:05.848 DEBUG 25448 --- [XNIO-1 task-51] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:53:05.850 DEBUG 25448 --- [XNIO-1 task-51] r.c.m.x.r.MessageUserMapper.unReadCount  : ==>  Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
2023-06-08 12:53:05.850 DEBUG 25448 --- [XNIO-1 task-51] r.c.m.x.r.MessageUserMapper.unReadCount  : ==> Parameters: 1(Integer)
2023-06-08 12:53:05.861 DEBUG 25448 --- [XNIO-1 task-51] r.c.m.x.r.MessageUserMapper.unReadCount  : <==      Total: 1
2023-06-08 12:53:06.017 DEBUG 25448 --- [XNIO-1 task-54] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-08 12:53:06.018 DEBUG 25448 --- [XNIO-1 task-54] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 12:53:06.031 DEBUG 25448 --- [XNIO-1 task-53] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-08 12:53:06.031 DEBUG 25448 --- [XNIO-1 task-52] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-08 12:53:06.031 DEBUG 25448 --- [XNIO-1 task-53] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 12:53:06.031 DEBUG 25448 --- [XNIO-1 task-52] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 12:53:06.032 DEBUG 25448 --- [XNIO-1 task-54] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:53:06.034 DEBUG 25448 --- [XNIO-1 task-54] r.c.m.x.r.T.getByGradeLevel              : ==>  Preparing: select id, title, grade_level, frame_text_content_id, create_user, create_time, deleted, create_user_name from t_task_exam where deleted=0 and grade_level = ?
2023-06-08 12:53:06.034 DEBUG 25448 --- [XNIO-1 task-54] r.c.m.x.r.T.getByGradeLevel              : ==> Parameters: 1(Integer)
2023-06-08 12:53:06.042 DEBUG 25448 --- [XNIO-1 task-53] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:53:06.042 DEBUG 25448 --- [XNIO-1 task-52] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:53:06.043 DEBUG 25448 --- [XNIO-1 task-54] r.c.m.x.r.T.getByGradeLevel              : <==      Total: 0
2023-06-08 12:53:06.044 DEBUG 25448 --- [XNIO-1 task-53] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==>  Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? ORDER BY id desc limit 5
2023-06-08 12:53:06.044 DEBUG 25448 --- [XNIO-1 task-53] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==> Parameters: 1(Integer), 1(Integer)
2023-06-08 12:53:06.054 DEBUG 25448 --- [XNIO-1 task-53] r.c.m.x.r.ExamPaperMapper.indexPaper     : <==      Total: 0
2023-06-08 12:53:06.055 DEBUG 25448 --- [XNIO-1 task-53] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==>  Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? and ? between limit_start_time and limit_end_time ORDER BY id desc limit 5
2023-06-08 12:53:06.068 DEBUG 25448 --- [XNIO-1 task-53] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==> Parameters: 4(Integer), 1(Integer), 2023-06-08 12:53:06.055(Timestamp)
2023-06-08 12:53:06.083 DEBUG 25448 --- [XNIO-1 task-53] r.c.m.x.r.ExamPaperMapper.indexPaper     : <==      Total: 0
2023-06-08 12:53:38.599 DEBUG 25448 --- [XNIO-1 task-55] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-08 12:53:38.599 DEBUG 25448 --- [XNIO-1 task-55] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 12:53:38.608 DEBUG 25448 --- [XNIO-1 task-55] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:53:38.612 DEBUG 25448 --- [XNIO-1 task-55] r.c.m.x.r.E.studentPage_COUNT            : ==>  Preparing: SELECT count(0) FROM t_exam_paper_answer WHERE create_user = ?
2023-06-08 12:53:38.612 DEBUG 25448 --- [XNIO-1 task-55] r.c.m.x.r.E.studentPage_COUNT            : ==> Parameters: 1(Integer)
2023-06-08 12:53:38.620 DEBUG 25448 --- [XNIO-1 task-55] r.c.m.x.r.E.studentPage_COUNT            : <==      Total: 1
2023-06-08 12:55:13.008 DEBUG 25448 --- [XNIO-1 task-58] 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-08 12:55:13.008 DEBUG 25448 --- [XNIO-1 task-58] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 12:55:13.024 DEBUG 25448 --- [XNIO-1 task-58] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:55:13.028 DEBUG 25448 --- [XNIO-1 task-58] 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-08 12:55:13.028 DEBUG 25448 --- [XNIO-1 task-58] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 12:55:13.040 DEBUG 25448 --- [XNIO-1 task-58] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:55:13.041 DEBUG 25448 --- [XNIO-1 task-58] 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-08 12:55:13.042 DEBUG 25448 --- [XNIO-1 task-58] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了考试系统(String), 2023-06-08 12:55:13.041(Timestamp)
2023-06-08 12:55:13.115 DEBUG 25448 --- [XNIO-1 task-58] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-08 12:55:13.246 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-08 12:55:13.247 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-08 12:55:13.259 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 12:55:13.260 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-08 12:55:13.260 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-08 12:55:13.268 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-08 12:55:13.268 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-08 12:55:13.269 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-08 12:55:13.276 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 12:55:13.277 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-08 12:55:13.277 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-08 12:55:13.286 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 12:55:13.287 DEBUG 25448 --- [XNIO-1 task-59] 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-08 12:55:13.287 DEBUG 25448 --- [XNIO-1 task-59] 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-08 12:55:13.295 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.U.selectCountByDate            : <==      Total: 2
2023-06-08 12:55:13.296 DEBUG 25448 --- [XNIO-1 task-59] 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-08 12:55:13.296 DEBUG 25448 --- [XNIO-1 task-59] 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-08 12:55:13.304 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.E.selectCountByDate            : <==      Total: 0
2023-06-08 12:55:19.105 DEBUG 25448 --- [XNIO-1 task-60] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-08 12:55:19.106 DEBUG 25448 --- [XNIO-1 task-60] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-08 12:55:19.107 DEBUG 25448 --- [XNIO-1 task-61] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0
2023-06-08 12:55:19.107 DEBUG 25448 --- [XNIO-1 task-61] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters:
2023-06-08 12:55:19.139 DEBUG 25448 --- [XNIO-1 task-60] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 12:55:19.139 DEBUG 25448 --- [XNIO-1 task-61] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-08 12:55:22.936 DEBUG 25448 --- [XNIO-1 task-62] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-08 12:55:22.936 DEBUG 25448 --- [XNIO-1 task-62] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-08 12:55:22.943 DEBUG 25448 --- [XNIO-1 task-62] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 12:55:27.145 DEBUG 25448 --- [XNIO-1 task-63] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-08 12:55:27.145 DEBUG 25448 --- [XNIO-1 task-63] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-08 12:55:27.147 DEBUG 25448 --- [XNIO-1 task-64] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0
2023-06-08 12:55:27.147 DEBUG 25448 --- [XNIO-1 task-64] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters:
2023-06-08 12:55:27.152 DEBUG 25448 --- [XNIO-1 task-63] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 12:55:27.163 DEBUG 25448 --- [XNIO-1 task-64] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-08 12:56:16.471 DEBUG 25448 --- [XNIO-1 task-65] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-08 12:56:16.471 DEBUG 25448 --- [XNIO-1 task-65] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-08 12:56:16.499 DEBUG 25448 --- [XNIO-1 task-66] r.c.m.x.r.QuestionMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_question WHERE deleted = 0
2023-06-08 12:56:16.499 DEBUG 25448 --- [XNIO-1 task-65] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 12:56:16.500 DEBUG 25448 --- [XNIO-1 task-66] r.c.m.x.r.QuestionMapper.page_COUNT      : ==> Parameters:
2023-06-08 12:56:16.512 DEBUG 25448 --- [XNIO-1 task-66] r.c.m.x.r.QuestionMapper.page_COUNT      : <==      Total: 1
2023-06-08 12:56:39.592 DEBUG 25448 --- [XNIO-1 task-67] r.c.m.x.r.UserMapper.userPage_COUNT      : ==>  Preparing: SELECT count(0) FROM t_user WHERE deleted = 0 AND role = ?
2023-06-08 12:56:39.593 DEBUG 25448 --- [XNIO-1 task-67] r.c.m.x.r.UserMapper.userPage_COUNT      : ==> Parameters: 1(Integer)
2023-06-08 12:56:39.600 DEBUG 25448 --- [XNIO-1 task-67] r.c.m.x.r.UserMapper.userPage_COUNT      : <==      Total: 1
2023-06-08 12:56:39.603 DEBUG 25448 --- [XNIO-1 task-67] r.c.m.x.repository.UserMapper.userPage   : ==>  Preparing: SELECT id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id FROM t_user WHERE deleted = 0 AND role = ? order by id desc LIMIT ?
2023-06-08 12:56:39.603 DEBUG 25448 --- [XNIO-1 task-67] r.c.m.x.repository.UserMapper.userPage   : ==> Parameters: 1(Integer), 10(Integer)
2023-06-08 12:56:39.611 DEBUG 25448 --- [XNIO-1 task-67] r.c.m.x.repository.UserMapper.userPage   : <==      Total: 3
2023-06-08 12:57:16.058 DEBUG 25448 --- [XNIO-1 task-68] r.c.m.x.r.SubjectMapper.page_COUNT       : ==>  Preparing: SELECT count(0) FROM t_subject WHERE deleted = 0
2023-06-08 12:57:16.058 DEBUG 25448 --- [XNIO-1 task-68] r.c.m.x.r.SubjectMapper.page_COUNT       : ==> Parameters:
2023-06-08 12:57:16.089 DEBUG 25448 --- [XNIO-1 task-68] r.c.m.x.r.SubjectMapper.page_COUNT       : <==      Total: 1
2023-06-08 12:57:40.480 DEBUG 25448 --- [XNIO-1 task-69] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-08 12:57:40.480 DEBUG 25448 --- [XNIO-1 task-70] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0
2023-06-08 12:57:40.480 DEBUG 25448 --- [XNIO-1 task-69] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-08 12:57:40.480 DEBUG 25448 --- [XNIO-1 task-70] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters:
2023-06-08 12:57:40.487 DEBUG 25448 --- [XNIO-1 task-69] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 12:57:40.487 DEBUG 25448 --- [XNIO-1 task-70] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-08 12:57:43.177 DEBUG 25448 --- [XNIO-1 task-71] r.c.m.x.r.TaskExamMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_task_exam WHERE deleted = 0
2023-06-08 12:57:43.178 DEBUG 25448 --- [XNIO-1 task-71] r.c.m.x.r.TaskExamMapper.page_COUNT      : ==> Parameters:
2023-06-08 12:57:43.185 DEBUG 25448 --- [XNIO-1 task-71] r.c.m.x.r.TaskExamMapper.page_COUNT      : <==      Total: 1
2023-06-08 12:57:46.476 DEBUG 25448 --- [XNIO-1 task-73] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-08 12:57:46.476 DEBUG 25448 --- [XNIO-1 task-72] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0
2023-06-08 12:57:46.477 DEBUG 25448 --- [XNIO-1 task-73] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-08 12:57:46.477 DEBUG 25448 --- [XNIO-1 task-72] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters:
2023-06-08 12:57:46.484 DEBUG 25448 --- [XNIO-1 task-73] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 12:57:46.484 DEBUG 25448 --- [XNIO-1 task-72] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-08 12:58:14.085 DEBUG 25448 --- [XNIO-1 task-74] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-08 12:58:14.086 DEBUG 25448 --- [XNIO-1 task-74] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-08 12:58:14.088 DEBUG 25448 --- [XNIO-1 task-75] r.c.m.x.r.E.adminPage_COUNT              : ==>  Preparing: SELECT count(0) FROM t_exam_paper_answer
2023-06-08 12:58:14.088 DEBUG 25448 --- [XNIO-1 task-75] r.c.m.x.r.E.adminPage_COUNT              : ==> Parameters:
2023-06-08 12:58:14.093 DEBUG 25448 --- [XNIO-1 task-74] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 12:58:14.096 DEBUG 25448 --- [XNIO-1 task-75] r.c.m.x.r.E.adminPage_COUNT              : <==      Total: 1
2023-06-08 13:01:34.934 DEBUG 25448 --- [XNIO-1 task-80] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-08 13:01:34.934 DEBUG 25448 --- [XNIO-1 task-80] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 13:01:34.962 DEBUG 25448 --- [XNIO-1 task-80] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 13:01:34.966 DEBUG 25448 --- [XNIO-1 task-80] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-08 13:01:34.966 DEBUG 25448 --- [XNIO-1 task-80] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 13:01:34.975 DEBUG 25448 --- [XNIO-1 task-80] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 13:01:34.976 DEBUG 25448 --- [XNIO-1 task-80] 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-08 13:01:34.977 DEBUG 25448 --- [XNIO-1 task-80] r.c.m.x.r.U.insertSelective              : ==> Parameters: 1(Integer), student(String), 学生(String), student 登录了考试系统(String), 2023-06-08 13:01:34.976(Timestamp)
2023-06-08 13:01:35.010 DEBUG 25448 --- [XNIO-1 task-80] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-08 13:01:35.181 DEBUG 25448 --- [XNIO-1 task-81] 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-08 13:01:35.181 DEBUG 25448 --- [XNIO-1 task-81] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 13:01:35.200 DEBUG 25448 --- [XNIO-1 task-81] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 13:01:35.201 DEBUG 25448 --- [XNIO-1 task-81] r.c.m.x.r.MessageUserMapper.unReadCount  : ==>  Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
2023-06-08 13:01:35.201 DEBUG 25448 --- [XNIO-1 task-81] r.c.m.x.r.MessageUserMapper.unReadCount  : ==> Parameters: 1(Integer)
2023-06-08 13:01:35.208 DEBUG 25448 --- [XNIO-1 task-81] r.c.m.x.r.MessageUserMapper.unReadCount  : <==      Total: 1
2023-06-08 13:01:35.402 DEBUG 25448 --- [XNIO-1 task-83] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-08 13:01:35.402 DEBUG 25448 --- [XNIO-1 task-83] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 13:01:35.412 DEBUG 25448 --- [XNIO-1 task-84] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-08 13:01:35.412 DEBUG 25448 --- [XNIO-1 task-82] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-08 13:01:35.412 DEBUG 25448 --- [XNIO-1 task-84] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 13:01:35.412 DEBUG 25448 --- [XNIO-1 task-82] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 13:01:35.412 DEBUG 25448 --- [XNIO-1 task-83] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 13:01:35.413 DEBUG 25448 --- [XNIO-1 task-83] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==>  Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? ORDER BY id desc limit 5
2023-06-08 13:01:35.413 DEBUG 25448 --- [XNIO-1 task-83] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==> Parameters: 1(Integer), 1(Integer)
2023-06-08 13:01:35.419 DEBUG 25448 --- [XNIO-1 task-83] r.c.m.x.r.ExamPaperMapper.indexPaper     : <==      Total: 0
2023-06-08 13:01:35.420 DEBUG 25448 --- [XNIO-1 task-84] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 13:01:35.420 DEBUG 25448 --- [XNIO-1 task-84] r.c.m.x.r.T.getByGradeLevel              : ==>  Preparing: select id, title, grade_level, frame_text_content_id, create_user, create_time, deleted, create_user_name from t_task_exam where deleted=0 and grade_level = ?
2023-06-08 13:01:35.420 DEBUG 25448 --- [XNIO-1 task-83] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==>  Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? and ? between limit_start_time and limit_end_time ORDER BY id desc limit 5
2023-06-08 13:01:35.421 DEBUG 25448 --- [XNIO-1 task-84] r.c.m.x.r.T.getByGradeLevel              : ==> Parameters: 1(Integer)
2023-06-08 13:01:35.421 DEBUG 25448 --- [XNIO-1 task-83] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==> Parameters: 4(Integer), 1(Integer), 2023-06-08 13:01:35.42(Timestamp)
2023-06-08 13:01:35.422 DEBUG 25448 --- [XNIO-1 task-82] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 13:01:35.430 DEBUG 25448 --- [XNIO-1 task-83] r.c.m.x.r.ExamPaperMapper.indexPaper     : <==      Total: 0
2023-06-08 13:01:35.430 DEBUG 25448 --- [XNIO-1 task-84] r.c.m.x.r.T.getByGradeLevel              : <==      Total: 0
2023-06-08 13:01:40.569 DEBUG 25448 --- [XNIO-1 task-85] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-08 13:01:40.570 DEBUG 25448 --- [XNIO-1 task-85] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 13:01:40.579 DEBUG 25448 --- [XNIO-1 task-85] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 13:01:40.581 DEBUG 25448 --- [XNIO-1 task-85] r.c.m.x.r.E.studentPage_COUNT            : ==>  Preparing: SELECT count(0) FROM t_exam_paper_question_customer_answer WHERE do_right = FALSE AND create_user = ?
2023-06-08 13:01:40.581 DEBUG 25448 --- [XNIO-1 task-85] r.c.m.x.r.E.studentPage_COUNT            : ==> Parameters: 1(Integer)
2023-06-08 13:01:40.589 DEBUG 25448 --- [XNIO-1 task-85] r.c.m.x.r.E.studentPage_COUNT            : <==      Total: 1
2023-06-08 15:20:17.380  INFO 25448 --- [Thread-22] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-06-08 15:20:17.464  INFO 25448 --- [Thread-22] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-06-08 15:20:17.484  INFO 25448 --- [Thread-22] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'
2023-06-08 16:15:01.779  INFO 27940 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 27940 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-08 16:15:01.783  INFO 27940 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-08 16:15:01.850  INFO 27940 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-08 16:15:01.850  INFO 27940 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-08 16:15:05.216  INFO 27940 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$69013f14] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-06-08 16:15:05.515  WARN 27940 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-08 16:15:05.553  INFO 27940 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-08 16:15:05.553  INFO 27940 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 3703 ms
2023-06-08 16:15:07.291  INFO 27940 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-08 16:15:07.524  INFO 27940 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2ca2312d, org.springframework.security.web.context.SecurityContextPersistenceFilter@67e15aef, org.springframework.security.web.header.HeaderWriterFilter@6376836b, org.springframework.web.filter.CorsFilter@11c1302c, org.springframework.security.web.authentication.logout.LogoutFilter@70a4146e, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@6716251c, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@1e30120d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@209d2a92, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@554f92a, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@562156c8, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@469fcda3, org.springframework.security.web.session.SessionManagementFilter@2f5210a6, org.springframework.security.web.access.ExceptionTranslationFilter@66fe366c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7bb56a07]
2023-06-08 16:15:07.549  INFO 27940 --- [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-08 16:15:07.981  INFO 27940 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-06-08 16:15:08.006  INFO 27940 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-06-08 16:15:08.053  INFO 27940 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2023-06-08 16:15:08.258  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
2023-06-08 16:15:08.260  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: taskUsingPOST_1
2023-06-08 16:15:08.302  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_1
2023-06-08 16:15:08.312  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_1
2023-06-08 16:15:08.316  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_1
2023-06-08 16:15:08.360  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_1
2023-06-08 16:15:08.371  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_2
2023-06-08 16:15:08.394  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: answerSubmitUsingPOST_1
2023-06-08 16:15:08.399  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_3
2023-06-08 16:15:08.402  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_1
2023-06-08 16:15:08.404  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_1
2023-06-08 16:15:08.414  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_2
2023-06-08 16:15:08.422  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_4
2023-06-08 16:15:08.425  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_2
2023-06-08 16:15:08.438  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_5
2023-06-08 16:15:08.441  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_3
2023-06-08 16:15:08.445  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_6
2023-06-08 16:15:08.446  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_4
2023-06-08 16:15:08.453  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_7
2023-06-08 16:15:08.465  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_8
2023-06-08 16:15:08.470  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_5
2023-06-08 16:15:08.473  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_2
2023-06-08 16:15:08.475  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_3
2023-06-08 16:15:08.507  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_9
2023-06-08 16:15:08.510  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_6
2023-06-08 16:15:08.513  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_3
2023-06-08 16:15:08.518  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_4
2023-06-08 16:15:08.526  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_10
2023-06-08 16:15:08.531  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_7
2023-06-08 16:15:08.546  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingGET_1
2023-06-08 16:15:08.546  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingHEAD_1
2023-06-08 16:15:08.547  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPOST_1
2023-06-08 16:15:08.548  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPUT_1
2023-06-08 16:15:08.548  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPATCH_1
2023-06-08 16:15:08.550  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingDELETE_1
2023-06-08 16:15:08.551  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingOPTIONS_1
2023-06-08 16:15:08.552  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingTRACE_1
2023-06-08 16:15:08.565  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_4
2023-06-08 16:15:08.573  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_5
2023-06-08 16:15:08.590  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_11
2023-06-08 16:15:08.592  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_8
2023-06-08 16:15:08.597  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
2023-06-08 16:15:08.604  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_1
2023-06-08 16:15:08.617  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_2
2023-06-08 16:15:08.624  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
2023-06-08 16:15:08.626  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_2
2023-06-08 16:15:08.627  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: logUsingPOST_1
2023-06-08 16:15:08.629  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: messagePageListUsingPOST_1
2023-06-08 16:15:08.632  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_3
2023-06-08 16:15:08.633  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
2023-06-08 16:15:08.634  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unReadCountUsingPOST_1
2023-06-08 16:15:08.636  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_3
2023-06-08 16:15:08.709  INFO 27940 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-08 16:15:08.731  INFO 27940 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-08 16:15:08.950  INFO 27940 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-08 16:15:08.955  INFO 27940 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 8.015 seconds (JVM running for 13.324)
2023-06-08 16:16:07.597  INFO 27940 --- [XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-06-08 16:16:07.598  INFO 27940 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-06-08 16:16:07.608  INFO 27940 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 10 ms
2023-06-08 16:16:16.117  INFO 27940 --- [XNIO-1 task-2] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-06-08 16:16:16.341  INFO 27940 --- [XNIO-1 task-2] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-06-08 16:16:16.350 DEBUG 27940 --- [XNIO-1 task-2] 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-08 16:16:16.377 DEBUG 27940 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 16:16:16.424 DEBUG 27940 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 16:16:16.779 DEBUG 27940 --- [XNIO-1 task-2] 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-08 16:16:16.779 DEBUG 27940 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 16:16:16.788 DEBUG 27940 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 16:16:16.808 DEBUG 27940 --- [XNIO-1 task-2] 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-08 16:16:16.811 DEBUG 27940 --- [XNIO-1 task-2] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了考试系统(String), 2023-06-08 16:16:16.789(Timestamp)
2023-06-08 16:16:16.834 DEBUG 27940 --- [XNIO-1 task-2] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-08 16:16:16.970 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-08 16:16:16.970 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-08 16:16:16.984 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 16:16:16.986 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-08 16:16:16.987 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-08 16:16:16.995 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-08 16:16:16.998 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-08 16:16:16.998 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-08 16:16:17.006 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 16:16:17.008 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-08 16:16:17.008 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-08 16:16:17.017 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 16:16:17.025 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time
2023-06-08 16:16:17.026 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-08 16:16:17.037 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.U.selectCountByDate            : <==      Total: 2
2023-06-08 16:16:17.044 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time
2023-06-08 16:16:17.045 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-08 16:16:17.054 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectCountByDate            : <==      Total: 0
2023-06-08 16:55:14.574  INFO 27940 --- [Thread-25] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-06-08 16:55:14.616  INFO 27940 --- [Thread-25] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-06-08 16:55:14.635  INFO 27940 --- [Thread-25] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'
2023-06-08 16:55:23.512  INFO 39816 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 39816 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-08 16:55:23.518  INFO 39816 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-08 16:55:23.586  INFO 39816 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-08 16:55:23.586  INFO 39816 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-08 16:55:25.725  INFO 39816 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$19cb341e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-06-08 16:55:25.995  WARN 39816 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-08 16:55:26.028  INFO 39816 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-08 16:55:26.028  INFO 39816 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 2442 ms
2023-06-08 16:55:27.611  INFO 39816 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-08 16:55:27.830  INFO 39816 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3c797805, org.springframework.security.web.context.SecurityContextPersistenceFilter@23e515d6, org.springframework.security.web.header.HeaderWriterFilter@18fd0b4f, org.springframework.web.filter.CorsFilter@797396e0, org.springframework.security.web.authentication.logout.LogoutFilter@75f4eb3f, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@48c44b9e, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@50b616e4, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@41d2fab7, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4504f092, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@21e72526, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@35bcbdf7, org.springframework.security.web.session.SessionManagementFilter@163878e0, org.springframework.security.web.access.ExceptionTranslationFilter@5302fe59, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@445c733f]
2023-06-08 16:55:27.851  INFO 39816 --- [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-08 16:55:28.170  INFO 39816 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-06-08 16:55:28.193  INFO 39816 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-06-08 16:55:28.235  INFO 39816 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2023-06-08 16:55:28.507  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
2023-06-08 16:55:28.510  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: taskUsingPOST_1
2023-06-08 16:55:28.612  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_1
2023-06-08 16:55:28.624  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_1
2023-06-08 16:55:28.630  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_1
2023-06-08 16:55:28.679  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_2
2023-06-08 16:55:28.709  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: answerSubmitUsingPOST_1
2023-06-08 16:55:28.711  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_1
2023-06-08 16:55:28.715  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_3
2023-06-08 16:55:28.718  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_1
2023-06-08 16:55:28.722  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_1
2023-06-08 16:55:28.735  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_2
2023-06-08 16:55:28.747  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_4
2023-06-08 16:55:28.750  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_2
2023-06-08 16:55:28.776  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_5
2023-06-08 16:55:28.781  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_3
2023-06-08 16:55:28.796  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_6
2023-06-08 16:55:28.801  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_4
2023-06-08 16:55:28.854  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_7
2023-06-08 16:55:28.869  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_8
2023-06-08 16:55:28.878  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_5
2023-06-08 16:55:28.903  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_2
2023-06-08 16:55:28.905  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_3
2023-06-08 16:55:28.960  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_9
2023-06-08 16:55:28.965  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_6
2023-06-08 16:55:28.967  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_3
2023-06-08 16:55:28.972  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_4
2023-06-08 16:55:28.980  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_10
2023-06-08 16:55:28.984  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_7
2023-06-08 16:55:28.989  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingGET_1
2023-06-08 16:55:28.990  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingHEAD_1
2023-06-08 16:55:28.990  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPOST_1
2023-06-08 16:55:28.991  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPUT_1
2023-06-08 16:55:28.993  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPATCH_1
2023-06-08 16:55:28.993  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingDELETE_1
2023-06-08 16:55:28.994  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingOPTIONS_1
2023-06-08 16:55:28.994  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingTRACE_1
2023-06-08 16:55:29.023  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_2
2023-06-08 16:55:29.034  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
2023-06-08 16:55:29.041  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_1
2023-06-08 16:55:29.042  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_4
2023-06-08 16:55:29.049  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_5
2023-06-08 16:55:29.061  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_11
2023-06-08 16:55:29.062  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_8
2023-06-08 16:55:29.066  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
2023-06-08 16:55:29.068  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_2
2023-06-08 16:55:29.070  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: logUsingPOST_1
2023-06-08 16:55:29.072  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: messagePageListUsingPOST_1
2023-06-08 16:55:29.073  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_3
2023-06-08 16:55:29.076  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
2023-06-08 16:55:29.076  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unReadCountUsingPOST_1
2023-06-08 16:55:29.078  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_3
2023-06-08 16:55:29.175  INFO 39816 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-08 16:55:29.197  INFO 39816 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-08 16:55:29.334  INFO 39816 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-08 16:55:29.341  INFO 39816 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 6.816 seconds (JVM running for 8.265)
log/xzs.20230609.log
New file
@@ -0,0 +1,89 @@
2023-06-09 13:39:30.880  INFO 39816 --- [XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-06-09 13:39:30.919  INFO 39816 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-06-09 13:39:31.027  INFO 39816 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 108 ms
2023-06-09 13:39:37.461  INFO 39816 --- [XNIO-1 task-2] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-06-09 13:39:37.950  INFO 39816 --- [XNIO-1 task-2] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-06-09 13:39:37.969 DEBUG 39816 --- [XNIO-1 task-2] 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-09 13:39:38.044 DEBUG 39816 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-09 13:39:38.121 DEBUG 39816 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-09 13:39:39.508 DEBUG 39816 --- [XNIO-1 task-2] 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-09 13:39:39.509 DEBUG 39816 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-09 13:39:39.517 DEBUG 39816 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-09 13:39:39.588 DEBUG 39816 --- [XNIO-1 task-2] 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-09 13:39:39.596 DEBUG 39816 --- [XNIO-1 task-2] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了考试系统(String), 2023-06-09 13:39:39.518(Timestamp)
2023-06-09 13:39:39.653 DEBUG 39816 --- [XNIO-1 task-2] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-09 13:39:39.995 DEBUG 39816 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-09 13:39:39.996 DEBUG 39816 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-09 13:39:40.011 DEBUG 39816 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-09 13:39:40.015 DEBUG 39816 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-09 13:39:40.016 DEBUG 39816 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-09 13:39:40.024 DEBUG 39816 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-09 13:39:40.033 DEBUG 39816 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-09 13:39:40.033 DEBUG 39816 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-09 13:39:40.040 DEBUG 39816 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-09 13:39:40.045 DEBUG 39816 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-09 13:39:40.045 DEBUG 39816 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-09 13:39:40.055 DEBUG 39816 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-09 13:39:40.079 DEBUG 39816 --- [XNIO-1 task-3] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time
2023-06-09 13:39:41.497 DEBUG 39816 --- [XNIO-1 task-3] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-09 13:39:41.524 DEBUG 39816 --- [XNIO-1 task-3] r.c.m.x.r.U.selectCountByDate            : <==      Total: 3
2023-06-09 13:39:41.532 DEBUG 39816 --- [XNIO-1 task-3] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time
2023-06-09 13:39:41.533 DEBUG 39816 --- [XNIO-1 task-3] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-09 13:39:41.540 DEBUG 39816 --- [XNIO-1 task-3] r.c.m.x.r.E.selectCountByDate            : <==      Total: 0
2023-06-09 13:39:43.452 DEBUG 39816 --- [XNIO-1 task-4] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-09 13:39:43.452 DEBUG 39816 --- [XNIO-1 task-4] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-09 13:39:43.460 DEBUG 39816 --- [XNIO-1 task-4] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-09 13:39:43.900 DEBUG 39816 --- [XNIO-1 task-5] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0
2023-06-09 13:39:43.901 DEBUG 39816 --- [XNIO-1 task-5] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters:
2023-06-09 13:39:43.912 DEBUG 39816 --- [XNIO-1 task-5] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-09 13:53:46.375 DEBUG 39816 --- [XNIO-1 task-6] r.c.m.x.r.TaskExamMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_task_exam WHERE deleted = 0
2023-06-09 13:53:46.378 DEBUG 39816 --- [XNIO-1 task-6] r.c.m.x.r.TaskExamMapper.page_COUNT      : ==> Parameters:
2023-06-09 13:53:46.390 DEBUG 39816 --- [XNIO-1 task-6] r.c.m.x.r.TaskExamMapper.page_COUNT      : <==      Total: 1
2023-06-09 14:31:34.988 DEBUG 39816 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-09 14:31:35.006 DEBUG 39816 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-09 14:31:35.034 DEBUG 39816 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-09 14:31:35.071 DEBUG 39816 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-09 14:31:35.071 DEBUG 39816 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-09 14:31:35.090 DEBUG 39816 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-09 14:31:35.115 DEBUG 39816 --- [XNIO-1 task-10] r.c.m.x.r.U.insertSelective              : ==>  Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? )
2023-06-09 14:31:35.118 DEBUG 39816 --- [XNIO-1 task-10] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了考试系统(String), 2023-06-09 14:31:35.092(Timestamp)
2023-06-09 14:31:35.157 DEBUG 39816 --- [XNIO-1 task-10] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-09 14:31:35.676 DEBUG 39816 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-09 14:31:35.676 DEBUG 39816 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-09 14:31:35.688 DEBUG 39816 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-09 14:31:35.697 DEBUG 39816 --- [XNIO-1 task-11] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-09 14:31:35.698 DEBUG 39816 --- [XNIO-1 task-11] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-09 14:31:35.708 DEBUG 39816 --- [XNIO-1 task-11] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-09 14:31:35.711 DEBUG 39816 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-09 14:31:35.712 DEBUG 39816 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-09 14:31:35.723 DEBUG 39816 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-09 14:31:35.728 DEBUG 39816 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-09 14:31:35.728 DEBUG 39816 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-09 14:31:35.736 DEBUG 39816 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-09 14:31:35.741 DEBUG 39816 --- [XNIO-1 task-11] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time
2023-06-09 14:31:35.742 DEBUG 39816 --- [XNIO-1 task-11] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-09 14:31:35.755 DEBUG 39816 --- [XNIO-1 task-11] r.c.m.x.r.U.selectCountByDate            : <==      Total: 3
2023-06-09 14:31:35.761 DEBUG 39816 --- [XNIO-1 task-11] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time
2023-06-09 14:31:35.762 DEBUG 39816 --- [XNIO-1 task-11] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-09 14:31:35.770 DEBUG 39816 --- [XNIO-1 task-11] r.c.m.x.r.E.selectCountByDate            : <==      Total: 0
2023-06-09 14:31:40.583 DEBUG 39816 --- [XNIO-1 task-12] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-09 14:31:40.584 DEBUG 39816 --- [XNIO-1 task-12] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-09 14:31:40.593 DEBUG 39816 --- [XNIO-1 task-12] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-09 14:31:40.672 DEBUG 39816 --- [XNIO-1 task-13] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0
2023-06-09 14:31:40.674 DEBUG 39816 --- [XNIO-1 task-13] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters:
2023-06-09 14:31:40.684 DEBUG 39816 --- [XNIO-1 task-13] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-09 14:31:42.301 DEBUG 39816 --- [XNIO-1 task-14] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-09 14:31:42.302 DEBUG 39816 --- [XNIO-1 task-14] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-09 14:31:42.309 DEBUG 39816 --- [XNIO-1 task-14] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-09 14:49:31.481 DEBUG 39816 --- [XNIO-1 task-15] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-09 14:49:31.481 DEBUG 39816 --- [XNIO-1 task-15] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-09 14:49:31.489 DEBUG 39816 --- [XNIO-1 task-15] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-09 14:49:31.513 DEBUG 39816 --- [XNIO-1 task-16] r.c.m.x.r.QuestionMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_question WHERE deleted = 0
2023-06-09 14:49:31.513 DEBUG 39816 --- [XNIO-1 task-16] r.c.m.x.r.QuestionMapper.page_COUNT      : ==> Parameters:
2023-06-09 14:49:31.520 DEBUG 39816 --- [XNIO-1 task-16] r.c.m.x.r.QuestionMapper.page_COUNT      : <==      Total: 1
2023-06-09 14:56:59.562 DEBUG 39816 --- [XNIO-1 task-17] r.c.m.x.r.SubjectMapper.page_COUNT       : ==>  Preparing: SELECT count(0) FROM t_subject WHERE deleted = 0
2023-06-09 14:56:59.562 DEBUG 39816 --- [XNIO-1 task-17] r.c.m.x.r.SubjectMapper.page_COUNT       : ==> Parameters:
2023-06-09 14:56:59.569 DEBUG 39816 --- [XNIO-1 task-17] r.c.m.x.r.SubjectMapper.page_COUNT       : <==      Total: 1
2023-06-09 17:52:36.623  INFO 39816 --- [Thread-21] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-06-09 17:52:36.686  INFO 39816 --- [Thread-21] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-06-09 17:52:36.709  INFO 39816 --- [Thread-21] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'
log/xzs.20230612.log
New file
Diff too large
log/xzs.20230613.log
New file
@@ -0,0 +1,715 @@
2023-06-13 08:57:51.378  INFO 33156 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 33156 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-13 08:57:51.380  INFO 33156 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-13 08:57:51.433  INFO 33156 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-13 08:57:51.433  INFO 33156 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-13 08:57:52.983  INFO 33156 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$32c0dc09] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-06-13 08:57:53.227  WARN 33156 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-13 08:57:53.257  INFO 33156 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-13 08:57:53.257  INFO 33156 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 1823 ms
2023-06-13 08:57:54.542  INFO 33156 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-13 08:57:54.755  INFO 33156 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4dd7fc6c, org.springframework.security.web.context.SecurityContextPersistenceFilter@523bd65f, org.springframework.security.web.header.HeaderWriterFilter@e3afdd2, org.springframework.web.filter.CorsFilter@46457882, org.springframework.security.web.authentication.logout.LogoutFilter@33f81ad1, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@45bee0f8, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6019f0ab, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@18ececa4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3bff7e9a, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@4c5cd3e3, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@18d1ceb5, org.springframework.security.web.session.SessionManagementFilter@4b0d38d5, org.springframework.security.web.access.ExceptionTranslationFilter@7c39d886, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@247277bc]
2023-06-13 08:57:54.776  INFO 33156 --- [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-13 08:57:55.152  INFO 33156 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-06-13 08:57:55.172  INFO 33156 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-06-13 08:57:55.210  INFO 33156 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2023-06-13 08:57:55.378  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
2023-06-13 08:57:55.379  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: taskUsingPOST_1
2023-06-13 08:57:55.400  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
2023-06-13 08:57:55.421  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_1
2023-06-13 08:57:55.429  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_1
2023-06-13 08:57:55.433  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_1
2023-06-13 08:57:55.474  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_2
2023-06-13 08:57:55.499  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: answerSubmitUsingPOST_1
2023-06-13 08:57:55.501  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_1
2023-06-13 08:57:55.504  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_3
2023-06-13 08:57:55.506  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_1
2023-06-13 08:57:55.508  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_1
2023-06-13 08:57:55.516  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_2
2023-06-13 08:57:55.524  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_4
2023-06-13 08:57:55.526  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_2
2023-06-13 08:57:55.536  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_5
2023-06-13 08:57:55.538  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_3
2023-06-13 08:57:55.541  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_6
2023-06-13 08:57:55.542  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_4
2023-06-13 08:57:55.550  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_7
2023-06-13 08:57:55.558  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_8
2023-06-13 08:57:55.561  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_5
2023-06-13 08:57:55.564  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_2
2023-06-13 08:57:55.565  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_3
2023-06-13 08:57:55.590  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_9
2023-06-13 08:57:55.593  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_6
2023-06-13 08:57:55.596  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_3
2023-06-13 08:57:55.600  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_4
2023-06-13 08:57:55.606  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_10
2023-06-13 08:57:55.609  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_7
2023-06-13 08:57:55.614  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingGET_1
2023-06-13 08:57:55.615  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingHEAD_1
2023-06-13 08:57:55.615  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPOST_1
2023-06-13 08:57:55.616  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPUT_1
2023-06-13 08:57:55.616  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPATCH_1
2023-06-13 08:57:55.617  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingDELETE_1
2023-06-13 08:57:55.617  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingOPTIONS_1
2023-06-13 08:57:55.618  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingTRACE_1
2023-06-13 08:57:55.654  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_2
2023-06-13 08:57:55.662  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
2023-06-13 08:57:55.664  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_1
2023-06-13 08:57:55.665  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: logUsingPOST_1
2023-06-13 08:57:55.667  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: messagePageListUsingPOST_1
2023-06-13 08:57:55.668  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_3
2023-06-13 08:57:55.669  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
2023-06-13 08:57:55.670  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unReadCountUsingPOST_1
2023-06-13 08:57:55.672  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_3
2023-06-13 08:57:55.678  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_2
2023-06-13 08:57:55.679  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_4
2023-06-13 08:57:55.683  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_5
2023-06-13 08:57:55.691  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_11
2023-06-13 08:57:55.692  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_8
2023-06-13 08:57:55.695  INFO 33156 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_4
2023-06-13 08:57:55.786  INFO 33156 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-13 08:57:55.798  INFO 33156 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-13 08:57:55.877  INFO 33156 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-13 08:57:55.881  INFO 33156 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 5.138 seconds (JVM running for 6.473)
2023-06-13 08:59:01.928  INFO 33156 --- [XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-06-13 08:59:01.930  INFO 33156 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-06-13 08:59:01.944  INFO 33156 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 14 ms
2023-06-13 09:11:35.603  INFO 33156 --- [Thread-18] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'
2023-06-13 09:11:46.276  INFO 9164 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 9164 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-13 09:11:46.280  INFO 9164 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-13 09:11:46.368  INFO 9164 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-13 09:11:46.368  INFO 9164 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-13 09:11:48.918  INFO 9164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7b9bd805] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-06-13 09:11:49.269  WARN 9164 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-13 09:11:49.311  INFO 9164 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-13 09:11:49.312  INFO 9164 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 2944 ms
2023-06-13 09:11:50.804  INFO 9164 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-13 09:11:51.097  INFO 9164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@74835358, org.springframework.security.web.context.SecurityContextPersistenceFilter@48e109d1, org.springframework.security.web.header.HeaderWriterFilter@40033b7d, org.springframework.web.filter.CorsFilter@797c61c0, org.springframework.security.web.authentication.logout.LogoutFilter@3f3d7cdd, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@236ec880, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@819d056, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2b40ac02, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2a1a31d7, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@6dd6bfb5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@489644f3, org.springframework.security.web.session.SessionManagementFilter@33dd9095, org.springframework.security.web.access.ExceptionTranslationFilter@504123e7, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3deab5d5]
2023-06-13 09:11:51.125  INFO 9164 --- [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-13 09:11:51.488  INFO 9164 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-06-13 09:11:51.510  INFO 9164 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-06-13 09:11:51.547  INFO 9164 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2023-06-13 09:11:51.708  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
2023-06-13 09:11:51.710  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: taskUsingPOST_1
2023-06-13 09:11:51.738  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
2023-06-13 09:11:51.761  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_1
2023-06-13 09:11:51.769  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_1
2023-06-13 09:11:51.772  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_1
2023-06-13 09:11:51.807  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_1
2023-06-13 09:11:51.816  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_2
2023-06-13 09:11:51.837  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: answerSubmitUsingPOST_1
2023-06-13 09:11:51.843  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_3
2023-06-13 09:11:51.845  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_1
2023-06-13 09:11:51.855  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_4
2023-06-13 09:11:51.859  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_2
2023-06-13 09:11:51.861  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_1
2023-06-13 09:11:51.870  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_2
2023-06-13 09:11:51.879  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_5
2023-06-13 09:11:51.880  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_3
2023-06-13 09:11:51.885  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_6
2023-06-13 09:11:51.887  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_4
2023-06-13 09:11:51.896  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_7
2023-06-13 09:11:51.906  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_8
2023-06-13 09:11:51.909  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_5
2023-06-13 09:11:51.913  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_2
2023-06-13 09:11:51.915  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_3
2023-06-13 09:11:51.960  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_9
2023-06-13 09:11:51.964  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_6
2023-06-13 09:11:51.967  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_3
2023-06-13 09:11:51.972  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_4
2023-06-13 09:11:51.986  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_10
2023-06-13 09:11:51.990  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_7
2023-06-13 09:11:52.001  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingGET_1
2023-06-13 09:11:52.002  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingHEAD_1
2023-06-13 09:11:52.002  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPOST_1
2023-06-13 09:11:52.003  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPUT_1
2023-06-13 09:11:52.004  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPATCH_1
2023-06-13 09:11:52.004  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingDELETE_1
2023-06-13 09:11:52.005  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingOPTIONS_1
2023-06-13 09:11:52.005  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingTRACE_1
2023-06-13 09:11:52.027  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_2
2023-06-13 09:11:52.034  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
2023-06-13 09:11:52.039  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_1
2023-06-13 09:11:52.041  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_4
2023-06-13 09:11:52.045  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_5
2023-06-13 09:11:52.055  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_11
2023-06-13 09:11:52.056  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_8
2023-06-13 09:11:52.060  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_3
2023-06-13 09:11:52.062  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_2
2023-06-13 09:11:52.063  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: logUsingPOST_1
2023-06-13 09:11:52.065  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: messagePageListUsingPOST_1
2023-06-13 09:11:52.066  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_3
2023-06-13 09:11:52.067  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
2023-06-13 09:11:52.068  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unReadCountUsingPOST_1
2023-06-13 09:11:52.070  INFO 9164 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_4
2023-06-13 09:11:52.134  INFO 9164 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-13 09:11:52.149  INFO 9164 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-13 09:11:52.239  INFO 9164 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-13 09:11:52.245  INFO 9164 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 7.098 seconds (JVM running for 8.712)
2023-06-13 09:12:05.947  INFO 9164 --- [XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-06-13 09:12:05.948  INFO 9164 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-06-13 09:12:05.955  INFO 9164 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 7 ms
2023-06-13 09:12:06.046  INFO 9164 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-06-13 09:12:06.263  INFO 9164 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-06-13 09:12:06.270 DEBUG 9164 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-13 09:12:06.291 DEBUG 9164 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-13 09:12:06.318 DEBUG 9164 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-13 09:12:06.663 DEBUG 9164 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-13 09:12:06.663 DEBUG 9164 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-13 09:12:06.671 DEBUG 9164 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-13 09:12:06.688 DEBUG 9164 --- [XNIO-1 task-1] 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-13 09:12:06.690 DEBUG 9164 --- [XNIO-1 task-1] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了考试系统(String), 2023-06-13 09:12:06.672(Timestamp)
2023-06-13 09:12:06.710 DEBUG 9164 --- [XNIO-1 task-1] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-13 09:12:06.994 DEBUG 9164 --- [XNIO-1 task-2] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-13 09:12:06.994 DEBUG 9164 --- [XNIO-1 task-2] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 09:12:07.005 DEBUG 9164 --- [XNIO-1 task-2] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 09:12:07.006 DEBUG 9164 --- [XNIO-1 task-2] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-13 09:12:07.006 DEBUG 9164 --- [XNIO-1 task-2] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-13 09:12:07.013 DEBUG 9164 --- [XNIO-1 task-2] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-13 09:12:07.015 DEBUG 9164 --- [XNIO-1 task-2] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-13 09:12:07.016 DEBUG 9164 --- [XNIO-1 task-2] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 09:12:07.023 DEBUG 9164 --- [XNIO-1 task-2] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 09:12:07.025 DEBUG 9164 --- [XNIO-1 task-2] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-13 09:12:07.025 DEBUG 9164 --- [XNIO-1 task-2] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 09:12:07.034 DEBUG 9164 --- [XNIO-1 task-2] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 09:12:07.040 DEBUG 9164 --- [XNIO-1 task-2] 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-13 09:12:07.041 DEBUG 9164 --- [XNIO-1 task-2] 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-13 09:12:07.054 DEBUG 9164 --- [XNIO-1 task-2] r.c.m.x.r.U.selectCountByDate            : <==      Total: 5
2023-06-13 09:12:07.058 DEBUG 9164 --- [XNIO-1 task-2] 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-13 09:12:07.059 DEBUG 9164 --- [XNIO-1 task-2] 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-13 09:12:07.073 DEBUG 9164 --- [XNIO-1 task-2] r.c.m.x.r.E.selectCountByDate            : <==      Total: 1
2023-06-13 09:13:01.193 DEBUG 9164 --- [XNIO-1 task-3] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-13 09:13:01.194 DEBUG 9164 --- [XNIO-1 task-3] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-13 09:13:01.204 DEBUG 9164 --- [XNIO-1 task-3] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 7
2023-06-13 09:13:01.529 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.QuestionMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_question WHERE deleted = 0
2023-06-13 09:13:01.529 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.QuestionMapper.page_COUNT      : ==> Parameters:
2023-06-13 09:13:01.544 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.QuestionMapper.page_COUNT      : <==      Total: 1
2023-06-13 09:13:01.547 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.repository.QuestionMapper.page   : ==>  Preparing: SELECT id, question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted FROM t_question WHERE deleted = 0 order by id desc LIMIT ?
2023-06-13 09:13:01.547 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.repository.QuestionMapper.page   : ==> Parameters: 10(Integer)
2023-06-13 09:13:01.561 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.repository.QuestionMapper.page   : <==      Total: 5
2023-06-13 09:13:01.600 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-13 09:13:01.600 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 46(Integer)
2023-06-13 09:13:01.611 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-13 09:13:01.621 DEBUG 9164 --- [XNIO-1 task-4] 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-13 09:13:01.621 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 34(Integer)
2023-06-13 09:13:01.632 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.Q.getQuestion                  : <==      Total: 2
2023-06-13 09:13:01.634 DEBUG 9164 --- [XNIO-1 task-4] 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-13 09:13:01.635 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 6(Integer)
2023-06-13 09:13:01.643 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-13 09:13:01.643 DEBUG 9164 --- [XNIO-1 task-4] 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-13 09:13:01.644 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 7(Integer)
2023-06-13 09:13:01.655 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-13 09:13:01.657 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-13 09:13:01.657 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 45(Integer)
2023-06-13 09:13:01.666 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-13 09:13:01.669 DEBUG 9164 --- [XNIO-1 task-4] 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-13 09:13:01.669 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 33(Integer)
2023-06-13 09:13:01.677 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.Q.getQuestion                  : <==      Total: 2
2023-06-13 09:13:01.678 DEBUG 9164 --- [XNIO-1 task-4] 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-13 09:13:01.678 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 6(Integer)
2023-06-13 09:13:01.686 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-13 09:13:01.687 DEBUG 9164 --- [XNIO-1 task-4] 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-13 09:13:01.687 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 7(Integer)
2023-06-13 09:13:01.699 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-13 09:13:01.700 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-13 09:13:01.701 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 44(Integer)
2023-06-13 09:13:01.709 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-13 09:13:01.711 DEBUG 9164 --- [XNIO-1 task-4] 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-13 09:13:01.711 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 32(Integer)
2023-06-13 09:13:01.720 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.Q.getQuestion                  : <==      Total: 2
2023-06-13 09:13:01.720 DEBUG 9164 --- [XNIO-1 task-4] 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-13 09:13:01.721 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 6(Integer)
2023-06-13 09:13:01.730 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-13 09:13:01.732 DEBUG 9164 --- [XNIO-1 task-4] 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-13 09:13:01.733 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 7(Integer)
2023-06-13 09:13:01.740 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 1
2023-06-13 09:13:01.741 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-13 09:13:01.741 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 38(Integer)
2023-06-13 09:13:01.750 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-13 09:13:01.752 DEBUG 9164 --- [XNIO-1 task-4] 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-13 09:13:01.753 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 27(Integer)
2023-06-13 09:13:01.760 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.Q.getQuestion                  : <==      Total: 0
2023-06-13 09:13:01.762 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-13 09:13:01.762 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 37(Integer)
2023-06-13 09:13:01.770 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-13 09:13:01.771 DEBUG 9164 --- [XNIO-1 task-4] 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-13 09:13:01.772 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.Q.getQuestion                  : ==> Parameters: 26(Integer)
2023-06-13 09:13:01.779 DEBUG 9164 --- [XNIO-1 task-4] r.c.m.x.r.Q.getQuestion                  : <==      Total: 0
2023-06-13 09:13:25.157 DEBUG 9164 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-13 09:13:25.157 DEBUG 9164 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-13 09:13:25.168 DEBUG 9164 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-13 09:13:25.182 DEBUG 9164 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
2023-06-13 09:13:25.182 DEBUG 9164 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-13 09:13:25.193 DEBUG 9164 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-13 09:13:25.205 ERROR 9164 --- [XNIO-1 task-5] c.m.x.c.s.exception.ExceptionHandle      : Required request body is missing: public com.mindskip.xzs.base.RestResponse<com.github.pagehelper.PageInfo<com.mindskip.xzs.viewmodel.admin.department.DepartmentResponseVM>> com.mindskip.xzs.controller.admin.DepartmentController.pageList(com.mindskip.xzs.viewmodel.admin.department.DepartmentResponseVM)
org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public com.mindskip.xzs.base.RestResponse<com.github.pagehelper.PageInfo<com.mindskip.xzs.viewmodel.admin.department.DepartmentResponseVM>> com.mindskip.xzs.controller.admin.DepartmentController.pageList(com.mindskip.xzs.viewmodel.admin.department.DepartmentResponseVM)
    at org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor.readWithMessageConverters(RequestResponseBodyMethodProcessor.java:160)
    at org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor.resolveArgument(RequestResponseBodyMethodProcessor.java:130)
    at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:126)
    at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:167)
    at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:134)
    at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
    at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:665)
    at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
    at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
    at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
    at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
    at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
    at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
    at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
    at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:150)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
    at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
    at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
    at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
    at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
    at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
    at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
    at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
    at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
    at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
    at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
    at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
    at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
    at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
    at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
    at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:119)
    at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
    at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
    at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
    at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
    at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
    at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
    at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
    at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
    at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
    at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
    at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:750)
2023-06-13 09:13:26.341 DEBUG 9164 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.page_COUNT       : ==>  Preparing: SELECT count(0) FROM t_subject WHERE deleted = 0
2023-06-13 09:13:26.341 DEBUG 9164 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.page_COUNT       : ==> Parameters:
2023-06-13 09:13:26.352 DEBUG 9164 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.page_COUNT       : <==      Total: 1
2023-06-13 09:13:26.354 DEBUG 9164 --- [XNIO-1 task-6] r.c.m.xzs.repository.SubjectMapper.page  : ==>  Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted = 0 order by id desc LIMIT ?
2023-06-13 09:13:26.354 DEBUG 9164 --- [XNIO-1 task-6] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 10(Integer)
2023-06-13 09:13:26.363 DEBUG 9164 --- [XNIO-1 task-6] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 3
2023-06-13 09:13:36.823 DEBUG 9164 --- [XNIO-1 task-7] r.c.m.x.r.TaskExamMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_task_exam WHERE deleted = 0
2023-06-13 09:13:36.824 DEBUG 9164 --- [XNIO-1 task-7] r.c.m.x.r.TaskExamMapper.page_COUNT      : ==> Parameters:
2023-06-13 09:13:36.831 DEBUG 9164 --- [XNIO-1 task-7] r.c.m.x.r.TaskExamMapper.page_COUNT      : <==      Total: 1
2023-06-13 09:13:39.186 DEBUG 9164 --- [XNIO-1 task-8] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-13 09:13:39.187 DEBUG 9164 --- [XNIO-1 task-8] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-13 09:13:39.195 DEBUG 9164 --- [XNIO-1 task-8] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 7
2023-06-13 09:13:42.330 DEBUG 9164 --- [XNIO-1 task-9] r.c.m.x.r.SubjectMapper.page_COUNT       : ==>  Preparing: SELECT count(0) FROM t_subject WHERE deleted = 0
2023-06-13 09:13:42.330 DEBUG 9164 --- [XNIO-1 task-9] r.c.m.x.r.SubjectMapper.page_COUNT       : ==> Parameters:
2023-06-13 09:13:42.337 DEBUG 9164 --- [XNIO-1 task-9] r.c.m.x.r.SubjectMapper.page_COUNT       : <==      Total: 1
2023-06-13 09:13:42.339 DEBUG 9164 --- [XNIO-1 task-9] r.c.m.xzs.repository.SubjectMapper.page  : ==>  Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted = 0 order by id desc LIMIT ?
2023-06-13 09:13:42.339 DEBUG 9164 --- [XNIO-1 task-9] r.c.m.xzs.repository.SubjectMapper.page  : ==> Parameters: 10(Integer)
2023-06-13 09:13:42.346 DEBUG 9164 --- [XNIO-1 task-9] r.c.m.xzs.repository.SubjectMapper.page  : <==      Total: 3
2023-06-13 09:14:46.768 DEBUG 9164 --- [XNIO-1 task-10] 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-13 09:14:46.768 DEBUG 9164 --- [XNIO-1 task-10] r.c.m.x.r.Q.selectByPrimaryKey           : ==> Parameters: 34(Integer)
2023-06-13 09:14:46.776 DEBUG 9164 --- [XNIO-1 task-10] r.c.m.x.r.Q.selectByPrimaryKey           : <==      Total: 1
2023-06-13 09:14:46.777 DEBUG 9164 --- [XNIO-1 task-10] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-13 09:14:46.777 DEBUG 9164 --- [XNIO-1 task-10] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 46(Integer)
2023-06-13 09:14:46.784 DEBUG 9164 --- [XNIO-1 task-10] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-13 09:18:03.567 DEBUG 9164 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-13 09:18:03.568 DEBUG 9164 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 09:18:03.575 DEBUG 9164 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 09:18:03.575 DEBUG 9164 --- [XNIO-1 task-11] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-13 09:18:03.576 DEBUG 9164 --- [XNIO-1 task-11] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-13 09:18:03.583 DEBUG 9164 --- [XNIO-1 task-11] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-13 09:18:03.583 DEBUG 9164 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-13 09:18:03.583 DEBUG 9164 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 09:18:03.592 DEBUG 9164 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 09:18:03.593 DEBUG 9164 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-13 09:18:03.593 DEBUG 9164 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 09:18:03.600 DEBUG 9164 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 09:18:03.601 DEBUG 9164 --- [XNIO-1 task-11] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time
2023-06-13 09:18:03.640 DEBUG 9164 --- [XNIO-1 task-11] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-13 09:18:03.649 DEBUG 9164 --- [XNIO-1 task-11] r.c.m.x.r.U.selectCountByDate            : <==      Total: 5
2023-06-13 09:18:03.651 DEBUG 9164 --- [XNIO-1 task-11] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time
2023-06-13 09:18:03.651 DEBUG 9164 --- [XNIO-1 task-11] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-13 09:18:03.676 DEBUG 9164 --- [XNIO-1 task-11] r.c.m.x.r.E.selectCountByDate            : <==      Total: 1
2023-06-13 09:19:42.425  INFO 9164 --- [Thread-21] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-06-13 09:19:42.436  INFO 9164 --- [Thread-21] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-06-13 09:19:42.441  INFO 9164 --- [Thread-21] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'
2023-06-13 09:19:49.099  INFO 29896 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 29896 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-13 09:19:49.100  INFO 29896 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-13 09:19:49.143  INFO 29896 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-13 09:19:49.143  INFO 29896 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-13 09:19:50.416  INFO 29896 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$e3b547ae] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-06-13 09:19:50.636  WARN 29896 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-13 09:19:50.661  INFO 29896 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-13 09:19:50.661  INFO 29896 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 1518 ms
2023-06-13 09:19:51.770  INFO 29896 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-13 09:19:51.910  INFO 29896 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@20ee670, org.springframework.security.web.context.SecurityContextPersistenceFilter@3856d6ca, org.springframework.security.web.header.HeaderWriterFilter@33d67bd6, org.springframework.web.filter.CorsFilter@229c97b, org.springframework.security.web.authentication.logout.LogoutFilter@719810e6, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@203c4140, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@710be0a8, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3c90d777, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@29f58773, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@4f6a3e9c, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@44afe6bd, org.springframework.security.web.session.SessionManagementFilter@6f867f14, org.springframework.security.web.access.ExceptionTranslationFilter@1ac64564, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1e6c6dd9]
2023-06-13 09:19:51.959  INFO 29896 --- [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-13 09:19:52.231  INFO 29896 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-06-13 09:19:52.251  INFO 29896 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-06-13 09:19:52.288  INFO 29896 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2023-06-13 09:19:52.452  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
2023-06-13 09:19:52.454  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: taskUsingPOST_1
2023-06-13 09:19:52.476  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
2023-06-13 09:19:52.496  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_1
2023-06-13 09:19:52.506  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_1
2023-06-13 09:19:52.510  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_1
2023-06-13 09:19:52.555  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_1
2023-06-13 09:19:52.558  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_2
2023-06-13 09:19:52.575  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: answerSubmitUsingPOST_1
2023-06-13 09:19:52.580  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_3
2023-06-13 09:19:52.582  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_1
2023-06-13 09:19:52.591  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_4
2023-06-13 09:19:52.594  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_2
2023-06-13 09:19:52.597  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_5
2023-06-13 09:19:52.599  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_3
2023-06-13 09:19:52.601  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_1
2023-06-13 09:19:52.609  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_2
2023-06-13 09:19:52.616  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_6
2023-06-13 09:19:52.617  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_4
2023-06-13 09:19:52.625  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_7
2023-06-13 09:19:52.633  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_8
2023-06-13 09:19:52.636  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_5
2023-06-13 09:19:52.639  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_2
2023-06-13 09:19:52.641  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_3
2023-06-13 09:19:52.663  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_9
2023-06-13 09:19:52.666  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_6
2023-06-13 09:19:52.670  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_3
2023-06-13 09:19:52.673  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_4
2023-06-13 09:19:52.678  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_10
2023-06-13 09:19:52.680  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_7
2023-06-13 09:19:52.685  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingGET_1
2023-06-13 09:19:52.686  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingHEAD_1
2023-06-13 09:19:52.686  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPOST_1
2023-06-13 09:19:52.687  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPUT_1
2023-06-13 09:19:52.687  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPATCH_1
2023-06-13 09:19:52.688  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingDELETE_1
2023-06-13 09:19:52.688  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingOPTIONS_1
2023-06-13 09:19:52.689  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingTRACE_1
2023-06-13 09:19:52.722  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_4
2023-06-13 09:19:52.728  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_5
2023-06-13 09:19:52.742  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_11
2023-06-13 09:19:52.744  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_8
2023-06-13 09:19:52.748  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
2023-06-13 09:19:52.753  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_1
2023-06-13 09:19:52.764  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_2
2023-06-13 09:19:52.771  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_3
2023-06-13 09:19:52.772  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_2
2023-06-13 09:19:52.776  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: logUsingPOST_1
2023-06-13 09:19:52.779  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: messagePageListUsingPOST_1
2023-06-13 09:19:52.781  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_3
2023-06-13 09:19:52.784  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
2023-06-13 09:19:52.785  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unReadCountUsingPOST_1
2023-06-13 09:19:52.786  INFO 29896 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_4
2023-06-13 09:19:52.862  INFO 29896 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-13 09:19:52.875  INFO 29896 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-13 09:19:52.957  INFO 29896 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-13 09:19:52.961  INFO 29896 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 4.597 seconds (JVM running for 6.164)
2023-06-13 09:19:58.335  INFO 29896 --- [XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-06-13 09:19:58.335  INFO 29896 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-06-13 09:19:58.343  INFO 29896 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 7 ms
2023-06-13 09:19:58.398  INFO 29896 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-06-13 09:19:58.601  INFO 29896 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-06-13 09:19:58.609 DEBUG 29896 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-13 09:19:58.632 DEBUG 29896 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 09:19:58.658 DEBUG 29896 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 09:19:58.662 DEBUG 29896 --- [XNIO-1 task-1] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-13 09:19:58.662 DEBUG 29896 --- [XNIO-1 task-1] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-13 09:19:58.671 DEBUG 29896 --- [XNIO-1 task-1] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-13 09:19:58.672 DEBUG 29896 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-13 09:19:58.672 DEBUG 29896 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 09:19:58.679 DEBUG 29896 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 09:19:58.680 DEBUG 29896 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-13 09:19:58.680 DEBUG 29896 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 09:19:58.688 DEBUG 29896 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 09:19:58.692 DEBUG 29896 --- [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-13 09:19:58.694 DEBUG 29896 --- [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-13 09:19:58.703 DEBUG 29896 --- [XNIO-1 task-1] r.c.m.x.r.U.selectCountByDate            : <==      Total: 5
2023-06-13 09:19:58.705 DEBUG 29896 --- [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-13 09:19:58.705 DEBUG 29896 --- [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-13 09:19:58.714 DEBUG 29896 --- [XNIO-1 task-1] r.c.m.x.r.E.selectCountByDate            : <==      Total: 1
2023-06-13 09:25:12.529 DEBUG 29896 --- [XNIO-1 task-2] r.c.m.x.r.UserEventLogMapper.page_COUNT  : ==>  Preparing: SELECT count(0) FROM t_user_event_log
2023-06-13 09:25:12.529 DEBUG 29896 --- [XNIO-1 task-2] r.c.m.x.r.UserEventLogMapper.page_COUNT  : ==> Parameters:
2023-06-13 09:25:12.537 DEBUG 29896 --- [XNIO-1 task-2] r.c.m.x.r.UserEventLogMapper.page_COUNT  : <==      Total: 1
2023-06-13 09:25:12.542 DEBUG 29896 --- [XNIO-1 task-2] r.c.m.x.r.UserEventLogMapper.page        : ==>  Preparing: SELECT id, user_id, user_name, real_name, content, create_time FROM t_user_event_log order by id desc LIMIT ?
2023-06-13 09:25:12.542 DEBUG 29896 --- [XNIO-1 task-2] r.c.m.x.r.UserEventLogMapper.page        : ==> Parameters: 10(Integer)
2023-06-13 09:25:12.555 DEBUG 29896 --- [XNIO-1 task-2] r.c.m.x.r.UserEventLogMapper.page        : <==      Total: 10
2023-06-13 09:48:05.613 DEBUG 29896 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-13 09:48:05.621 DEBUG 29896 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 09:48:05.631 DEBUG 29896 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 09:48:05.634 DEBUG 29896 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-13 09:48:05.634 DEBUG 29896 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-13 09:48:05.640 DEBUG 29896 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-13 09:48:05.642 DEBUG 29896 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-13 09:48:05.642 DEBUG 29896 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 09:48:05.650 DEBUG 29896 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 09:48:05.651 DEBUG 29896 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-13 09:48:05.652 DEBUG 29896 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 09:48:05.658 DEBUG 29896 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 09:48:05.663 DEBUG 29896 --- [XNIO-1 task-3] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time
2023-06-13 09:48:05.665 DEBUG 29896 --- [XNIO-1 task-3] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-13 09:48:05.672 DEBUG 29896 --- [XNIO-1 task-3] r.c.m.x.r.U.selectCountByDate            : <==      Total: 5
2023-06-13 09:48:05.676 DEBUG 29896 --- [XNIO-1 task-3] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time
2023-06-13 09:48:05.676 DEBUG 29896 --- [XNIO-1 task-3] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-13 09:48:05.694 DEBUG 29896 --- [XNIO-1 task-3] r.c.m.x.r.E.selectCountByDate            : <==      Total: 1
2023-06-13 09:50:34.310 DEBUG 29896 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-13 09:50:34.310 DEBUG 29896 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 09:50:34.319 DEBUG 29896 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 09:50:34.320 DEBUG 29896 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-13 09:50:34.325 DEBUG 29896 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-13 09:50:34.336 DEBUG 29896 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-13 09:50:34.342 DEBUG 29896 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-13 09:50:34.342 DEBUG 29896 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 09:50:34.351 DEBUG 29896 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 09:50:34.354 DEBUG 29896 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-13 09:50:34.355 DEBUG 29896 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 09:50:34.367 DEBUG 29896 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 09:50:34.369 DEBUG 29896 --- [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-13 09:50:34.369 DEBUG 29896 --- [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-13 09:50:34.378 DEBUG 29896 --- [XNIO-1 task-5] r.c.m.x.r.U.selectCountByDate            : <==      Total: 5
2023-06-13 09:50:34.379 DEBUG 29896 --- [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-13 09:50:34.379 DEBUG 29896 --- [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-13 09:50:34.386 DEBUG 29896 --- [XNIO-1 task-5] r.c.m.x.r.E.selectCountByDate            : <==      Total: 1
2023-06-13 09:50:49.374 DEBUG 29896 --- [XNIO-1 task-6] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-13 09:50:49.375 DEBUG 29896 --- [XNIO-1 task-6] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 09:50:49.382 DEBUG 29896 --- [XNIO-1 task-6] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 09:50:49.416 DEBUG 29896 --- [XNIO-1 task-6] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-13 09:50:49.416 DEBUG 29896 --- [XNIO-1 task-6] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-13 09:50:49.423 DEBUG 29896 --- [XNIO-1 task-6] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-13 09:50:49.424 DEBUG 29896 --- [XNIO-1 task-6] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-13 09:50:49.424 DEBUG 29896 --- [XNIO-1 task-6] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 09:50:49.431 DEBUG 29896 --- [XNIO-1 task-6] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 09:50:49.433 DEBUG 29896 --- [XNIO-1 task-6] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-13 09:50:49.433 DEBUG 29896 --- [XNIO-1 task-6] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 09:50:49.440 DEBUG 29896 --- [XNIO-1 task-6] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 09:50:49.441 DEBUG 29896 --- [XNIO-1 task-6] 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-13 09:50:49.442 DEBUG 29896 --- [XNIO-1 task-6] 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-13 09:50:49.450 DEBUG 29896 --- [XNIO-1 task-6] r.c.m.x.r.U.selectCountByDate            : <==      Total: 5
2023-06-13 09:50:49.452 DEBUG 29896 --- [XNIO-1 task-6] 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-13 09:50:49.455 DEBUG 29896 --- [XNIO-1 task-6] 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-13 09:50:49.462 DEBUG 29896 --- [XNIO-1 task-6] r.c.m.x.r.E.selectCountByDate            : <==      Total: 1
2023-06-13 09:57:18.655 DEBUG 29896 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-13 09:57:18.659 DEBUG 29896 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 09:57:18.667 DEBUG 29896 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 09:57:18.668 DEBUG 29896 --- [XNIO-1 task-7] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-13 09:57:18.668 DEBUG 29896 --- [XNIO-1 task-7] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-13 09:57:18.676 DEBUG 29896 --- [XNIO-1 task-7] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-13 09:57:18.676 DEBUG 29896 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-13 09:57:18.677 DEBUG 29896 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 09:57:18.693 DEBUG 29896 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 09:57:18.694 DEBUG 29896 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-13 09:57:18.694 DEBUG 29896 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 09:57:18.701 DEBUG 29896 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 09:57:18.702 DEBUG 29896 --- [XNIO-1 task-7] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time
2023-06-13 09:57:18.704 DEBUG 29896 --- [XNIO-1 task-7] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-13 09:57:18.713 DEBUG 29896 --- [XNIO-1 task-7] r.c.m.x.r.U.selectCountByDate            : <==      Total: 5
2023-06-13 09:57:18.715 DEBUG 29896 --- [XNIO-1 task-7] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time
2023-06-13 09:57:18.715 DEBUG 29896 --- [XNIO-1 task-7] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-13 09:57:18.722 DEBUG 29896 --- [XNIO-1 task-7] r.c.m.x.r.E.selectCountByDate            : <==      Total: 1
2023-06-13 10:07:44.339 DEBUG 29896 --- [XNIO-1 task-8] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-13 10:07:44.347 DEBUG 29896 --- [XNIO-1 task-8] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 10:07:44.356 DEBUG 29896 --- [XNIO-1 task-8] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 10:07:44.358 DEBUG 29896 --- [XNIO-1 task-8] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-13 10:07:44.358 DEBUG 29896 --- [XNIO-1 task-8] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-13 10:07:44.364 DEBUG 29896 --- [XNIO-1 task-8] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-13 10:07:44.365 DEBUG 29896 --- [XNIO-1 task-8] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-13 10:07:44.365 DEBUG 29896 --- [XNIO-1 task-8] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 10:07:44.372 DEBUG 29896 --- [XNIO-1 task-8] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 10:07:44.373 DEBUG 29896 --- [XNIO-1 task-8] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-13 10:07:44.373 DEBUG 29896 --- [XNIO-1 task-8] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 10:07:44.383 DEBUG 29896 --- [XNIO-1 task-8] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 10:07:44.387 DEBUG 29896 --- [XNIO-1 task-8] 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-13 10:07:44.391 DEBUG 29896 --- [XNIO-1 task-8] 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-13 10:07:44.398 DEBUG 29896 --- [XNIO-1 task-8] r.c.m.x.r.U.selectCountByDate            : <==      Total: 5
2023-06-13 10:07:44.403 DEBUG 29896 --- [XNIO-1 task-8] 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-13 10:07:44.403 DEBUG 29896 --- [XNIO-1 task-8] 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-13 10:07:44.409 DEBUG 29896 --- [XNIO-1 task-8] r.c.m.x.r.E.selectCountByDate            : <==      Total: 1
2023-06-13 10:19:05.088 DEBUG 29896 --- [XNIO-1 task-10] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-13 10:19:05.095 DEBUG 29896 --- [XNIO-1 task-10] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 10:19:05.105 DEBUG 29896 --- [XNIO-1 task-10] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 10:19:05.107 DEBUG 29896 --- [XNIO-1 task-10] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-13 10:19:05.107 DEBUG 29896 --- [XNIO-1 task-10] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-13 10:19:05.114 DEBUG 29896 --- [XNIO-1 task-10] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-13 10:19:05.115 DEBUG 29896 --- [XNIO-1 task-10] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-13 10:19:05.117 DEBUG 29896 --- [XNIO-1 task-10] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 10:19:05.124 DEBUG 29896 --- [XNIO-1 task-10] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 10:19:05.125 DEBUG 29896 --- [XNIO-1 task-10] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-13 10:19:05.125 DEBUG 29896 --- [XNIO-1 task-10] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 10:19:05.133 DEBUG 29896 --- [XNIO-1 task-10] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 10:19:05.138 DEBUG 29896 --- [XNIO-1 task-10] 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-13 10:19:05.139 DEBUG 29896 --- [XNIO-1 task-10] 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-13 10:19:05.149 DEBUG 29896 --- [XNIO-1 task-10] r.c.m.x.r.U.selectCountByDate            : <==      Total: 5
2023-06-13 10:19:05.151 DEBUG 29896 --- [XNIO-1 task-10] 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-13 10:19:05.153 DEBUG 29896 --- [XNIO-1 task-10] 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-13 10:19:05.161 DEBUG 29896 --- [XNIO-1 task-10] r.c.m.x.r.E.selectCountByDate            : <==      Total: 1
2023-06-13 10:20:51.734 DEBUG 29896 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-13 10:20:51.736 DEBUG 29896 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 10:20:51.742 DEBUG 29896 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 10:20:51.744 DEBUG 29896 --- [XNIO-1 task-11] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-13 10:20:51.744 DEBUG 29896 --- [XNIO-1 task-11] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-13 10:20:51.751 DEBUG 29896 --- [XNIO-1 task-11] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-13 10:20:51.754 DEBUG 29896 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-13 10:20:51.754 DEBUG 29896 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 10:20:51.761 DEBUG 29896 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 10:20:51.761 DEBUG 29896 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-13 10:20:51.763 DEBUG 29896 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 10:20:51.770 DEBUG 29896 --- [XNIO-1 task-11] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 10:20:51.819 DEBUG 29896 --- [XNIO-1 task-11] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time
2023-06-13 10:20:51.820 DEBUG 29896 --- [XNIO-1 task-11] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-13 10:20:51.830 DEBUG 29896 --- [XNIO-1 task-11] r.c.m.x.r.U.selectCountByDate            : <==      Total: 5
2023-06-13 10:20:51.832 DEBUG 29896 --- [XNIO-1 task-11] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time
2023-06-13 10:20:51.833 DEBUG 29896 --- [XNIO-1 task-11] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-13 10:20:51.842 DEBUG 29896 --- [XNIO-1 task-11] r.c.m.x.r.E.selectCountByDate            : <==      Total: 1
2023-06-13 10:43:10.861 DEBUG 29896 --- [XNIO-1 task-13] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-13 10:43:10.866 DEBUG 29896 --- [XNIO-1 task-13] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 10:43:10.876 DEBUG 29896 --- [XNIO-1 task-13] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 10:43:10.877 DEBUG 29896 --- [XNIO-1 task-13] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-13 10:43:10.877 DEBUG 29896 --- [XNIO-1 task-13] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-13 10:43:10.885 DEBUG 29896 --- [XNIO-1 task-13] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-13 10:43:10.886 DEBUG 29896 --- [XNIO-1 task-13] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-13 10:43:10.886 DEBUG 29896 --- [XNIO-1 task-13] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 10:43:10.897 DEBUG 29896 --- [XNIO-1 task-13] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 10:43:10.898 DEBUG 29896 --- [XNIO-1 task-13] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-13 10:43:10.898 DEBUG 29896 --- [XNIO-1 task-13] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 10:43:10.950 DEBUG 29896 --- [XNIO-1 task-13] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 10:43:10.951 DEBUG 29896 --- [XNIO-1 task-13] 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-13 10:43:10.952 DEBUG 29896 --- [XNIO-1 task-13] 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-13 10:43:10.964 DEBUG 29896 --- [XNIO-1 task-13] r.c.m.x.r.U.selectCountByDate            : <==      Total: 5
2023-06-13 10:43:10.966 DEBUG 29896 --- [XNIO-1 task-13] 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-13 10:43:10.966 DEBUG 29896 --- [XNIO-1 task-13] 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-13 10:43:10.974 DEBUG 29896 --- [XNIO-1 task-13] r.c.m.x.r.E.selectCountByDate            : <==      Total: 1
2023-06-13 10:43:18.581 DEBUG 29896 --- [XNIO-1 task-14] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-13 10:43:18.581 DEBUG 29896 --- [XNIO-1 task-14] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 10:43:18.588 DEBUG 29896 --- [XNIO-1 task-14] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 10:43:18.590 DEBUG 29896 --- [XNIO-1 task-14] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-13 10:43:18.590 DEBUG 29896 --- [XNIO-1 task-14] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-13 10:43:18.597 DEBUG 29896 --- [XNIO-1 task-14] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-13 10:43:18.598 DEBUG 29896 --- [XNIO-1 task-14] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-13 10:43:18.598 DEBUG 29896 --- [XNIO-1 task-14] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 10:43:18.605 DEBUG 29896 --- [XNIO-1 task-14] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 10:43:18.605 DEBUG 29896 --- [XNIO-1 task-14] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-13 10:43:18.605 DEBUG 29896 --- [XNIO-1 task-14] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 10:43:18.614 DEBUG 29896 --- [XNIO-1 task-14] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 10:43:18.616 DEBUG 29896 --- [XNIO-1 task-14] 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-13 10:43:18.616 DEBUG 29896 --- [XNIO-1 task-14] 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-13 10:43:18.622 DEBUG 29896 --- [XNIO-1 task-14] r.c.m.x.r.U.selectCountByDate            : <==      Total: 5
2023-06-13 10:43:18.625 DEBUG 29896 --- [XNIO-1 task-14] 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-13 10:43:18.625 DEBUG 29896 --- [XNIO-1 task-14] 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-13 10:43:18.633 DEBUG 29896 --- [XNIO-1 task-14] r.c.m.x.r.E.selectCountByDate            : <==      Total: 1
2023-06-13 12:18:13.060  WARN 29896 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=12m41s409ms379µs).
2023-06-13 13:38:19.135 DEBUG 29896 --- [XNIO-1 task-19] 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-13 13:38:19.148 DEBUG 29896 --- [XNIO-1 task-19] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-13 13:38:19.176 DEBUG 29896 --- [XNIO-1 task-19] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-13 13:38:20.758 DEBUG 29896 --- [XNIO-1 task-19] 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-13 13:38:20.759 DEBUG 29896 --- [XNIO-1 task-19] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-13 13:38:20.768 DEBUG 29896 --- [XNIO-1 task-19] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-13 13:38:20.788 DEBUG 29896 --- [XNIO-1 task-19] 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-13 13:38:20.794 DEBUG 29896 --- [XNIO-1 task-19] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了考试系统(String), 2023-06-13 13:38:20.768(Timestamp)
2023-06-13 13:38:20.822 DEBUG 29896 --- [XNIO-1 task-19] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-13 13:38:21.110 DEBUG 29896 --- [XNIO-1 task-20] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0
2023-06-13 13:38:21.112 DEBUG 29896 --- [XNIO-1 task-20] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 13:38:21.122 DEBUG 29896 --- [XNIO-1 task-20] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 13:38:21.130 DEBUG 29896 --- [XNIO-1 task-20] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0
2023-06-13 13:38:21.131 DEBUG 29896 --- [XNIO-1 task-20] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters:
2023-06-13 13:38:21.137 DEBUG 29896 --- [XNIO-1 task-20] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-13 13:38:21.140 DEBUG 29896 --- [XNIO-1 task-20] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer
2023-06-13 13:38:21.140 DEBUG 29896 --- [XNIO-1 task-20] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 13:38:21.146 DEBUG 29896 --- [XNIO-1 task-20] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 13:38:21.147 DEBUG 29896 --- [XNIO-1 task-20] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
2023-06-13 13:38:21.148 DEBUG 29896 --- [XNIO-1 task-20] r.c.m.x.r.E.selectAllCount               : ==> Parameters:
2023-06-13 13:38:21.156 DEBUG 29896 --- [XNIO-1 task-20] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-13 13:38:21.159 DEBUG 29896 --- [XNIO-1 task-20] 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-13 13:38:21.161 DEBUG 29896 --- [XNIO-1 task-20] 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-13 13:38:21.171 DEBUG 29896 --- [XNIO-1 task-20] r.c.m.x.r.U.selectCountByDate            : <==      Total: 5
2023-06-13 13:38:21.174 DEBUG 29896 --- [XNIO-1 task-20] 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-13 13:38:21.175 DEBUG 29896 --- [XNIO-1 task-20] 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-13 13:38:21.182 DEBUG 29896 --- [XNIO-1 task-20] r.c.m.x.r.E.selectCountByDate            : <==      Total: 1
2023-06-13 13:38:25.301 DEBUG 29896 --- [XNIO-1 task-21] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-13 13:38:25.302 DEBUG 29896 --- [XNIO-1 task-21] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-13 13:38:25.310 DEBUG 29896 --- [XNIO-1 task-21] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 7
2023-06-13 13:38:25.345 DEBUG 29896 --- [XNIO-1 task-22] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0
2023-06-13 13:38:25.345 DEBUG 29896 --- [XNIO-1 task-22] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters:
2023-06-13 13:38:25.352 DEBUG 29896 --- [XNIO-1 task-22] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-13 13:38:25.354 DEBUG 29896 --- [XNIO-1 task-22] r.c.m.x.repository.ExamPaperMapper.page  : ==>  Preparing: SELECT id, name, subject_id, paper_type, grade_level, score, question_count, suggest_time, limit_start_time, limit_end_time, frame_text_content_id, create_user, create_time, deleted, task_exam_id FROM t_exam_paper WHERE deleted = 0 order by id desc LIMIT ?
2023-06-13 13:38:25.354 DEBUG 29896 --- [XNIO-1 task-22] r.c.m.x.repository.ExamPaperMapper.page  : ==> Parameters: 10(Integer)
2023-06-13 13:38:25.363 DEBUG 29896 --- [XNIO-1 task-22] r.c.m.x.repository.ExamPaperMapper.page  : <==      Total: 1
2023-06-13 13:38:31.259 DEBUG 29896 --- [XNIO-1 task-23] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-13 13:38:31.260 DEBUG 29896 --- [XNIO-1 task-23] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-13 13:38:31.268 DEBUG 29896 --- [XNIO-1 task-23] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 7
2023-06-13 13:38:31.657 DEBUG 29896 --- [XNIO-1 task-24] 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-13 13:38:31.657 DEBUG 29896 --- [XNIO-1 task-24] r.c.m.x.r.E.selectByPrimaryKey           : ==> Parameters: 4(Integer)
2023-06-13 13:38:31.667 DEBUG 29896 --- [XNIO-1 task-24] r.c.m.x.r.E.selectByPrimaryKey           : <==      Total: 1
2023-06-13 13:38:31.672 DEBUG 29896 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-13 13:38:31.672 DEBUG 29896 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 39(Integer)
2023-06-13 13:38:31.679 DEBUG 29896 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-13 13:38:31.735 DEBUG 29896 --- [XNIO-1 task-24] 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-13 13:38:31.737 DEBUG 29896 --- [XNIO-1 task-24] r.c.m.x.r.QuestionMapper.selectByIds     : ==> Parameters: 27(Integer), 26(Integer)
2023-06-13 13:38:31.747 DEBUG 29896 --- [XNIO-1 task-24] r.c.m.x.r.QuestionMapper.selectByIds     : <==      Total: 2
2023-06-13 13:38:31.762 DEBUG 29896 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-13 13:38:31.762 DEBUG 29896 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 38(Integer)
2023-06-13 13:38:31.770 DEBUG 29896 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-13 13:38:31.824 DEBUG 29896 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ?
2023-06-13 13:38:31.824 DEBUG 29896 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 37(Integer)
2023-06-13 13:38:31.831 DEBUG 29896 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-13 13:38:40.020 DEBUG 29896 --- [XNIO-1 task-25] r.c.m.x.r.UserMapper.userPage_COUNT      : ==>  Preparing: SELECT count(0) FROM t_user WHERE deleted = 0 AND role = ?
2023-06-13 13:38:40.021 DEBUG 29896 --- [XNIO-1 task-25] r.c.m.x.r.UserMapper.userPage_COUNT      : ==> Parameters: 1(Integer)
2023-06-13 13:38:40.028 DEBUG 29896 --- [XNIO-1 task-25] r.c.m.x.r.UserMapper.userPage_COUNT      : <==      Total: 1
2023-06-13 13:38:40.031 DEBUG 29896 --- [XNIO-1 task-25] r.c.m.x.repository.UserMapper.userPage   : ==>  Preparing: SELECT id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id FROM t_user WHERE deleted = 0 AND role = ? order by id desc LIMIT ?
2023-06-13 13:38:40.032 DEBUG 29896 --- [XNIO-1 task-25] r.c.m.x.repository.UserMapper.userPage   : ==> Parameters: 1(Integer), 10(Integer)
2023-06-13 13:38:40.041 DEBUG 29896 --- [XNIO-1 task-25] r.c.m.x.repository.UserMapper.userPage   : <==      Total: 3
2023-06-13 13:44:02.655 DEBUG 29896 --- [XNIO-1 task-26] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject
2023-06-13 13:44:02.655 DEBUG 29896 --- [XNIO-1 task-26] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters:
2023-06-13 13:44:02.663 DEBUG 29896 --- [XNIO-1 task-26] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-13 13:44:02.666 DEBUG 29896 --- [XNIO-1 task-27] r.c.m.x.r.QuestionMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_question WHERE deleted = 0
2023-06-13 13:44:02.667 DEBUG 29896 --- [XNIO-1 task-27] r.c.m.x.r.QuestionMapper.page_COUNT      : ==> Parameters:
2023-06-13 13:44:02.688 DEBUG 29896 --- [XNIO-1 task-27] r.c.m.x.r.QuestionMapper.page_COUNT      : <==      Total: 1
2023-06-13 13:48:14.532  INFO 29896 --- [Thread-17] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-06-13 13:48:14.561  INFO 29896 --- [Thread-17] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-06-13 13:48:14.575  INFO 29896 --- [Thread-17] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'
src/main/java/com/mindskip/xzs/controller/admin/DepartmentController.java
@@ -3,16 +3,18 @@
import com.github.pagehelper.PageInfo;
import com.mindskip.xzs.base.BaseApiController;
import com.mindskip.xzs.base.RestResponse;
import com.mindskip.xzs.domain.Department;
import com.mindskip.xzs.domain.User;
import com.mindskip.xzs.service.DepartmentService;
import com.mindskip.xzs.utility.PageInfoHelper;
import com.mindskip.xzs.viewmodel.admin.department.DepartmentResponseVM;
import com.mindskip.xzs.viewmodel.admin.user.UserPageRequestVM;
import com.mindskip.xzs.viewmodel.admin.user.UserResponseVM;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.bind.annotation.*;
import javax.validation.Valid;
@RestController("AdminDepartmentController")
@RequestMapping("/api/admin/department")
@@ -26,10 +28,29 @@
        this.departmentService = departmentService;
    }
//    @RequestMapping(value = "/page/list", method = RequestMethod.POST)
//    public RestResponse<PageInfo<UserResponseVM>> pageList(@RequestBody UserPageRequestVM model) {
//        PageInfo<User> pageInfo = userService.userPage(model);
//        PageInfo<UserResponseVM> page = PageInfoHelper.copyMap(pageInfo, d -> UserResponseVM.from(d));
//        return RestResponse.ok(page);
//    }
    @RequestMapping(value = "/page/list", method = RequestMethod.POST)
    public RestResponse<PageInfo<DepartmentResponseVM>> pageList(@RequestBody DepartmentResponseVM model) {
        PageInfo<Department> pageInfo = departmentService.gets(model);
        PageInfo<DepartmentResponseVM> page = PageInfoHelper.copyMap(pageInfo, q -> {
            DepartmentResponseVM vm = modelMapper.map(q,DepartmentResponseVM.class);
            return vm;
        });
        return RestResponse.ok(page);
    }
    @RequestMapping(value = "/add", method = RequestMethod.POST)
    public RestResponse add(@RequestBody @Valid String  name) {
        return RestResponse.ok(departmentService.add(name));
    }
    @RequestMapping(value = "/update", method = RequestMethod.POST)
    public RestResponse update(@RequestBody @Valid Department  model) {
        return RestResponse.ok(departmentService.update(model));
    }
    @RequestMapping(value = "/get/{id}", method = RequestMethod.POST)
    public RestResponse update(@PathVariable Integer id) {
        return RestResponse.ok(departmentService.getById(id));
    }
}
src/main/java/com/mindskip/xzs/controller/admin/QuestionController.java
@@ -7,16 +7,16 @@
import com.mindskip.xzs.domain.TextContent;
import com.mindskip.xzs.domain.enums.QuestionTypeEnum;
import com.mindskip.xzs.domain.question.QuestionObject;
import com.mindskip.xzs.domain.vo.ExamVO;
import com.mindskip.xzs.service.QuestionService;
import com.mindskip.xzs.service.TextContentService;
import com.mindskip.xzs.repository.DepartmentMapper;
import com.mindskip.xzs.repository.SubjectMapper;
import com.mindskip.xzs.service.*;
import com.mindskip.xzs.utility.*;
import com.mindskip.xzs.utility.convert.QuestionClassConvert;
import com.mindskip.xzs.utility.excel.ExcelUtils;
import com.mindskip.xzs.viewmodel.admin.education.SubjectPageRequestVM;
import com.mindskip.xzs.viewmodel.admin.question.*;
import com.github.pagehelper.PageInfo;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.multipart.MultipartFile;
@@ -34,10 +34,19 @@
    private final QuestionService questionService;
    private final TextContentService textContentService;
    private final SubjectMapper subjectMapper;
    private final DepartmentMapper departmentMapper;
    private final QuestionSubjectService questionSubjectService;
    @Autowired
    public QuestionController(QuestionService questionService, TextContentService textContentService) {
    public QuestionController(QuestionService questionService, TextContentService textContentService, SubjectMapper subjectMapper, DepartmentMapper departmentMapper, QuestionSubjectService questionSubjectService) {
        this.questionService = questionService;
        this.textContentService = textContentService;
        this.subjectMapper = subjectMapper;
        this.departmentMapper = departmentMapper;
        this.questionSubjectService = questionSubjectService;
    }
    @RequestMapping(value = "/page", method = RequestMethod.POST)
@@ -51,6 +60,12 @@
            QuestionObject questionObject = JsonUtil.toJsonObject(textContent.getContent(), QuestionObject.class);
            String clearHtml = HtmlUtil.clear(questionObject.getTitleContent());
            vm.setShortTitle(clearHtml);
            vm.setQuestionSubjects(questionSubjectService.getQuestion(vm.getId()).stream().map(e -> {
                SubjectPageRequestVM subjectPageRequestVM = new SubjectPageRequestVM();
                subjectPageRequestVM.setId(e.getSubjectId());
                e.setSubName(subjectMapper.page(subjectPageRequestVM).get(0).getName());
                return e;
            }).collect(Collectors.toList()));
            return vm;
        });
        return RestResponse.ok(page);
@@ -81,10 +96,7 @@
    @RequestMapping(value = "/delete/{id}", method = RequestMethod.POST)
    public RestResponse delete(@PathVariable Integer id) {
        Question question = questionService.selectById(id);
        question.setDeleted(true);
        questionService.updateByIdFilter(question);
        return RestResponse.ok();
        return RestResponse.ok(questionService.remove(id));
    }
    private RestResponse validQuestionEditRequestVM(QuestionEditRequestVM model) {
@@ -110,7 +122,13 @@
    @PostMapping("/import")
    public void importUser(@RequestPart("file") MultipartFile file) throws Exception {
        List<QuestionEditVO> questionEditVOS = ExcelUtils.readMultipartFile(file, QuestionEditVO.class);
        List<QuestionEditVO> questionEditVOS = ExcelUtils.readMultipartFile(file, QuestionEditVO.class)
                .stream().map(e -> {
                    e.setQuestionType(QuestionTypeEnum.get(e.getType()));
                    e.setSubjectId(subjectMapper.getName(e.getSubjectName()).getId());
                    e.setGradeLevel(departmentMapper.getName(e.getDepartment()).getId());
                    return e;
                }).collect(Collectors.toList());
        List<QuestionEditRequestVM> list = QuestionClassConvert.INSTANCE.QuestionEditVOListToQuestionEditRequestVMList(questionEditVOS);
src/main/java/com/mindskip/xzs/controller/admin/QuestionSubjectController.java
New file
@@ -0,0 +1,28 @@
package com.mindskip.xzs.controller.admin;
import com.mindskip.xzs.base.BaseApiController;
import com.mindskip.xzs.base.RestResponse;
import com.mindskip.xzs.service.QuestionSubjectService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
@RestController("AdminQuestionSubject")
@RequestMapping("/api/admin/questionSubject")
public class QuestionSubjectController extends BaseApiController {
    private final QuestionSubjectService questionSubjectService;
    @Autowired
    public QuestionSubjectController(QuestionSubjectService questionSubjectService) {
        this.questionSubjectService = questionSubjectService;
    }
    @RequestMapping(value = "/removes",method = RequestMethod.POST)
    public RestResponse removes(@RequestBody Integer[] ids){
        return RestResponse.ok(questionSubjectService.removes(ids));
    }
}
src/main/java/com/mindskip/xzs/domain/QuestionSubject.java
New file
@@ -0,0 +1,72 @@
package com.mindskip.xzs.domain;
import java.io.Serializable;
/**
 * 标签表
 */
public class QuestionSubject implements Serializable {
    private Integer id;
    /**
     * 标签表id
     */
    private Integer subjectId;
    /**
     * 题目id
     */
    private Integer questionId;
    private Integer deleted;
    private String subName;
    public Integer getId() {
        return id;
    }
    public void setId(Integer id) {
        this.id = id;
    }
    public Integer getSubjectId() {
        return subjectId;
    }
    public void setSubjectId(Integer subjectId) {
        this.subjectId = subjectId;
    }
    public Integer getQuestionId() {
        return questionId;
    }
    public void setQuestionId(Integer questionId) {
        this.questionId = questionId;
    }
    public Integer getDeleted() {
        return deleted;
    }
    public void setDeleted(Integer deleted) {
        this.deleted = deleted;
    }
    public String getSubName() {
        return subName;
    }
    public void setSubName(String subName) {
        this.subName = subName;
    }
    @Override
    public String toString() {
        return "QuestionSubject{" +
                "id=" + id +
                ", subjectId=" + subjectId +
                ", questionId=" + questionId +
                ", deleted=" + deleted +
                '}';
    }
}
src/main/java/com/mindskip/xzs/domain/enums/QuestionTypeEnum.java
@@ -1,6 +1,7 @@
package com.mindskip.xzs.domain.enums;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public enum QuestionTypeEnum {
@@ -28,6 +29,19 @@
        }
    }
    public static Integer get(String text){
        if("".equals(text) || text == null){
            return null;
        }
        QuestionTypeEnum[] enums = QuestionTypeEnum.values();
        for (QuestionTypeEnum anEnum : enums) {
            if(anEnum.getName().equals(text)){
                return anEnum.getCode();
            }
        }
        return null;
    }
    public static QuestionTypeEnum fromCode(Integer code) {
        return keyMap.get(code);
    }
src/main/java/com/mindskip/xzs/domain/vo/QuestionSubjectVO.java
New file
@@ -0,0 +1,58 @@
package com.mindskip.xzs.domain.vo;
public class QuestionSubjectVO {
    private Integer id;
    /**
     * 标签表id
     */
    private Integer subjectId;
    /**
     * 题目id
     */
    private Integer questionId;
    private Integer deleted;
    private String name;
    public String getName() {
        return name;
    }
    public void setName(String name) {
        this.name = name;
    }
    public Integer getId() {
        return id;
    }
    public void setId(Integer id) {
        this.id = id;
    }
    public Integer getSubjectId() {
        return subjectId;
    }
    public void setSubjectId(Integer subjectId) {
        this.subjectId = subjectId;
    }
    public Integer getQuestionId() {
        return questionId;
    }
    public void setQuestionId(Integer questionId) {
        this.questionId = questionId;
    }
    public Integer getDeleted() {
        return deleted;
    }
    public void setDeleted(Integer deleted) {
        this.deleted = deleted;
    }
}
src/main/java/com/mindskip/xzs/repository/DepartmentMapper.java
@@ -16,4 +16,8 @@
    List<Department> gets();
    List<Department> page(DepartmentResponseVM departmentResponseVM);
    Department getName(String name);
    Department getById(Integer id);
}
src/main/java/com/mindskip/xzs/repository/QuestionSubjectMapper.java
New file
@@ -0,0 +1,27 @@
package com.mindskip.xzs.repository;
import com.mindskip.xzs.domain.QuestionSubject;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@Mapper
public interface QuestionSubjectMapper extends BaseMapper<QuestionSubject>{
    /**
     * 批量删除
     * @param ids
     * @return
     */
    Integer removes(Integer[] ids);
    /**
     *
     * @return
     */
    List<QuestionSubject> getQuestion(Integer id);
    Integer saves(List<QuestionSubject> list);
    Integer removeQuestionId(Integer questionId);
}
src/main/java/com/mindskip/xzs/repository/SubjectMapper.java
@@ -14,4 +14,6 @@
    List<Subject> allSubject();
    List<Subject> page(SubjectPageRequestVM requestVM);
    Subject getName(String name);
}
src/main/java/com/mindskip/xzs/service/DepartmentService.java
@@ -35,4 +35,6 @@
     * @return
     */
    PageInfo<Department> gets(DepartmentResponseVM departmentResponseVM);
    Department getById(Integer id);
}
src/main/java/com/mindskip/xzs/service/QuestionService.java
@@ -22,4 +22,6 @@
    Integer selectAllCount();
    List<Integer> selectMothCount();
    Integer remove(Integer id);
}
src/main/java/com/mindskip/xzs/service/QuestionSubjectService.java
New file
@@ -0,0 +1,42 @@
package com.mindskip.xzs.service;
import com.mindskip.xzs.domain.QuestionSubject;
import java.util.List;
public interface QuestionSubjectService extends BaseService<QuestionSubject>{
    /**
     * 批量删除
     * @param ids
     * @return
     */
    Integer removes(Integer[] ids);
    /**
     * 添加
     * @param questionSubject
     * @return
     */
    Integer add(QuestionSubject questionSubject);
    /**
     *
     * @return
     */
    List<QuestionSubject> getQuestion(Integer id);
    /**
     * 批量添加
     * @param list
     * @return
     */
    Integer saves(List<QuestionSubject> list);
    /**
     * 根据试卷id批量删除
     * @param questionId
     * @return
     */
    Integer removeQuestionId(Integer questionId);
}
src/main/java/com/mindskip/xzs/service/impl/DepartmentServiceImpl.java
@@ -49,4 +49,9 @@
                departmentMapper.page(departmentResponseVM)
        );
    }
    @Override
    public Department getById(Integer id) {
        return departmentMapper.getById(id);
    }
}
src/main/java/com/mindskip/xzs/service/impl/QuestionServiceImpl.java
@@ -1,5 +1,6 @@
package com.mindskip.xzs.service.impl;
import com.mindskip.xzs.domain.QuestionSubject;
import com.mindskip.xzs.domain.other.KeyValue;
import com.mindskip.xzs.domain.Question;
import com.mindskip.xzs.domain.TextContent;
@@ -9,6 +10,7 @@
import com.mindskip.xzs.domain.question.QuestionObject;
import com.mindskip.xzs.repository.QuestionMapper;
import com.mindskip.xzs.service.QuestionService;
import com.mindskip.xzs.service.QuestionSubjectService;
import com.mindskip.xzs.service.SubjectService;
import com.mindskip.xzs.service.TextContentService;
import com.mindskip.xzs.utility.DateTimeUtil;
@@ -25,6 +27,7 @@
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.Arrays;
import java.util.Date;
import java.util.List;
import java.util.stream.Collectors;
@@ -36,13 +39,15 @@
    private final QuestionMapper questionMapper;
    private final TextContentService textContentService;
    private final SubjectService subjectService;
    private final QuestionSubjectService questionSubjectService;
    @Autowired
    public QuestionServiceImpl(QuestionMapper questionMapper, TextContentService textContentService, SubjectService subjectService) {
    public QuestionServiceImpl(QuestionMapper questionMapper, TextContentService textContentService, SubjectService subjectService, QuestionSubjectService questionSubjectService) {
        super(questionMapper);
        this.textContentService = textContentService;
        this.questionMapper = questionMapper;
        this.subjectService = subjectService;
        this.questionSubjectService = questionSubjectService;
    }
    @Override
@@ -57,7 +62,7 @@
    @Transactional
    public Question insertFullQuestion(QuestionEditRequestVM model, Integer userId) {
        Date now = new Date();
        Integer gradeLevel = subjectService.levelBySubjectId(model.getSubjectId());
//        Integer gradeLevel = subjectService.levelBySubjectId(model.getSubjectId());
        //题干、解析、选项等 插入
        TextContent infoTextContent = new TextContent();
@@ -66,8 +71,8 @@
        textContentService.insertByFilter(infoTextContent);
        Question question = new Question();
        question.setSubjectId(model.getSubjectId());
        question.setGradeLevel(gradeLevel);
//        question.setSubjectId(model.getSubjectId());
//        question.setGradeLevel(gradeLevel);
        question.setCreateTime(now);
        question.setQuestionType(model.getQuestionType());
        question.setStatus(QuestionStatusEnum.OK.getCode());
@@ -78,6 +83,16 @@
        question.setCreateUser(userId);
        question.setDeleted(false);
        questionMapper.insertSelective(question);
        //批量添加
        List<QuestionSubject> list = Arrays.asList(model.getSubjectIds()).stream().map(e->{
            QuestionSubject questionSubject = new QuestionSubject();
            questionSubject.setQuestionId(question.getId());
            questionSubject.setSubjectId(e);
            questionSubject.setDeleted(0);
            return questionSubject;
        }).collect(Collectors.toList());
        questionSubjectService.saves(list);
        return question;
    }
@@ -97,6 +112,17 @@
        TextContent infoTextContent = textContentService.selectById(question.getInfoTextContentId());
        setQuestionInfoFromVM(infoTextContent, model);
        textContentService.updateByIdFilter(infoTextContent);
        questionSubjectService.removeQuestionId(question.getId());
        //批量添加
        List<QuestionSubject> list = Arrays.asList(model.getSubjectIds()).stream().map(e->{
            QuestionSubject questionSubject = new QuestionSubject();
            questionSubject.setQuestionId(question.getId());
            questionSubject.setSubjectId(e);
            questionSubject.setDeleted(0);
            return questionSubject;
        }).collect(Collectors.toList());
        questionSubjectService.saves(list);
        return question;
    }
@@ -188,5 +214,18 @@
        }).collect(Collectors.toList());
    }
    @Transactional(rollbackFor = Exception.class)
    @Override
    public Integer remove(Integer id) {
        Question question = questionMapper.selectByPrimaryKey(id);
        question.setDeleted(true);
        questionMapper.updateByPrimaryKeySelective(question);
        List<Integer> list = questionSubjectService.getQuestion(id)
                .stream().map(e->{
                    return e.getId();
                }).collect(Collectors.toList());
        return questionSubjectService.removes(list.toArray(new Integer[list.size()]));
    }
}
src/main/java/com/mindskip/xzs/service/impl/QuestionSubjectServiceImpl.java
New file
@@ -0,0 +1,49 @@
package com.mindskip.xzs.service.impl;
import com.mindskip.xzs.domain.QuestionSubject;
import com.mindskip.xzs.repository.BaseMapper;
import com.mindskip.xzs.repository.QuestionSubjectMapper;
import com.mindskip.xzs.service.QuestionSubjectService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class QuestionSubjectServiceImpl extends BaseServiceImpl<QuestionSubject> implements QuestionSubjectService {
    private final QuestionSubjectMapper questionSubjectMapper;
    @Autowired
    public QuestionSubjectServiceImpl(BaseMapper<QuestionSubject> baseMapper, QuestionSubjectMapper questionSubjectMapper) {
        super(baseMapper);
        this.questionSubjectMapper = questionSubjectMapper;
    }
    @Override
    public Integer removes(Integer[] ids) {
        return questionSubjectMapper.removes(ids);
    }
    @Override
    public Integer add(QuestionSubject questionSubject) {
        return questionSubjectMapper.insert(questionSubject);
    }
    @Override
    public List<QuestionSubject> getQuestion(Integer id) {
        return questionSubjectMapper.getQuestion(id);
    }
    @Override
    public Integer saves(List<QuestionSubject> list) {
        return questionSubjectMapper.saves(list);
    }
    @Override
    public Integer removeQuestionId(Integer questionId) {
        return questionSubjectMapper.removeQuestionId(questionId);
    }
}
src/main/java/com/mindskip/xzs/viewmodel/admin/education/SubjectPageRequestVM.java
@@ -7,6 +7,7 @@
public class SubjectPageRequestVM extends BasePage {
    private Integer id;
    private Integer level;
    private String name;
    public Integer getId() {
        return id;
@@ -23,4 +24,12 @@
    public void setLevel(Integer level) {
        this.level = level;
    }
    public String getName() {
        return name;
    }
    public void setName(String name) {
        this.name = name;
    }
}
src/main/java/com/mindskip/xzs/viewmodel/admin/question/QuestionEditRequestVM.java
@@ -15,7 +15,7 @@
    @NotNull
    private Integer questionType;
//    年级学科表
    @NotNull
//    @NotNull
    private Integer subjectId;
    //题干
    @NotBlank
@@ -48,6 +48,16 @@
    private String c;
    private String d;
    private Integer[] subjectIds;
    public Integer[] getSubjectIds() {
        return subjectIds;
    }
    public void setSubjectIds(Integer[] subjectIds) {
        this.subjectIds = subjectIds;
    }
    public String getA() {
        return a;
    }
src/main/java/com/mindskip/xzs/viewmodel/admin/question/QuestionEditVO.java
@@ -11,11 +11,13 @@
public class QuestionEditVO {
    private Integer id;
    @ExcelImport("题型(单选:1)")
    @ExcelImport("题型")
    private String type;
    //    1:单选
    @NotNull
    private Integer questionType;
    @ExcelImport("学科")
    @ExcelImport("课目")
    private String subjectName;
    //    年级学科表
    @NotNull
    private Integer subjectId;
@@ -47,8 +49,11 @@
    @ExcelImport("难度")
    @Range(min = 1, max = 5, message = "请选择题目难度")
    private Integer difficult;
    @ExcelImport("年级")
    @ExcelImport("部门")
    private String department;
    private Integer gradeLevel;
    @ExcelImport("选项A")
    private String a;
@@ -59,6 +64,33 @@
    @ExcelImport("选项D")
    private String d;
    public String getType() {
        return type;
    }
    public void setType(String type) {
        this.type = type;
    }
    public String getSubjectName() {
        return subjectName;
    }
    public void setSubjectName(String subjectName) {
        this.subjectName = subjectName;
    }
    public String getDepartment() {
        return department;
    }
    public void setDepartment(String department) {
        this.department = department;
    }
    public List<String> getCorrectArray() {
        return correctArray;
    }
src/main/java/com/mindskip/xzs/viewmodel/admin/question/QuestionResponseVM.java
@@ -1,7 +1,9 @@
package com.mindskip.xzs.viewmodel.admin.question;
import com.mindskip.xzs.domain.QuestionSubject;
import com.mindskip.xzs.viewmodel.BaseVM;
import java.util.List;
public class QuestionResponseVM extends BaseVM {
@@ -29,6 +31,8 @@
    private Integer difficult;
    private String shortTitle;
    private List<QuestionSubject> questionSubjects;
    public Integer getId() {
        return id;
@@ -125,4 +129,12 @@
    public void setShortTitle(String shortTitle) {
        this.shortTitle = shortTitle;
    }
    public List<QuestionSubject> getQuestionSubjects() {
        return questionSubjects;
    }
    public void setQuestionSubjects(List<QuestionSubject> questionSubjects) {
        this.questionSubjects = questionSubjects;
    }
}
src/main/resources/mapper/DepartmentMapper.xml
@@ -8,7 +8,8 @@
    </resultMap>
    <sql id="Base_Column_List">
        id, name,deleted
        id
        , name,deleted
    </sql>
    <insert id="add" parameterType="com.mindskip.xzs.domain.Department" useGeneratedKeys="true" keyProperty="id">
@@ -17,13 +18,13 @@
    </insert>
    <update id="update" parameterType="com.mindskip.xzs.domain.Department">
        update t_user
        update t_department
        <set>
            <if test="name != null">
                name = #{name,jdbcType=VARCHAR},
            </if>
            <if test="deleted != null">
                name = #{deleted,jdbcType=VARCHAR},
                deleted = #{deleted,jdbcType=VARCHAR},
            </if>
        </set>
        where id = #{id,jdbcType=INTEGER}
@@ -35,7 +36,15 @@
        from t_department where deleted=0
    </select>
    <select id="page" resultMap="BaseResultMap" parameterType="com.mindskip.xzs.viewmodel.admin.department.DepartmentResponseVM">
    <select id="getById" resultMap="BaseResultMap">
        select
        <include refid="Base_Column_List"/>
        from t_department where deleted=0
        and id = #{id}
    </select>
    <select id="page" resultMap="BaseResultMap"
            parameterType="com.mindskip.xzs.viewmodel.admin.department.DepartmentResponseVM">
        SELECT
        <include refid="Base_Column_List"/>
        FROM t_department
@@ -50,4 +59,10 @@
        </where>
    </select>
    <select id="getName" resultMap="BaseResultMap">
        select
        <include refid="Base_Column_List"/>
        from t_department where deleted=0 and name = #{name}
    </select>
</mapper>
src/main/resources/mapper/QuestionSubjectMapper.xml
New file
@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.mindskip.xzs.repository.QuestionSubjectMapper">
    <resultMap id="BaseResultMap" type="com.mindskip.xzs.domain.QuestionSubject">
        <id column="id" jdbcType="INTEGER" property="id"/>
        <result column="subject_id" jdbcType="INTEGER" property="subjectId"/>
        <result column="question_id" jdbcType="INTEGER" property="questionId"/>
        <result column="deleted" jdbcType="INTEGER" property="deleted"/>
        <result column="sub_name" jdbcType="VARCHAR" property="subName"/>
    </resultMap>
    <sql id="Base_Column_List">
        id, subject_id,question_id,deleted
    </sql>
    <delete id="removes" parameterType="java.lang.Integer">
        delete from t_question_subject
        where id in
        <foreach item="id" collection="ids" open="(" separator=","
                 close=")">
            #{id}
        </foreach>
    </delete>
    <delete id="removeQuestionId" parameterType="java.lang.Integer">
        delete from t_question_subject
        where question_id = #{questionId}
    </delete>
    <select id="getQuestion" resultMap="BaseResultMap">
        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 = #{id} and qs.deleted = 0 and s.deleted = 0
    </select>
    <insert id="saves" parameterType="java.util.List" useGeneratedKeys="true" keyProperty="id">
        insert into t_question_subject(id,subject_id,question_id,deleted)
        values
        <foreach collection="list" item="item" index="index" separator=",">
            (#{item.id},#{item.subjectId},#{item.questionId},#{item.deleted})
        </foreach>
    </insert>
</mapper>
src/main/resources/mapper/SubjectMapper.xml
@@ -131,7 +131,17 @@
      <if test="level != null ">
        and level= #{level}
      </if>
      <if test="name != null ">
        and level_name like concat('%',#{name},'%')
      </if>
    </where>
  </select>
  <select id="getName" resultMap="BaseResultMap">
      SELECT
      <include refid="Base_Column_List"/>
      FROM t_subject
      where name = #{name}
  </select>
</mapper>