qirong
2023-06-16 a902b3ea7d5ec9b73c9ab54d09a6ab23fd5acb35
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
2023-06-02 09:40:21.258  INFO 12984 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 12984 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
2023-06-02 09:40:21.260  INFO 12984 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-02 09:40:21.323  INFO 12984 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-02 09:40:21.323  INFO 12984 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-02 09:40:23.929  WARN 12984 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-02 09:40:23.958  INFO 12984 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-02 09:40:23.959  INFO 12984 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 2636 ms
2023-06-02 09:40:25.168  INFO 12984 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3a6a2618, org.springframework.security.web.context.SecurityContextPersistenceFilter@ff1b488, org.springframework.security.web.header.HeaderWriterFilter@2b334e43, org.springframework.web.filter.CorsFilter@6149be81, org.springframework.security.web.authentication.logout.LogoutFilter@76bc2704, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@658bfdf2, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@19e12d03, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@43146440, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@57213228, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@42b020b2, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@285a111f, org.springframework.security.web.session.SessionManagementFilter@4cceffa3, org.springframework.security.web.access.ExceptionTranslationFilter@59a5d8b9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@580d447e]
2023-06-02 09:40:25.470  INFO 12984 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-02 09:40:25.525  INFO 12984 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-02 09:40:25.536  INFO 12984 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-02 09:40:25.610  INFO 12984 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-02 09:40:25.613  INFO 12984 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 5.069 seconds (JVM running for 6.988)
2023-06-02 09:42:45.250  INFO 12984 --- [XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-06-02 09:42:45.258  INFO 12984 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-06-02 09:42:45.290  INFO 12984 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 31 ms
2023-06-02 09:44:17.535  INFO 12984 --- [XNIO-1 task-3] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-06-02 09:44:18.270  INFO 12984 --- [XNIO-1 task-3] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-06-02 09:44:18.292 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 09:44:18.353 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-02 09:44:18.451 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 09:44:18.472 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 09:44:18.472 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-02 09:44:18.487 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 09:44:19.187 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0 
2023-06-02 09:44:19.187 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-02 09:44:19.199 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-02 09:44:19.203 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0 
2023-06-02 09:44:19.203 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters: 
2023-06-02 09:44:19.211 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-02 09:44:19.217 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer 
2023-06-02 09:44:19.218 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-02 09:44:19.226 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-02 09:44:19.228 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer 
2023-06-02 09:44:19.229 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-02 09:44:19.244 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-02 09:44:19.255 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-02 09:44:19.259 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-02 09:44:19.269 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.U.selectCountByDate            : <==      Total: 1
2023-06-02 09:44:19.274 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-02 09:44:19.275 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-02 09:44:19.284 DEBUG 12984 --- [XNIO-1 task-3] r.c.m.x.r.E.selectCountByDate            : <==      Total: 1
2023-06-02 09:44:44.508 DEBUG 12984 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.userPage_COUNT      : ==>  Preparing: SELECT count(0) FROM t_user WHERE deleted = 0 AND role = ? 
2023-06-02 09:44:44.509 DEBUG 12984 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.userPage_COUNT      : ==> Parameters: 3(Integer)
2023-06-02 09:44:44.519 DEBUG 12984 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.userPage_COUNT      : <==      Total: 1
2023-06-02 09:44:44.525 DEBUG 12984 --- [XNIO-1 task-4] r.c.m.x.repository.UserMapper.userPage   : ==>  Preparing: SELECT id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id FROM t_user WHERE deleted = 0 AND role = ? order by id desc LIMIT ? 
2023-06-02 09:44:44.525 DEBUG 12984 --- [XNIO-1 task-4] r.c.m.x.repository.UserMapper.userPage   : ==> Parameters: 3(Integer), 10(Integer)
2023-06-02 09:44:44.539 DEBUG 12984 --- [XNIO-1 task-4] r.c.m.x.repository.UserMapper.userPage   : <==      Total: 1
2023-06-02 09:54:05.054  INFO 12984 --- [Thread-17] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-06-02 09:54:05.070  INFO 12984 --- [Thread-17] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-06-02 09:54:05.079  INFO 12984 --- [Thread-17] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'
2023-06-02 09:54:13.434  INFO 1124 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 1124 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
2023-06-02 09:54:13.438  INFO 1124 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-02 09:54:13.488  INFO 1124 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-02 09:54:13.489  INFO 1124 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-02 09:54:15.063  WARN 1124 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-02 09:54:15.094  INFO 1124 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-02 09:54:15.094  INFO 1124 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 1605 ms
2023-06-02 09:54:16.160  INFO 1124 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6d642d94, org.springframework.security.web.context.SecurityContextPersistenceFilter@6a314b1a, org.springframework.security.web.header.HeaderWriterFilter@6fed9f7e, org.springframework.web.filter.CorsFilter@429c4e10, org.springframework.security.web.authentication.logout.LogoutFilter@39fbf573, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@5cdcd214, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@19195297, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7e53428, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@12420002, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@66fd7fe7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@69d48146, org.springframework.security.web.session.SessionManagementFilter@7cbfe685, org.springframework.security.web.access.ExceptionTranslationFilter@16ff3e0f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@44e245b1]
2023-06-02 09:54:16.459  INFO 1124 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-02 09:54:16.561  INFO 1124 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-02 09:54:16.577  INFO 1124 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-02 09:54:16.650  INFO 1124 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-02 09:54:16.654  INFO 1124 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 3.978 seconds (JVM running for 5.116)
2023-06-02 09:55:10.223  INFO 1124 --- [XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-06-02 09:55:10.223  INFO 1124 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-06-02 09:55:10.231  INFO 1124 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 7 ms
2023-06-02 09:59:23.396  INFO 1124 --- [XNIO-1 task-6] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-06-02 09:59:23.688  INFO 1124 --- [XNIO-1 task-6] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-06-02 09:59:23.698 DEBUG 1124 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 09:59:23.723 DEBUG 1124 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-02 09:59:23.753 DEBUG 1124 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 09:59:23.757 DEBUG 1124 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 09:59:23.757 DEBUG 1124 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-02 09:59:23.768 DEBUG 1124 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 09:59:23.769 DEBUG 1124 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 09:59:23.769 DEBUG 1124 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-02 09:59:23.770 DEBUG 1124 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 09:59:23.771 DEBUG 1124 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-02 09:59:23.779 DEBUG 1124 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 09:59:23.780 DEBUG 1124 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 09:59:23.780 DEBUG 1124 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 09:59:23.780 DEBUG 1124 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-02 09:59:23.780 DEBUG 1124 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 09:59:23.780 DEBUG 1124 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-02 09:59:23.788 DEBUG 1124 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 09:59:23.788 DEBUG 1124 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 09:59:23.788 DEBUG 1124 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 09:59:23.788 DEBUG 1124 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 09:59:23.789 DEBUG 1124 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-02 09:59:23.789 DEBUG 1124 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-02 09:59:23.802 DEBUG 1124 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 09:59:23.802 DEBUG 1124 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 10:02:52.199 DEBUG 1124 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 10:02:52.200 DEBUG 1124 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-02 10:02:52.209 DEBUG 1124 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 10:02:52.215 DEBUG 1124 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 10:02:52.215 DEBUG 1124 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-02 10:02:52.233 DEBUG 1124 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 10:02:52.253 DEBUG 1124 --- [XNIO-1 task-7] r.c.m.x.r.U.insertSelective              : ==>  Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? ) 
2023-06-02 10:02:52.257 DEBUG 1124 --- [XNIO-1 task-7] r.c.m.x.r.U.insertSelective              : ==> Parameters: 1(Integer), student(String), 学生(String), student 登录了学之思开源考试系统(String), 2023-06-02 10:02:52.233(Timestamp)
2023-06-02 10:02:52.278 DEBUG 1124 --- [XNIO-1 task-7] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-02 10:02:52.395 DEBUG 1124 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 10:02:52.396 DEBUG 1124 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-02 10:02:52.404 DEBUG 1124 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 10:02:52.407 DEBUG 1124 --- [XNIO-1 task-8] r.c.m.x.r.MessageUserMapper.unReadCount  : ==>  Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ? 
2023-06-02 10:02:52.407 DEBUG 1124 --- [XNIO-1 task-8] r.c.m.x.r.MessageUserMapper.unReadCount  : ==> Parameters: 1(Integer)
2023-06-02 10:02:52.418 DEBUG 1124 --- [XNIO-1 task-8] r.c.m.x.r.MessageUserMapper.unReadCount  : <==      Total: 1
2023-06-02 10:02:52.631 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 10:02:52.631 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-02 10:02:52.652 DEBUG 1124 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 10:02:52.652 DEBUG 1124 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 10:02:52.653 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 10:02:52.653 DEBUG 1124 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-02 10:02:52.653 DEBUG 1124 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-02 10:02:52.654 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.T.getByGradeLevel              : ==>  Preparing: select id, title, grade_level, frame_text_content_id, create_user, create_time, deleted, create_user_name from t_task_exam where deleted=0 and grade_level = ? 
2023-06-02 10:02:52.655 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.T.getByGradeLevel              : ==> Parameters: 1(Integer)
2023-06-02 10:02:52.667 DEBUG 1124 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 10:02:52.667 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.T.getByGradeLevel              : <==      Total: 1
2023-06-02 10:02:52.668 DEBUG 1124 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 10:02:52.670 DEBUG 1124 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==>  Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? ORDER BY id desc limit 5 
2023-06-02 10:02:52.672 DEBUG 1124 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==> Parameters: 1(Integer), 1(Integer)
2023-06-02 10:02:52.673 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.T.selectByTUid                 : ==>  Preparing: select id, task_exam_id, create_user, create_time, text_content_id from t_task_exam_customer_answer where create_user=? and task_exam_id in ( ? ) 
2023-06-02 10:02:52.673 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.T.selectByTUid                 : ==> Parameters: 1(Integer), 1(Integer)
2023-06-02 10:02:52.682 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.T.selectByTUid                 : <==      Total: 0
2023-06-02 10:02:52.682 DEBUG 1124 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper     : <==      Total: 2
2023-06-02 10:02:52.688 DEBUG 1124 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==>  Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? and ? between limit_start_time and limit_end_time ORDER BY id desc limit 5 
2023-06-02 10:02:52.689 DEBUG 1124 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==> Parameters: 4(Integer), 1(Integer), 2023-06-02 10:02:52.683(Timestamp)
2023-06-02 10:02:52.699 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 10:02:52.699 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 4(Integer)
2023-06-02 10:02:52.700 DEBUG 1124 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper     : <==      Total: 0
2023-06-02 10:02:52.713 DEBUG 1124 --- [XNIO-1 task-11] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 10:02:56.315 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.E.selectByPrimaryKey           : ==>  Preparing: select id, name, subject_id, paper_type, grade_level, score, question_count, suggest_time, limit_start_time, limit_end_time, frame_text_content_id, create_user, create_time, deleted, task_exam_id from t_exam_paper where id = ? 
2023-06-02 10:02:56.316 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.E.selectByPrimaryKey           : ==> Parameters: 3(Integer)
2023-06-02 10:02:56.342 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.E.selectByPrimaryKey           : <==      Total: 1
2023-06-02 10:02:56.345 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 10:02:56.345 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 6(Integer)
2023-06-02 10:02:56.352 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 10:02:56.355 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.QuestionMapper.selectByIds     : ==>  Preparing: SELECT id, question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted FROM t_question where id in ( ? ) 
2023-06-02 10:02:56.356 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.QuestionMapper.selectByIds     : ==> Parameters: 2(Integer)
2023-06-02 10:02:56.373 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.QuestionMapper.selectByIds     : <==      Total: 1
2023-06-02 10:02:56.377 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 10:02:56.378 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 5(Integer)
2023-06-02 10:02:56.384 DEBUG 1124 --- [XNIO-1 task-12] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 10:03:31.545 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.E.selectByPrimaryKey           : ==>  Preparing: select id, name, subject_id, paper_type, grade_level, score, question_count, suggest_time, limit_start_time, limit_end_time, frame_text_content_id, create_user, create_time, deleted, task_exam_id from t_exam_paper where id = ? 
2023-06-02 10:03:31.546 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.E.selectByPrimaryKey           : ==> Parameters: 3(Integer)
2023-06-02 10:03:31.556 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.E.selectByPrimaryKey           : <==      Total: 1
2023-06-02 10:03:31.558 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 10:03:31.559 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 6(Integer)
2023-06-02 10:03:31.565 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 10:03:31.567 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.QuestionMapper.selectByIds     : ==>  Preparing: SELECT id, question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted FROM t_question where id in ( ? ) 
2023-06-02 10:03:31.568 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.QuestionMapper.selectByIds     : ==> Parameters: 2(Integer)
2023-06-02 10:03:31.577 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.QuestionMapper.selectByIds     : <==      Total: 1
2023-06-02 10:03:31.578 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 10:03:31.578 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 5(Integer)
2023-06-02 10:03:31.588 DEBUG 1124 --- [XNIO-1 task-13] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 10:05:01.610 DEBUG 1124 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 10:05:01.612 DEBUG 1124 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-02 10:05:01.622 DEBUG 1124 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 10:05:01.628 DEBUG 1124 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 10:05:01.628 DEBUG 1124 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-02 10:05:01.650 DEBUG 1124 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 10:05:01.652 DEBUG 1124 --- [XNIO-1 task-15] r.c.m.x.r.U.insertSelective              : ==>  Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? ) 
2023-06-02 10:05:01.653 DEBUG 1124 --- [XNIO-1 task-15] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了学之思开源考试系统(String), 2023-06-02 10:05:01.651(Timestamp)
2023-06-02 10:05:01.702 DEBUG 1124 --- [XNIO-1 task-15] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-02 10:05:01.848 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0 
2023-06-02 10:05:01.848 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-02 10:05:01.855 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-02 10:05:01.857 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0 
2023-06-02 10:05:01.858 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters: 
2023-06-02 10:05:01.864 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-02 10:05:01.869 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer 
2023-06-02 10:05:01.869 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-02 10:05:01.885 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-02 10:05:01.886 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer 
2023-06-02 10:05:01.887 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-02 10:05:01.920 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-02 10:05:01.927 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-02 10:05:01.929 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-02 10:05:01.956 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.U.selectCountByDate            : <==      Total: 2
2023-06-02 10:05:01.961 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-02 10:05:01.962 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-02 10:05:01.969 DEBUG 1124 --- [XNIO-1 task-16] r.c.m.x.r.E.selectCountByDate            : <==      Total: 1
2023-06-02 10:07:06.702 DEBUG 1124 --- [XNIO-1 task-17] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-02 10:07:06.702 DEBUG 1124 --- [XNIO-1 task-17] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-02 10:07:06.719 DEBUG 1124 --- [XNIO-1 task-17] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-02 10:07:07.061 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.r.QuestionMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_question WHERE deleted = 0 
2023-06-02 10:07:07.063 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.r.QuestionMapper.page_COUNT      : ==> Parameters: 
2023-06-02 10:07:07.081 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.r.QuestionMapper.page_COUNT      : <==      Total: 1
2023-06-02 10:07:07.090 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.repository.QuestionMapper.page   : ==>  Preparing: SELECT id, question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted FROM t_question WHERE deleted = 0 order by id desc LIMIT ? 
2023-06-02 10:07:07.090 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.repository.QuestionMapper.page   : ==> Parameters: 10(Integer)
2023-06-02 10:07:07.123 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.repository.QuestionMapper.page   : <==      Total: 2
2023-06-02 10:07:07.129 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 10:07:07.130 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 5(Integer)
2023-06-02 10:07:07.147 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 10:07:07.150 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 10:07:07.151 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 1(Integer)
2023-06-02 10:07:07.179 DEBUG 1124 --- [XNIO-1 task-18] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 10:07:37.212 DEBUG 1124 --- [XNIO-1 task-19] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-02 10:07:37.212 DEBUG 1124 --- [XNIO-1 task-19] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-02 10:07:37.219 DEBUG 1124 --- [XNIO-1 task-19] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-02 10:08:33.673 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 10:08:33.674 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-02 10:08:33.692 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 10:08:33.694 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.E.selectByPrimaryKey           : ==>  Preparing: select id, name, subject_id, paper_type, grade_level, score, question_count, suggest_time, limit_start_time, limit_end_time, frame_text_content_id, create_user, create_time, deleted, task_exam_id from t_exam_paper where id = ? 
2023-06-02 10:08:33.694 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.E.selectByPrimaryKey           : ==> Parameters: 3(Integer)
2023-06-02 10:08:33.702 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.E.selectByPrimaryKey           : <==      Total: 1
2023-06-02 10:08:33.703 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 10:08:33.703 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 6(Integer)
2023-06-02 10:08:33.710 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 10:08:33.712 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.QuestionMapper.selectByIds     : ==>  Preparing: SELECT id, question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted FROM t_question where id in ( ? ) 
2023-06-02 10:08:33.712 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.QuestionMapper.selectByIds     : ==> Parameters: 2(Integer)
2023-06-02 10:08:33.723 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.QuestionMapper.selectByIds     : <==      Total: 1
2023-06-02 10:08:33.785 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.E.insertSelective              : ==>  Preparing: insert into t_exam_paper_answer ( exam_paper_id, paper_name, paper_type, subject_id, system_score, user_score, paper_score, question_correct, question_count, do_time, status, create_user, create_time ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) 
2023-06-02 10:08:33.786 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.E.insertSelective              : ==> Parameters: 3(Integer), Java(String), 1(Integer), 1(Integer), 0(Integer), 0(Integer), 40(Integer), 0(Integer), 1(Integer), 300(Integer), 1(Integer), 1(Integer), 2023-06-02 10:08:33.694(Timestamp)
2023-06-02 10:08:33.811 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.E.insertSelective              : <==    Updates: 1
2023-06-02 10:08:33.816 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.T.insertSelective              : ==>  Preparing: insert into t_text_content ( create_time ) values ( ? ) 
2023-06-02 10:08:33.816 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.T.insertSelective              : ==> Parameters: 2023-06-02 10:08:33.778(Timestamp)
2023-06-02 10:08:33.829 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.T.insertSelective              : <==    Updates: 1
2023-06-02 10:08:33.832 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.E.insertList                   : ==>  Preparing: insert into t_exam_paper_question_customer_answer ( question_id, question_score, subject_id, create_time, create_user, text_content_id, exam_paper_id, question_type, answer, customer_score, exam_paper_answer_id , do_right,question_text_content_id,item_order) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,?,?) 
2023-06-02 10:08:33.833 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.E.insertList                   : ==> Parameters: 2(Integer), 40(Integer), 1(Integer), 2023-06-02 10:08:33.694(Timestamp), 1(Integer), 8(Integer), 3(Integer), 5(Integer), null, 0(Integer), 4(Integer), null, 5(Integer), 1(Integer)
2023-06-02 10:08:33.851 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.E.insertList                   : <==    Updates: 1
2023-06-02 10:08:33.903 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.U.insertSelective              : ==>  Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? ) 
2023-06-02 10:08:33.904 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.U.insertSelective              : ==> Parameters: 1(Integer), student(String), 学生(String), student 提交试卷:Java 得分:0 耗时:5分 0秒(String), 2023-06-02 10:08:33.735(Timestamp)
2023-06-02 10:08:33.932 DEBUG 1124 --- [XNIO-1 task-21] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-02 10:09:46.359 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 10:09:46.359 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-02 10:09:46.367 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 10:09:46.375 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.S.selectByPrimaryKey           : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ? 
2023-06-02 10:09:46.376 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.S.selectByPrimaryKey           : ==> Parameters: 1(Integer)
2023-06-02 10:09:46.385 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.S.selectByPrimaryKey           : <==      Total: 1
2023-06-02 10:09:46.388 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.T.insertSelective              : ==>  Preparing: insert into t_text_content ( content, create_time ) values ( ?, ? ) 
2023-06-02 10:09:46.390 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.T.insertSelective              : ==> Parameters: {"titleContent":"1","analyze":"5","questionItemObjects":[{"prefix":"A","content":"1","score":null,"itemUuid":null},{"prefix":"B","content":"2","score":null,"itemUuid":null},{"prefix":"C","content":"3","score":null,"itemUuid":null},{"prefix":"D","content":"4","score":null,"itemUuid":null}],"correct":"A"}(String), 2023-06-02 10:09:46.375(Timestamp)
2023-06-02 10:09:46.412 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.T.insertSelective              : <==    Updates: 1
2023-06-02 10:09:46.418 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.Q.insertSelective              : ==>  Preparing: insert into t_question ( question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) 
2023-06-02 10:09:46.419 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.Q.insertSelective              : ==> Parameters: 1(Integer), 1(Integer), 10(Integer), 1(Integer), 3(Integer), A(String), 9(Integer), 2(Integer), 1(Integer), 2023-06-02 10:09:46.375(Timestamp), false(Boolean)
2023-06-02 10:09:46.443 DEBUG 1124 --- [XNIO-1 task-22] r.c.m.x.r.Q.insertSelective              : <==    Updates: 1
2023-06-02 10:09:47.089 DEBUG 1124 --- [XNIO-1 task-23] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-02 10:09:47.090 DEBUG 1124 --- [XNIO-1 task-23] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-02 10:09:47.102 DEBUG 1124 --- [XNIO-1 task-23] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-02 10:09:47.381 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.QuestionMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_question WHERE deleted = 0 
2023-06-02 10:09:47.382 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.QuestionMapper.page_COUNT      : ==> Parameters: 
2023-06-02 10:09:47.389 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.QuestionMapper.page_COUNT      : <==      Total: 1
2023-06-02 10:09:47.390 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.repository.QuestionMapper.page   : ==>  Preparing: SELECT id, question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted FROM t_question WHERE deleted = 0 order by id desc LIMIT ? 
2023-06-02 10:09:47.390 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.repository.QuestionMapper.page   : ==> Parameters: 10(Integer)
2023-06-02 10:09:47.398 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.repository.QuestionMapper.page   : <==      Total: 3
2023-06-02 10:09:47.400 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 10:09:47.400 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 9(Integer)
2023-06-02 10:09:47.409 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 10:09:47.411 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 10:09:47.411 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 5(Integer)
2023-06-02 10:09:47.423 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 10:09:47.423 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 10:09:47.424 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 1(Integer)
2023-06-02 10:09:47.433 DEBUG 1124 --- [XNIO-1 task-24] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 13:33:18.597  WARN 1124 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1h4m22s221ms272µs300ns).
2023-06-02 13:44:52.666 DEBUG 1124 --- [XNIO-1 task-36] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 13:44:52.672 DEBUG 1124 --- [XNIO-1 task-36] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-02 13:44:52.741 DEBUG 1124 --- [XNIO-1 task-36] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 13:44:52.759 DEBUG 1124 --- [XNIO-1 task-36] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 13:44:52.759 DEBUG 1124 --- [XNIO-1 task-36] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-02 13:44:52.815 DEBUG 1124 --- [XNIO-1 task-36] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 13:44:52.821 DEBUG 1124 --- [XNIO-1 task-36] r.c.m.x.r.U.insertSelective              : ==>  Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? ) 
2023-06-02 13:44:52.823 DEBUG 1124 --- [XNIO-1 task-36] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了学之思开源考试系统(String), 2023-06-02 13:44:52.815(Timestamp)
2023-06-02 13:44:53.019 DEBUG 1124 --- [XNIO-1 task-36] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-02 13:44:53.130 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0 
2023-06-02 13:44:53.131 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-02 13:44:53.239 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-02 13:44:53.251 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0 
2023-06-02 13:44:53.253 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters: 
2023-06-02 13:44:53.383 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-02 13:44:53.384 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer 
2023-06-02 13:44:53.384 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-02 13:44:53.533 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-02 13:44:53.534 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer 
2023-06-02 13:44:53.535 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-02 13:44:53.676 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-02 13:44:53.684 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-02 13:44:53.715 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-02 13:44:53.849 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.U.selectCountByDate            : <==      Total: 2
2023-06-02 13:44:53.854 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-02 13:44:53.856 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-02 13:44:53.975 DEBUG 1124 --- [XNIO-1 task-37] r.c.m.x.r.E.selectCountByDate            : <==      Total: 2
2023-06-02 13:45:03.087 DEBUG 1124 --- [XNIO-1 task-38] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-02 13:45:03.088 DEBUG 1124 --- [XNIO-1 task-38] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-02 13:45:03.099 DEBUG 1124 --- [XNIO-1 task-38] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-02 13:45:03.403 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.QuestionMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_question WHERE deleted = 0 
2023-06-02 13:45:03.404 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.QuestionMapper.page_COUNT      : ==> Parameters: 
2023-06-02 13:45:03.415 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.QuestionMapper.page_COUNT      : <==      Total: 1
2023-06-02 13:45:03.418 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.repository.QuestionMapper.page   : ==>  Preparing: SELECT id, question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted FROM t_question WHERE deleted = 0 order by id desc LIMIT ? 
2023-06-02 13:45:03.419 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.repository.QuestionMapper.page   : ==> Parameters: 10(Integer)
2023-06-02 13:45:03.446 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.repository.QuestionMapper.page   : <==      Total: 3
2023-06-02 13:45:03.448 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 13:45:03.448 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 9(Integer)
2023-06-02 13:45:03.461 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 13:45:03.481 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 13:45:03.481 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 5(Integer)
2023-06-02 13:45:03.503 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 13:45:03.504 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 13:45:03.504 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 1(Integer)
2023-06-02 13:45:03.525 DEBUG 1124 --- [XNIO-1 task-39] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 13:45:10.233 DEBUG 1124 --- [XNIO-1 task-40] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-02 13:45:10.233 DEBUG 1124 --- [XNIO-1 task-40] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-02 13:45:10.330 DEBUG 1124 --- [XNIO-1 task-40] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-02 13:50:36.470 DEBUG 1124 --- [XNIO-1 task-41] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-02 13:50:36.471 DEBUG 1124 --- [XNIO-1 task-41] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-02 13:50:36.477 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.QuestionMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_question WHERE deleted = 0 
2023-06-02 13:50:36.478 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.QuestionMapper.page_COUNT      : ==> Parameters: 
2023-06-02 13:50:36.478 DEBUG 1124 --- [XNIO-1 task-41] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-02 13:50:36.485 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.QuestionMapper.page_COUNT      : <==      Total: 1
2023-06-02 13:50:36.486 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.repository.QuestionMapper.page   : ==>  Preparing: SELECT id, question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted FROM t_question WHERE deleted = 0 order by id desc LIMIT ? 
2023-06-02 13:50:36.486 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.repository.QuestionMapper.page   : ==> Parameters: 10(Integer)
2023-06-02 13:50:36.494 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.repository.QuestionMapper.page   : <==      Total: 3
2023-06-02 13:50:36.495 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 13:50:36.495 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 9(Integer)
2023-06-02 13:50:36.508 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 13:50:36.509 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 13:50:36.509 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 5(Integer)
2023-06-02 13:50:36.524 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 13:50:36.529 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 13:50:36.529 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 1(Integer)
2023-06-02 13:50:36.536 DEBUG 1124 --- [XNIO-1 task-42] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 13:50:42.176 DEBUG 1124 --- [XNIO-1 task-43] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-02 13:50:42.177 DEBUG 1124 --- [XNIO-1 task-43] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-02 13:50:42.191 DEBUG 1124 --- [XNIO-1 task-43] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-02 13:52:52.514 DEBUG 1124 --- [XNIO-1 task-45] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-02 13:52:52.514 DEBUG 1124 --- [XNIO-1 task-45] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-02 13:52:52.521 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.QuestionMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_question WHERE deleted = 0 
2023-06-02 13:52:52.521 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.QuestionMapper.page_COUNT      : ==> Parameters: 
2023-06-02 13:52:52.521 DEBUG 1124 --- [XNIO-1 task-45] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-02 13:52:52.540 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.QuestionMapper.page_COUNT      : <==      Total: 1
2023-06-02 13:52:52.541 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.repository.QuestionMapper.page   : ==>  Preparing: SELECT id, question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted FROM t_question WHERE deleted = 0 order by id desc LIMIT ? 
2023-06-02 13:52:52.542 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.repository.QuestionMapper.page   : ==> Parameters: 10(Integer)
2023-06-02 13:52:52.564 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.repository.QuestionMapper.page   : <==      Total: 3
2023-06-02 13:52:52.566 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 13:52:52.566 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 9(Integer)
2023-06-02 13:52:52.575 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 13:52:52.577 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 13:52:52.578 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 5(Integer)
2023-06-02 13:52:52.585 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 13:52:52.586 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 13:52:52.586 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 1(Integer)
2023-06-02 13:52:52.593 DEBUG 1124 --- [XNIO-1 task-46] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 13:52:59.203 DEBUG 1124 --- [XNIO-1 task-47] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-02 13:52:59.203 DEBUG 1124 --- [XNIO-1 task-47] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-02 13:52:59.215 DEBUG 1124 --- [XNIO-1 task-47] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-02 13:53:16.184 DEBUG 1124 --- [XNIO-1 task-48] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-02 13:53:16.184 DEBUG 1124 --- [XNIO-1 task-48] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-02 13:53:16.191 DEBUG 1124 --- [XNIO-1 task-48] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-02 13:53:16.261 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.E.adminPage_COUNT              : ==>  Preparing: SELECT count(0) FROM t_exam_paper_answer 
2023-06-02 13:53:16.261 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.E.adminPage_COUNT              : ==> Parameters: 
2023-06-02 13:53:16.277 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.E.adminPage_COUNT              : <==      Total: 1
2023-06-02 13:53:16.279 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.E.adminPage                    : ==>  Preparing: SELECT id, exam_paper_id, paper_name, paper_type, subject_id, system_score, user_score, paper_score, question_correct, question_count, do_time, status, create_user, create_time, task_exam_id FROM t_exam_paper_answer order by id desc LIMIT ? 
2023-06-02 13:53:16.280 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.E.adminPage                    : ==> Parameters: 10(Integer)
2023-06-02 13:53:16.299 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.E.adminPage                    : <==      Total: 4
2023-06-02 13:53:16.309 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey           : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ? 
2023-06-02 13:53:16.309 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey           : ==> Parameters: 1(Integer)
2023-06-02 13:53:16.316 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey           : <==      Total: 1
2023-06-02 13:53:16.320 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey  : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where id = ? 
2023-06-02 13:53:16.321 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey  : ==> Parameters: 1(Integer)
2023-06-02 13:53:16.329 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey  : <==      Total: 1
2023-06-02 13:53:16.330 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey           : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ? 
2023-06-02 13:53:16.330 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey           : ==> Parameters: 1(Integer)
2023-06-02 13:53:16.338 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey           : <==      Total: 1
2023-06-02 13:53:16.340 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey  : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where id = ? 
2023-06-02 13:53:16.340 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey  : ==> Parameters: 1(Integer)
2023-06-02 13:53:16.356 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey  : <==      Total: 1
2023-06-02 13:53:16.357 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey           : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ? 
2023-06-02 13:53:16.358 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey           : ==> Parameters: 1(Integer)
2023-06-02 13:53:16.367 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey           : <==      Total: 1
2023-06-02 13:53:16.368 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey  : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where id = ? 
2023-06-02 13:53:16.368 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey  : ==> Parameters: 1(Integer)
2023-06-02 13:53:16.380 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey  : <==      Total: 1
2023-06-02 13:53:16.381 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey           : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ? 
2023-06-02 13:53:16.381 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey           : ==> Parameters: 1(Integer)
2023-06-02 13:53:16.388 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.S.selectByPrimaryKey           : <==      Total: 1
2023-06-02 13:53:16.388 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey  : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where id = ? 
2023-06-02 13:53:16.390 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey  : ==> Parameters: 1(Integer)
2023-06-02 13:53:16.397 DEBUG 1124 --- [XNIO-1 task-49] r.c.m.x.r.UserMapper.selectByPrimaryKey  : <==      Total: 1
2023-06-02 13:53:55.645 DEBUG 1124 --- [XNIO-1 task-50] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-02 13:53:55.646 DEBUG 1124 --- [XNIO-1 task-50] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-02 13:53:55.646 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.QuestionMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_question WHERE deleted = 0 
2023-06-02 13:53:55.647 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.QuestionMapper.page_COUNT      : ==> Parameters: 
2023-06-02 13:53:55.652 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.QuestionMapper.page_COUNT      : <==      Total: 1
2023-06-02 13:53:55.653 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.repository.QuestionMapper.page   : ==>  Preparing: SELECT id, question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted FROM t_question WHERE deleted = 0 order by id desc LIMIT ? 
2023-06-02 13:53:55.653 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.repository.QuestionMapper.page   : ==> Parameters: 10(Integer)
2023-06-02 13:53:55.656 DEBUG 1124 --- [XNIO-1 task-50] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-02 13:53:55.667 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.repository.QuestionMapper.page   : <==      Total: 3
2023-06-02 13:53:55.668 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 13:53:55.668 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 9(Integer)
2023-06-02 13:53:55.677 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 13:53:55.682 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 13:53:55.683 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 5(Integer)
2023-06-02 13:53:55.691 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 13:53:55.692 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 13:53:55.692 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 1(Integer)
2023-06-02 13:53:55.703 DEBUG 1124 --- [XNIO-1 task-51] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 14:44:04.779 DEBUG 1124 --- [XNIO-1 task-56] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 14:44:04.798 DEBUG 1124 --- [XNIO-1 task-56] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-02 14:44:04.816 DEBUG 1124 --- [XNIO-1 task-56] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 14:44:04.829 DEBUG 1124 --- [XNIO-1 task-56] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 14:44:04.829 DEBUG 1124 --- [XNIO-1 task-56] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-02 14:44:04.838 DEBUG 1124 --- [XNIO-1 task-56] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 14:44:04.842 DEBUG 1124 --- [XNIO-1 task-56] r.c.m.x.r.U.insertSelective              : ==>  Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? ) 
2023-06-02 14:44:04.843 DEBUG 1124 --- [XNIO-1 task-56] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了学之思开源考试系统(String), 2023-06-02 14:44:04.838(Timestamp)
2023-06-02 14:44:04.868 DEBUG 1124 --- [XNIO-1 task-56] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-02 14:44:05.308 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0 
2023-06-02 14:44:05.308 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-02 14:44:05.317 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-02 14:44:05.318 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0 
2023-06-02 14:44:05.318 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters: 
2023-06-02 14:44:05.330 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-02 14:44:05.331 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer 
2023-06-02 14:44:05.331 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-02 14:44:05.339 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-02 14:44:05.340 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer 
2023-06-02 14:44:05.340 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-02 14:44:05.347 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-02 14:44:05.352 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-02 14:44:05.353 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-02 14:44:05.360 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.U.selectCountByDate            : <==      Total: 2
2023-06-02 14:44:05.363 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-02 14:44:05.364 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-02 14:44:05.371 DEBUG 1124 --- [XNIO-1 task-57] r.c.m.x.r.E.selectCountByDate            : <==      Total: 2
2023-06-02 14:44:23.710 DEBUG 1124 --- [XNIO-1 task-58] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-02 14:44:23.710 DEBUG 1124 --- [XNIO-1 task-58] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-02 14:44:23.720 DEBUG 1124 --- [XNIO-1 task-58] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-02 14:44:23.725 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.QuestionMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_question WHERE deleted = 0 
2023-06-02 14:44:23.725 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.QuestionMapper.page_COUNT      : ==> Parameters: 
2023-06-02 14:44:23.734 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.QuestionMapper.page_COUNT      : <==      Total: 1
2023-06-02 14:44:23.741 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.repository.QuestionMapper.page   : ==>  Preparing: SELECT id, question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted FROM t_question WHERE deleted = 0 order by id desc LIMIT ? 
2023-06-02 14:44:23.741 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.repository.QuestionMapper.page   : ==> Parameters: 10(Integer)
2023-06-02 14:44:23.757 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.repository.QuestionMapper.page   : <==      Total: 3
2023-06-02 14:44:23.759 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 14:44:23.759 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 9(Integer)
2023-06-02 14:44:23.771 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 14:44:23.776 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 14:44:23.776 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 5(Integer)
2023-06-02 14:44:23.782 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 14:44:23.784 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 14:44:23.784 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 1(Integer)
2023-06-02 14:44:23.793 DEBUG 1124 --- [XNIO-1 task-59] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 14:44:26.355 DEBUG 1124 --- [XNIO-1 task-60] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-02 14:44:26.355 DEBUG 1124 --- [XNIO-1 task-60] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-02 14:44:26.366 DEBUG 1124 --- [XNIO-1 task-60] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-02 14:44:26.656 DEBUG 1124 --- [XNIO-1 task-61] r.c.m.x.r.Q.selectByPrimaryKey           : ==>  Preparing: select id, question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted from t_question where id = ? 
2023-06-02 14:44:26.656 DEBUG 1124 --- [XNIO-1 task-61] r.c.m.x.r.Q.selectByPrimaryKey           : ==> Parameters: 3(Integer)
2023-06-02 14:44:26.674 DEBUG 1124 --- [XNIO-1 task-61] r.c.m.x.r.Q.selectByPrimaryKey           : <==      Total: 1
2023-06-02 14:44:26.676 DEBUG 1124 --- [XNIO-1 task-61] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 14:44:26.676 DEBUG 1124 --- [XNIO-1 task-61] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 9(Integer)
2023-06-02 14:44:26.695 DEBUG 1124 --- [XNIO-1 task-61] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 14:44:56.531 DEBUG 1124 --- [XNIO-1 task-63] r.c.m.x.r.Q.selectByPrimaryKey           : ==>  Preparing: select id, question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted from t_question where id = ? 
2023-06-02 14:44:56.531 DEBUG 1124 --- [XNIO-1 task-62] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-02 14:44:56.542 DEBUG 1124 --- [XNIO-1 task-62] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-02 14:44:56.543 DEBUG 1124 --- [XNIO-1 task-63] r.c.m.x.r.Q.selectByPrimaryKey           : ==> Parameters: 3(Integer)
2023-06-02 14:44:56.562 DEBUG 1124 --- [XNIO-1 task-63] r.c.m.x.r.Q.selectByPrimaryKey           : <==      Total: 1
2023-06-02 14:44:56.562 DEBUG 1124 --- [XNIO-1 task-62] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-02 14:44:56.563 DEBUG 1124 --- [XNIO-1 task-63] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 14:44:56.563 DEBUG 1124 --- [XNIO-1 task-63] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 9(Integer)
2023-06-02 14:44:56.575 DEBUG 1124 --- [XNIO-1 task-63] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 15:07:48.065  INFO 1124 --- [Thread-16] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-06-02 15:07:48.164  INFO 1124 --- [Thread-16] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-06-02 15:07:48.221  INFO 1124 --- [Thread-16] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'
2023-06-02 17:24:48.414  INFO 17440 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 17440 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
2023-06-02 17:24:48.417  INFO 17440 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-02 17:24:48.503  INFO 17440 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-02 17:24:48.503  INFO 17440 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-02 17:24:51.580  WARN 17440 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-02 17:24:51.610  INFO 17440 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-02 17:24:51.611  INFO 17440 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 3108 ms
2023-06-02 17:24:52.795  INFO 17440 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@8415e8f, org.springframework.security.web.context.SecurityContextPersistenceFilter@19a86474, org.springframework.security.web.header.HeaderWriterFilter@5697d8cc, org.springframework.web.filter.CorsFilter@71c1bc64, org.springframework.security.web.authentication.logout.LogoutFilter@7d96dccc, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@e7aaba7, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@538dd879, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7c95e041, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@353a53ed, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@4d77b91e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6960801b, org.springframework.security.web.session.SessionManagementFilter@59a4236c, org.springframework.security.web.access.ExceptionTranslationFilter@47663e5b, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2c5dfa3f]
2023-06-02 17:24:53.257  INFO 17440 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-02 17:24:53.348  INFO 17440 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-02 17:24:53.361  INFO 17440 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-02 17:24:53.470  INFO 17440 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-02 17:24:53.475  INFO 17440 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 5.898 seconds (JVM running for 11.604)
2023-06-02 17:25:53.951  INFO 17440 --- [XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-06-02 17:25:53.951  INFO 17440 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-06-02 17:25:53.964  INFO 17440 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 11 ms
2023-06-02 17:25:54.059  INFO 17440 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-06-02 17:25:54.318  INFO 17440 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-06-02 17:25:54.329 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 17:25:54.350 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-02 17:25:54.386 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 17:25:54.396 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-02 17:25:54.396 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-02 17:25:54.405 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-02 17:25:54.839 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0 
2023-06-02 17:25:54.839 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-02 17:25:54.847 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-02 17:25:54.848 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0 
2023-06-02 17:25:54.848 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters: 
2023-06-02 17:25:54.856 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-02 17:25:54.857 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer 
2023-06-02 17:25:54.857 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-02 17:25:54.866 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-02 17:25:54.867 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer 
2023-06-02 17:25:54.867 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-02 17:25:54.875 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-02 17:25:54.881 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-02 17:25:54.883 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-02 17:25:54.896 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.U.selectCountByDate            : <==      Total: 2
2023-06-02 17:25:54.898 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-02 17:25:54.899 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-02 17:25:54.908 DEBUG 17440 --- [XNIO-1 task-1] r.c.m.x.r.E.selectCountByDate            : <==      Total: 2
2023-06-02 17:26:00.335 DEBUG 17440 --- [XNIO-1 task-2] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-02 17:26:00.335 DEBUG 17440 --- [XNIO-1 task-2] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-02 17:26:00.345 DEBUG 17440 --- [XNIO-1 task-2] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-02 17:26:00.418 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_question WHERE deleted = 0 
2023-06-02 17:26:00.420 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.page_COUNT      : ==> Parameters: 
2023-06-02 17:26:00.427 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.page_COUNT      : <==      Total: 1
2023-06-02 17:26:00.431 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.repository.QuestionMapper.page   : ==>  Preparing: SELECT id, question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted FROM t_question WHERE deleted = 0 order by id desc LIMIT ? 
2023-06-02 17:26:00.431 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.repository.QuestionMapper.page   : ==> Parameters: 10(Integer)
2023-06-02 17:26:00.442 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.repository.QuestionMapper.page   : <==      Total: 3
2023-06-02 17:26:00.474 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 17:26:00.474 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 9(Integer)
2023-06-02 17:26:00.482 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 17:26:00.493 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 17:26:00.494 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 5(Integer)
2023-06-02 17:26:00.502 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 17:26:00.503 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-02 17:26:00.504 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 1(Integer)
2023-06-02 17:26:00.512 DEBUG 17440 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-02 18:11:36.231  INFO 17440 --- [Thread-20] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-06-02 18:11:36.265  INFO 17440 --- [Thread-20] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-06-02 18:11:36.281  INFO 17440 --- [Thread-20] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'