龚焕茏
2024-07-03 3ec909b27b3eba956aa9d00cc7a94c179bd04bbf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
2023-12-01 12:10:13.615  INFO 23428 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 23428 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-12-01 12:10:13.618  INFO 23428 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-12-01 12:10:13.669  INFO 23428 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-12-01 12:10:13.669  INFO 23428 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-12-01 12:10:15.935  INFO 23428 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f4439369] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-12-01 12:10:16.480  WARN 23428 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-12-01 12:10:16.508  INFO 23428 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-12-01 12:10:16.508  INFO 23428 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 2838 ms
2023-12-01 12:10:18.753  INFO 23428 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-12-01 12:10:18.995  INFO 23428 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2c8a735b, org.springframework.security.web.context.SecurityContextPersistenceFilter@620c9924, org.springframework.security.web.header.HeaderWriterFilter@3d77c266, org.springframework.web.filter.CorsFilter@34d8751f, org.springframework.security.web.authentication.logout.LogoutFilter@4019f383, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@720271d6, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@20105dde, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1a0f037e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@37e36bb5, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@6a88af67, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@462b2420, org.springframework.security.web.session.SessionManagementFilter@77f011f8, org.springframework.security.web.access.ExceptionTranslationFilter@7ac9683a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6a964927]
2023-12-01 12:10:19.022  INFO 23428 --- [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-12-01 12:10:19.644  INFO 23428 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-12-01 12:10:19.671  INFO 23428 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-12-01 12:10:19.731  INFO 23428 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2023-12-01 12:10:19.971  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: taskUsingPOST_1
2023-12-01 12:10:20.014  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
2023-12-01 12:10:20.038  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_1
2023-12-01 12:10:20.047  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_1
2023-12-01 12:10:20.052  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_1
2023-12-01 12:10:20.113  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_1
2023-12-01 12:10:20.115  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_2
2023-12-01 12:10:20.143  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: answerSubmitUsingPOST_1
2023-12-01 12:10:20.147  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_3
2023-12-01 12:10:20.151  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_1
2023-12-01 12:10:20.166  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_4
2023-12-01 12:10:20.172  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_2
2023-12-01 12:10:20.197  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_2
2023-12-01 12:10:20.203  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_5
2023-12-01 12:10:20.207  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_3
2023-12-01 12:10:20.213  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_1
2023-12-01 12:10:20.218  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_3
2023-12-01 12:10:20.247  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_6
2023-12-01 12:10:20.251  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_4
2023-12-01 12:10:20.271  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageJudgeListUsingPOST_1
2023-12-01 12:10:20.287  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingGET_1
2023-12-01 12:10:20.290  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_4
2023-12-01 12:10:20.314  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_5
2023-12-01 12:10:20.321  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportTemplatesIdUsingGET_1
2023-12-01 12:10:20.341  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_6
2023-12-01 12:10:20.349  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectSourceUsingPOST_1
2023-12-01 12:10:20.355  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_7
2023-12-01 12:10:20.359  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectSourceUsingPOST_2
2023-12-01 12:10:20.369  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_7
2023-12-01 12:10:20.384  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_8
2023-12-01 12:10:20.389  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_8
2023-12-01 12:10:20.393  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_2
2023-12-01 12:10:20.396  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_5
2023-12-01 12:10:20.437  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_9
2023-12-01 12:10:20.442  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_9
2023-12-01 12:10:20.446  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_3
2023-12-01 12:10:20.453  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_6
2023-12-01 12:10:20.463  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_10
2023-12-01 12:10:20.467  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_10
2023-12-01 12:10:20.482  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingGET_1
2023-12-01 12:10:20.483  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingHEAD_1
2023-12-01 12:10:20.484  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPOST_1
2023-12-01 12:10:20.486  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPUT_1
2023-12-01 12:10:20.487  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPATCH_1
2023-12-01 12:10:20.488  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingDELETE_1
2023-12-01 12:10:20.488  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingOPTIONS_1
2023-12-01 12:10:20.489  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingTRACE_1
2023-12-01 12:10:20.541  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_2
2023-12-01 12:10:20.549  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
2023-12-01 12:10:20.559  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_1
2023-12-01 12:10:20.561  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_4
2023-12-01 12:10:20.568  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_7
2023-12-01 12:10:20.580  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importUserUsingPOST_1
2023-12-01 12:10:20.588  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_11
2023-12-01 12:10:20.589  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_11
2023-12-01 12:10:20.597  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_3
2023-12-01 12:10:20.600  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_2
2023-12-01 12:10:20.602  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: logUsingPOST_1
2023-12-01 12:10:20.607  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: messagePageListUsingPOST_1
2023-12-01 12:10:20.609  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_3
2023-12-01 12:10:20.613  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
2023-12-01 12:10:20.614  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unReadCountUsingPOST_1
2023-12-01 12:10:20.619  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_4
2023-12-01 12:10:20.622  INFO 23428 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_1
2023-12-01 12:10:20.730  INFO 23428 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-12-01 12:10:20.751  INFO 23428 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-12-01 12:10:20.878  INFO 23428 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-12-01 12:10:20.896  INFO 23428 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 7.984 seconds (JVM running for 9.711)
2023-12-01 12:10:26.840  INFO 23428 --- [XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-12-01 12:10:26.840  INFO 23428 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-12-01 12:10:26.851  INFO 23428 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 10 ms
2023-12-01 12:10:31.845  INFO 23428 --- [XNIO-1 task-3] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-12-01 12:10:32.324  INFO 23428 --- [XNIO-1 task-3] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-12-01 12:10:32.334 DEBUG 23428 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-12-01 12:10:32.361 DEBUG 23428 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-12-01 12:10:32.411 DEBUG 23428 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-12-01 12:10:33.020 DEBUG 23428 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-12-01 12:10:33.021 DEBUG 23428 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-12-01 12:10:33.046 DEBUG 23428 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-12-01 12:10:33.064 DEBUG 23428 --- [XNIO-1 task-3] 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-12-01 12:10:33.067 DEBUG 23428 --- [XNIO-1 task-3] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了考试系统(String), 2023-12-01 12:10:33.047(Timestamp)
2023-12-01 12:10:33.127 DEBUG 23428 --- [XNIO-1 task-3] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-12-01 12:10:33.195  INFO 23428 --- [XNIO-1 task-4] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/department/page/list
2023-12-01 12:10:33.246 DEBUG 23428 --- [XNIO-1 task-4] r.c.m.x.r.DepartmentMapper.page_COUNT    : ==>  Preparing: SELECT count(0) FROM t_department WHERE deleted = 0 
2023-12-01 12:10:33.247 DEBUG 23428 --- [XNIO-1 task-4] r.c.m.x.r.DepartmentMapper.page_COUNT    : ==> Parameters: 
2023-12-01 12:10:33.273 DEBUG 23428 --- [XNIO-1 task-4] r.c.m.x.r.DepartmentMapper.page_COUNT    : <==      Total: 1
2023-12-01 12:10:33.277 DEBUG 23428 --- [XNIO-1 task-4] r.c.m.x.r.DepartmentMapper.page          : ==>  Preparing: SELECT id, name, deleted FROM t_department WHERE deleted = 0 order by id desc LIMIT ? 
2023-12-01 12:10:33.277 DEBUG 23428 --- [XNIO-1 task-4] r.c.m.x.r.DepartmentMapper.page          : ==> Parameters: 100(Integer)
2023-12-01 12:10:33.306 DEBUG 23428 --- [XNIO-1 task-4] r.c.m.x.r.DepartmentMapper.page          : <==      Total: 5
2023-12-01 12:10:33.517  INFO 23428 --- [XNIO-1 task-5] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/dashboard/index
2023-12-01 12:10:33.522 DEBUG 23428 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0 
2023-12-01 12:10:33.522 DEBUG 23428 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-12-01 12:10:33.551 DEBUG 23428 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-12-01 12:10:33.556 DEBUG 23428 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0 
2023-12-01 12:10:33.556 DEBUG 23428 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters: 
2023-12-01 12:10:33.581 DEBUG 23428 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-12-01 12:10:33.585 DEBUG 23428 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer 
2023-12-01 12:10:33.585 DEBUG 23428 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-12-01 12:10:33.612 DEBUG 23428 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-12-01 12:10:33.612 DEBUG 23428 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer 
2023-12-01 12:10:33.614 DEBUG 23428 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-12-01 12:10:33.644 DEBUG 23428 --- [XNIO-1 task-5] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-12-01 12:10:33.661 DEBUG 23428 --- [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-12-01 12:10:33.662 DEBUG 23428 --- [XNIO-1 task-5] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-12-01 00:00:00.0(Timestamp), 2023-12-31 23:59:59.0(Timestamp)
2023-12-01 12:10:33.701 DEBUG 23428 --- [XNIO-1 task-5] r.c.m.x.r.U.selectCountByDate            : <==      Total: 1
2023-12-01 12:10:33.702 DEBUG 23428 --- [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-12-01 12:10:33.704 DEBUG 23428 --- [XNIO-1 task-5] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-12-01 00:00:00.0(Timestamp), 2023-12-31 23:59:59.0(Timestamp)
2023-12-01 12:10:33.734 DEBUG 23428 --- [XNIO-1 task-5] r.c.m.x.r.E.selectCountByDate            : <==      Total: 0
2023-12-01 12:10:39.334  INFO 23428 --- [XNIO-1 task-6] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/education/subject/list
2023-12-01 12:10:39.370 DEBUG 23428 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where deleted = 0 
2023-12-01 12:10:39.370 DEBUG 23428 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-12-01 12:10:39.381  INFO 23428 --- [XNIO-1 task-7] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/exam/templates/list
2023-12-01 12:10:39.394 DEBUG 23428 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 2
2023-12-01 12:10:39.418 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getByadmins_COUNT            : ==>  Preparing: SELECT count(0) FROM (SELECT DISTINCT e.id, e.name, e.paper_type, e.suggest_time, e.title_name, e.ctime, e.status, e.menu_ids, e.start_time, e.end_time FROM t_exam_templates e LEFT JOIN t_exam_templates_user u ON e.id = u.templates_id WHERE e.status = 0) table_count 
2023-12-01 12:10:39.418 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getByadmins_COUNT            : ==> Parameters: 
2023-12-01 12:10:39.442 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getByadmins_COUNT            : <==      Total: 1
2023-12-01 12:10:39.444 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getByadmins                  : ==>  Preparing: SELECT DISTINCT e.id, e.name, e.paper_type, e.suggest_time, e.title_name, e.ctime, e.status, e.menu_ids, e.start_time, e.end_time FROM t_exam_templates e LEFT JOIN t_exam_templates_user u ON e.id = u.templates_id WHERE e.status = 0 order by id desc LIMIT ? 
2023-12-01 12:10:39.444 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getByadmins                  : ==> Parameters: 10(Integer)
2023-12-01 12:10:39.479 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getByadmins                  : <==      Total: 10
2023-12-01 12:10:39.480 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : ==>  Preparing: select id, subject_id, templates_id from t_exam_templates_subject where templates_id = ? 
2023-12-01 12:10:39.480 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : ==> Parameters: 103(Integer)
2023-12-01 12:10:39.501 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : <==      Total: 1
2023-12-01 12:10:39.503 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : ==>  Preparing: select id, subject_id, templates_id from t_exam_templates_subject where templates_id = ? 
2023-12-01 12:10:39.503 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : ==> Parameters: 102(Integer)
2023-12-01 12:10:39.533 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : <==      Total: 1
2023-12-01 12:10:39.535 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : ==>  Preparing: select id, subject_id, templates_id from t_exam_templates_subject where templates_id = ? 
2023-12-01 12:10:39.535 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : ==> Parameters: 101(Integer)
2023-12-01 12:10:39.560 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : <==      Total: 1
2023-12-01 12:10:39.561 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : ==>  Preparing: select id, subject_id, templates_id from t_exam_templates_subject where templates_id = ? 
2023-12-01 12:10:39.562 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : ==> Parameters: 100(Integer)
2023-12-01 12:10:39.580 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : <==      Total: 1
2023-12-01 12:10:39.580 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : ==>  Preparing: select id, subject_id, templates_id from t_exam_templates_subject where templates_id = ? 
2023-12-01 12:10:39.580 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : ==> Parameters: 99(Integer)
2023-12-01 12:10:39.597 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : <==      Total: 0
2023-12-01 12:10:39.599 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : ==>  Preparing: select id, subject_id, templates_id from t_exam_templates_subject where templates_id = ? 
2023-12-01 12:10:39.599 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : ==> Parameters: 88(Integer)
2023-12-01 12:10:39.620 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : <==      Total: 1
2023-12-01 12:10:39.621 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : ==>  Preparing: select id, subject_id, templates_id from t_exam_templates_subject where templates_id = ? 
2023-12-01 12:10:39.621 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : ==> Parameters: 86(Integer)
2023-12-01 12:10:39.638 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : <==      Total: 1
2023-12-01 12:10:39.647 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : ==>  Preparing: select id, subject_id, templates_id from t_exam_templates_subject where templates_id = ? 
2023-12-01 12:10:39.648 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : ==> Parameters: 85(Integer)
2023-12-01 12:10:39.678 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : <==      Total: 1
2023-12-01 12:10:39.679 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : ==>  Preparing: select id, subject_id, templates_id from t_exam_templates_subject where templates_id = ? 
2023-12-01 12:10:39.679 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : ==> Parameters: 83(Integer)
2023-12-01 12:10:39.697 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : <==      Total: 1
2023-12-01 12:10:39.698 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : ==>  Preparing: select id, subject_id, templates_id from t_exam_templates_subject where templates_id = ? 
2023-12-01 12:10:39.698 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : ==> Parameters: 82(Integer)
2023-12-01 12:10:39.724 DEBUG 23428 --- [XNIO-1 task-7] r.c.m.x.r.E.getTemplatesId               : <==      Total: 1
2023-12-01 12:10:48.089  INFO 23428 --- [XNIO-1 task-8] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/exam/count/timeOne
2023-12-01 12:10:48.130 DEBUG 23428 --- [XNIO-1 task-8] r.c.m.x.r.E.getByTimeOne                 : ==>  Preparing: select a.paper_name as name, u.real_name as userName,SUBSTRING_INDEX(a.user_score/10,".",1) as userScore, SUBSTRING_INDEX(a.paper_score/10,".",1) as paperScore,a.do_time as doTime from t_exam_paper_answer a left join t_user u on a.create_user = u.id where a.create_time between '2023-11-28 09:00:00' and '2023-12-01 10:00:00' 
2023-12-01 12:10:48.131 DEBUG 23428 --- [XNIO-1 task-8] r.c.m.x.r.E.getByTimeOne                 : ==> Parameters: 
2023-12-01 12:10:48.163 DEBUG 23428 --- [XNIO-1 task-8] r.c.m.x.r.E.getByTimeOne                 : <==      Total: 32
2023-12-01 12:11:16.335  INFO 23428 --- [Thread-23] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-12-01 12:11:16.345  INFO 23428 --- [Thread-23] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-12-01 12:11:16.348  INFO 23428 --- [Thread-23] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'