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
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
2023-06-08 09:48:24.400  INFO 25448 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 25448 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-08 09:48:24.403  INFO 25448 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-08 09:48:24.477  INFO 25448 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-08 09:48:24.477  INFO 25448 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-08 09:48:27.653  INFO 25448 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$66b8b39f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-06-08 09:48:27.989  WARN 25448 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-08 09:48:28.025  INFO 25448 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-08 09:48:28.025  INFO 25448 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 3548 ms
2023-06-08 09:48:29.534  INFO 25448 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-08 09:48:29.753  INFO 25448 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@b869ae1, org.springframework.security.web.context.SecurityContextPersistenceFilter@76c0367e, org.springframework.security.web.header.HeaderWriterFilter@3f76b252, org.springframework.web.filter.CorsFilter@6593b48b, org.springframework.security.web.authentication.logout.LogoutFilter@67ca3d63, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@7867eae3, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@34565811, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@266e1b4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@575d2957, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@4e5b0ad, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5a8d703d, org.springframework.security.web.session.SessionManagementFilter@7a32e288, org.springframework.security.web.access.ExceptionTranslationFilter@62474754, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@401b9ae2]
2023-06-08 09:48:29.778  INFO 25448 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
2023-06-08 09:48:30.301  INFO 25448 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-06-08 09:48:30.324  INFO 25448 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-06-08 09:48:30.367  INFO 25448 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2023-06-08 09:48:30.566  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
2023-06-08 09:48:30.568  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: taskUsingPOST_1
2023-06-08 09:48:30.610  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_1
2023-06-08 09:48:30.619  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_1
2023-06-08 09:48:30.623  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_1
2023-06-08 09:48:30.666  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_2
2023-06-08 09:48:30.692  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: answerSubmitUsingPOST_1
2023-06-08 09:48:30.694  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_1
2023-06-08 09:48:30.697  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_3
2023-06-08 09:48:30.699  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_1
2023-06-08 09:48:30.710  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_4
2023-06-08 09:48:30.714  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_2
2023-06-08 09:48:30.716  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_1
2023-06-08 09:48:30.723  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_2
2023-06-08 09:48:30.731  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_5
2023-06-08 09:48:30.734  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_3
2023-06-08 09:48:30.738  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_6
2023-06-08 09:48:30.741  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_4
2023-06-08 09:48:30.752  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_7
2023-06-08 09:48:30.766  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_8
2023-06-08 09:48:30.771  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_5
2023-06-08 09:48:30.776  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_2
2023-06-08 09:48:30.779  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_3
2023-06-08 09:48:30.821  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_9
2023-06-08 09:48:30.825  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_6
2023-06-08 09:48:30.828  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_3
2023-06-08 09:48:30.836  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_4
2023-06-08 09:48:30.846  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_10
2023-06-08 09:48:30.852  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_7
2023-06-08 09:48:30.893  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingGET_1
2023-06-08 09:48:30.894  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingHEAD_1
2023-06-08 09:48:30.895  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPOST_1
2023-06-08 09:48:30.897  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPUT_1
2023-06-08 09:48:30.898  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPATCH_1
2023-06-08 09:48:30.899  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingDELETE_1
2023-06-08 09:48:30.900  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingOPTIONS_1
2023-06-08 09:48:30.901  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingTRACE_1
2023-06-08 09:48:30.929  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_2
2023-06-08 09:48:30.936  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
2023-06-08 09:48:30.940  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_1
2023-06-08 09:48:30.942  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: logUsingPOST_1
2023-06-08 09:48:30.949  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: messagePageListUsingPOST_1
2023-06-08 09:48:30.950  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_3
2023-06-08 09:48:30.955  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
2023-06-08 09:48:30.957  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unReadCountUsingPOST_1
2023-06-08 09:48:30.963  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
2023-06-08 09:48:30.972  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_2
2023-06-08 09:48:30.973  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_4
2023-06-08 09:48:30.979  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_5
2023-06-08 09:48:30.991  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_11
2023-06-08 09:48:30.993  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_8
2023-06-08 09:48:30.997  INFO 25448 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_3
2023-06-08 09:48:31.067  INFO 25448 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-08 09:48:31.085  INFO 25448 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-08 09:48:31.169  INFO 25448 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-08 09:48:31.173  INFO 25448 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 7.583 seconds (JVM running for 9.105)
2023-06-08 09:49:10.810  INFO 25448 --- [XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-06-08 09:49:10.811  INFO 25448 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-06-08 09:49:10.824  INFO 25448 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 13 ms
2023-06-08 09:51:24.799  INFO 25448 --- [XNIO-1 task-2] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-06-08 09:51:25.043  INFO 25448 --- [XNIO-1 task-2] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-06-08 09:51:25.052 DEBUG 25448 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 09:51:25.074 DEBUG 25448 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 09:51:25.111 DEBUG 25448 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:51:25.564 DEBUG 25448 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 09:51:25.564 DEBUG 25448 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 09:51:25.573 DEBUG 25448 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:51:25.589 DEBUG 25448 --- [XNIO-1 task-2] r.c.m.x.r.U.insertSelective              : ==>  Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? ) 
2023-06-08 09:51:25.592 DEBUG 25448 --- [XNIO-1 task-2] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了考试系统(String), 2023-06-08 09:51:25.573(Timestamp)
2023-06-08 09:51:25.624 DEBUG 25448 --- [XNIO-1 task-2] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-08 09:51:25.758 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0 
2023-06-08 09:51:25.758 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-08 09:51:25.770 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 09:51:25.771 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0 
2023-06-08 09:51:25.771 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters: 
2023-06-08 09:51:25.778 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-08 09:51:25.779 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer 
2023-06-08 09:51:25.779 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-08 09:51:25.788 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 09:51:25.789 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer 
2023-06-08 09:51:25.789 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-08 09:51:25.808 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 09:51:25.814 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-08 09:51:25.815 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-08 09:51:25.825 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.U.selectCountByDate            : <==      Total: 2
2023-06-08 09:51:25.829 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-08 09:51:25.829 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-08 09:51:25.838 DEBUG 25448 --- [XNIO-1 task-3] r.c.m.x.r.E.selectCountByDate            : <==      Total: 0
2023-06-08 09:52:34.350 DEBUG 25448 --- [XNIO-1 task-4] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-08 09:52:34.351 DEBUG 25448 --- [XNIO-1 task-4] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-08 09:52:34.359 DEBUG 25448 --- [XNIO-1 task-4] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 09:52:34.718 DEBUG 25448 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_question WHERE deleted = 0 
2023-06-08 09:52:34.719 DEBUG 25448 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.page_COUNT      : ==> Parameters: 
2023-06-08 09:52:34.727 DEBUG 25448 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.page_COUNT      : <==      Total: 1
2023-06-08 09:53:19.018 DEBUG 25448 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-08 09:53:19.018 DEBUG 25448 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-08 09:53:19.026 DEBUG 25448 --- [XNIO-1 task-7] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0 
2023-06-08 09:53:19.026 DEBUG 25448 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 09:53:19.027 DEBUG 25448 --- [XNIO-1 task-7] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters: 
2023-06-08 09:53:19.037 DEBUG 25448 --- [XNIO-1 task-7] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-08 09:53:21.260 DEBUG 25448 --- [XNIO-1 task-8] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-08 09:53:21.260 DEBUG 25448 --- [XNIO-1 task-8] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-08 09:53:21.269 DEBUG 25448 --- [XNIO-1 task-8] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 09:53:33.021 DEBUG 25448 --- [XNIO-1 task-9] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-08 09:53:33.021 DEBUG 25448 --- [XNIO-1 task-9] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-08 09:53:33.031 DEBUG 25448 --- [XNIO-1 task-9] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 09:53:33.040 DEBUG 25448 --- [XNIO-1 task-10] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0 
2023-06-08 09:53:33.040 DEBUG 25448 --- [XNIO-1 task-10] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters: 
2023-06-08 09:53:33.050 DEBUG 25448 --- [XNIO-1 task-10] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-08 09:56:02.611 DEBUG 25448 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 09:56:02.614 DEBUG 25448 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:02.628 DEBUG 25448 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:02.636 DEBUG 25448 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 09:56:02.636 DEBUG 25448 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:02.648 DEBUG 25448 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:02.650 DEBUG 25448 --- [XNIO-1 task-15] r.c.m.x.r.U.insertSelective              : ==>  Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? ) 
2023-06-08 09:56:02.651 DEBUG 25448 --- [XNIO-1 task-15] r.c.m.x.r.U.insertSelective              : ==> Parameters: 1(Integer), student(String), 学生(String), student 登录了考试系统(String), 2023-06-08 09:56:02.649(Timestamp)
2023-06-08 09:56:02.677 DEBUG 25448 --- [XNIO-1 task-15] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-08 09:56:02.839 DEBUG 25448 --- [XNIO-1 task-16] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 09:56:02.840 DEBUG 25448 --- [XNIO-1 task-16] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:02.848 DEBUG 25448 --- [XNIO-1 task-16] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:02.852 DEBUG 25448 --- [XNIO-1 task-16] r.c.m.x.r.MessageUserMapper.unReadCount  : ==>  Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ? 
2023-06-08 09:56:02.853 DEBUG 25448 --- [XNIO-1 task-16] r.c.m.x.r.MessageUserMapper.unReadCount  : ==> Parameters: 1(Integer)
2023-06-08 09:56:02.862 DEBUG 25448 --- [XNIO-1 task-16] r.c.m.x.r.MessageUserMapper.unReadCount  : <==      Total: 1
2023-06-08 09:56:03.034 DEBUG 25448 --- [XNIO-1 task-18] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 09:56:03.034 DEBUG 25448 --- [XNIO-1 task-18] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:03.043 DEBUG 25448 --- [XNIO-1 task-19] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 09:56:03.043 DEBUG 25448 --- [XNIO-1 task-17] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 09:56:03.044 DEBUG 25448 --- [XNIO-1 task-17] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:03.044 DEBUG 25448 --- [XNIO-1 task-19] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:03.044 DEBUG 25448 --- [XNIO-1 task-18] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:03.057 DEBUG 25448 --- [XNIO-1 task-19] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:03.057 DEBUG 25448 --- [XNIO-1 task-17] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:03.059 DEBUG 25448 --- [XNIO-1 task-17] r.c.m.x.r.T.getByGradeLevel              : ==>  Preparing: select id, title, grade_level, frame_text_content_id, create_user, create_time, deleted, create_user_name from t_task_exam where deleted=0 and grade_level = ? 
2023-06-08 09:56:03.060 DEBUG 25448 --- [XNIO-1 task-17] r.c.m.x.r.T.getByGradeLevel              : ==> Parameters: 1(Integer)
2023-06-08 09:56:03.066 DEBUG 25448 --- [XNIO-1 task-19] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==>  Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? ORDER BY id desc limit 5 
2023-06-08 09:56:03.066 DEBUG 25448 --- [XNIO-1 task-19] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==> Parameters: 1(Integer), 1(Integer)
2023-06-08 09:56:03.069 DEBUG 25448 --- [XNIO-1 task-17] r.c.m.x.r.T.getByGradeLevel              : <==      Total: 0
2023-06-08 09:56:03.074 DEBUG 25448 --- [XNIO-1 task-19] r.c.m.x.r.ExamPaperMapper.indexPaper     : <==      Total: 0
2023-06-08 09:56:03.075 DEBUG 25448 --- [XNIO-1 task-19] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==>  Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? and ? between limit_start_time and limit_end_time ORDER BY id desc limit 5 
2023-06-08 09:56:03.076 DEBUG 25448 --- [XNIO-1 task-19] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==> Parameters: 4(Integer), 1(Integer), 2023-06-08 09:56:03.075(Timestamp)
2023-06-08 09:56:03.083 DEBUG 25448 --- [XNIO-1 task-19] r.c.m.x.r.ExamPaperMapper.indexPaper     : <==      Total: 0
2023-06-08 09:56:11.092 DEBUG 25448 --- [XNIO-1 task-20] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 09:56:11.092 DEBUG 25448 --- [XNIO-1 task-20] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:11.101 DEBUG 25448 --- [XNIO-1 task-20] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:11.103 DEBUG 25448 --- [XNIO-1 task-20] r.c.m.x.r.S.getSubjectByLevel            : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where level= ? order by item_order 
2023-06-08 09:56:11.103 DEBUG 25448 --- [XNIO-1 task-20] r.c.m.x.r.S.getSubjectByLevel            : ==> Parameters: 1(Integer)
2023-06-08 09:56:11.116 DEBUG 25448 --- [XNIO-1 task-20] r.c.m.x.r.S.getSubjectByLevel            : <==      Total: 0
2023-06-08 09:56:13.166 DEBUG 25448 --- [XNIO-1 task-21] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 09:56:13.168 DEBUG 25448 --- [XNIO-1 task-21] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:13.176 DEBUG 25448 --- [XNIO-1 task-21] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:13.182 DEBUG 25448 --- [XNIO-1 task-21] r.c.m.x.r.E.studentPage_COUNT            : ==>  Preparing: SELECT count(0) FROM t_exam_paper_answer WHERE create_user = ? 
2023-06-08 09:56:13.182 DEBUG 25448 --- [XNIO-1 task-21] r.c.m.x.r.E.studentPage_COUNT            : ==> Parameters: 1(Integer)
2023-06-08 09:56:13.193 DEBUG 25448 --- [XNIO-1 task-21] r.c.m.x.r.E.studentPage_COUNT            : <==      Total: 1
2023-06-08 09:56:28.806 DEBUG 25448 --- [XNIO-1 task-22] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 09:56:28.806 DEBUG 25448 --- [XNIO-1 task-22] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:28.815 DEBUG 25448 --- [XNIO-1 task-22] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:28.832 DEBUG 25448 --- [XNIO-1 task-22] r.c.m.x.r.E.studentPage_COUNT            : ==>  Preparing: SELECT count(0) FROM t_exam_paper_question_customer_answer WHERE do_right = FALSE AND create_user = ? 
2023-06-08 09:56:28.832 DEBUG 25448 --- [XNIO-1 task-22] r.c.m.x.r.E.studentPage_COUNT            : ==> Parameters: 1(Integer)
2023-06-08 09:56:28.840 DEBUG 25448 --- [XNIO-1 task-22] r.c.m.x.r.E.studentPage_COUNT            : <==      Total: 1
2023-06-08 09:56:34.519 DEBUG 25448 --- [XNIO-1 task-23] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 09:56:34.519 DEBUG 25448 --- [XNIO-1 task-24] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 09:56:34.520 DEBUG 25448 --- [XNIO-1 task-24] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:34.520 DEBUG 25448 --- [XNIO-1 task-23] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:34.538 DEBUG 25448 --- [XNIO-1 task-23] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:34.538 DEBUG 25448 --- [XNIO-1 task-24] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:34.540 DEBUG 25448 --- [XNIO-1 task-24] r.c.m.x.r.U.getUserEventLogByUserId      : ==>  Preparing: select id, user_id, user_name, real_name, content, create_time from t_user_event_log where user_id=? order by id desc limit 10 
2023-06-08 09:56:34.541 DEBUG 25448 --- [XNIO-1 task-24] r.c.m.x.r.U.getUserEventLogByUserId      : ==> Parameters: 1(Integer)
2023-06-08 09:56:34.566 DEBUG 25448 --- [XNIO-1 task-24] r.c.m.x.r.U.getUserEventLogByUserId      : <==      Total: 1
2023-06-08 09:56:43.728 DEBUG 25448 --- [XNIO-1 task-25] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 09:56:43.729 DEBUG 25448 --- [XNIO-1 task-25] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 09:56:43.738 DEBUG 25448 --- [XNIO-1 task-25] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:43.741 DEBUG 25448 --- [XNIO-1 task-25] r.c.m.x.r.E.studentPage_COUNT            : ==>  Preparing: SELECT count(0) FROM t_exam_paper_question_customer_answer WHERE do_right = FALSE AND create_user = ? 
2023-06-08 09:56:43.752 DEBUG 25448 --- [XNIO-1 task-25] r.c.m.x.r.E.studentPage_COUNT            : ==> Parameters: 1(Integer)
2023-06-08 09:56:43.761 DEBUG 25448 --- [XNIO-1 task-25] r.c.m.x.r.E.studentPage_COUNT            : <==      Total: 1
2023-06-08 09:56:56.957 DEBUG 25448 --- [XNIO-1 task-27] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 09:56:56.957 DEBUG 25448 --- [XNIO-1 task-27] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 09:56:56.966 DEBUG 25448 --- [XNIO-1 task-27] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:56.970 DEBUG 25448 --- [XNIO-1 task-27] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 09:56:56.971 DEBUG 25448 --- [XNIO-1 task-27] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 09:56:56.983 DEBUG 25448 --- [XNIO-1 task-27] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:56:56.984 DEBUG 25448 --- [XNIO-1 task-27] r.c.m.x.r.U.insertSelective              : ==>  Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? ) 
2023-06-08 09:56:56.984 DEBUG 25448 --- [XNIO-1 task-27] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了考试系统(String), 2023-06-08 09:56:56.983(Timestamp)
2023-06-08 09:56:57.004 DEBUG 25448 --- [XNIO-1 task-27] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-08 09:56:57.185 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0 
2023-06-08 09:56:57.185 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-08 09:56:57.194 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 09:56:57.194 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0 
2023-06-08 09:56:57.196 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters: 
2023-06-08 09:56:57.203 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-08 09:56:57.204 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer 
2023-06-08 09:56:57.204 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-08 09:56:57.216 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 09:56:57.216 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer 
2023-06-08 09:56:57.217 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-08 09:56:57.227 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 09:56:57.228 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-08 09:56:57.266 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-08 09:56:57.282 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.U.selectCountByDate            : <==      Total: 2
2023-06-08 09:56:57.283 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-08 09:56:57.285 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-08 09:56:57.293 DEBUG 25448 --- [XNIO-1 task-28] r.c.m.x.r.E.selectCountByDate            : <==      Total: 0
2023-06-08 09:57:03.144 DEBUG 25448 --- [XNIO-1 task-29] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 09:57:03.145 DEBUG 25448 --- [XNIO-1 task-29] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 09:57:03.153 DEBUG 25448 --- [XNIO-1 task-29] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 09:57:35.938 DEBUG 25448 --- [XNIO-1 task-30] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-08 09:57:35.938 DEBUG 25448 --- [XNIO-1 task-30] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-08 09:57:35.946 DEBUG 25448 --- [XNIO-1 task-30] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 09:57:35.950 DEBUG 25448 --- [XNIO-1 task-31] r.c.m.x.r.E.adminPage_COUNT              : ==>  Preparing: SELECT count(0) FROM t_exam_paper_answer 
2023-06-08 09:57:35.950 DEBUG 25448 --- [XNIO-1 task-31] r.c.m.x.r.E.adminPage_COUNT              : ==> Parameters: 
2023-06-08 09:57:35.958 DEBUG 25448 --- [XNIO-1 task-31] r.c.m.x.r.E.adminPage_COUNT              : <==      Total: 1
2023-06-08 09:57:52.357 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0 
2023-06-08 09:57:52.357 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-08 09:57:52.364 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 09:57:52.366 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0 
2023-06-08 09:57:52.366 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters: 
2023-06-08 09:57:52.373 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-08 09:57:52.374 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer 
2023-06-08 09:57:52.374 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-08 09:57:52.387 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 09:57:52.388 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer 
2023-06-08 09:57:52.388 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-08 09:57:52.396 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 09:57:52.397 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-08 09:57:52.398 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-08 09:57:52.405 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.U.selectCountByDate            : <==      Total: 2
2023-06-08 09:57:52.407 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-08 09:57:52.407 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-08 09:57:52.415 DEBUG 25448 --- [XNIO-1 task-32] r.c.m.x.r.E.selectCountByDate            : <==      Total: 0
2023-06-08 09:57:54.203 DEBUG 25448 --- [XNIO-1 task-33] r.c.m.x.r.UserMapper.userPage_COUNT      : ==>  Preparing: SELECT count(0) FROM t_user WHERE deleted = 0 AND role = ? 
2023-06-08 09:57:54.204 DEBUG 25448 --- [XNIO-1 task-33] r.c.m.x.r.UserMapper.userPage_COUNT      : ==> Parameters: 1(Integer)
2023-06-08 09:57:54.212 DEBUG 25448 --- [XNIO-1 task-33] r.c.m.x.r.UserMapper.userPage_COUNT      : <==      Total: 1
2023-06-08 09:57:54.220 DEBUG 25448 --- [XNIO-1 task-33] r.c.m.x.repository.UserMapper.userPage   : ==>  Preparing: SELECT id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id FROM t_user WHERE deleted = 0 AND role = ? order by id desc LIMIT ? 
2023-06-08 09:57:54.220 DEBUG 25448 --- [XNIO-1 task-33] r.c.m.x.repository.UserMapper.userPage   : ==> Parameters: 1(Integer), 10(Integer)
2023-06-08 09:57:54.248 DEBUG 25448 --- [XNIO-1 task-33] r.c.m.x.repository.UserMapper.userPage   : <==      Total: 3
2023-06-08 12:47:43.014 ERROR 25448 --- [XNIO-1 task-36] io.undertow.request                      : UT005023: Exception handling request to /api/user/logout
 
java.lang.NullPointerException: null
    at com.mindskip.xzs.configuration.spring.security.RestLogoutSuccessHandler.onLogoutSuccess(RestLogoutSuccessHandler.java:45)
    at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:111)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
    at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
    at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
    at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
    at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
    at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
    at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
    at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
    at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
    at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
    at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
    at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
    at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
    at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
    at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
    at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:119)
    at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
    at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
    at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
    at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
    at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
    at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
    at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
    at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
    at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
    at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
    at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:750)
 
2023-06-08 12:47:56.528 ERROR 25448 --- [XNIO-1 task-37] io.undertow.request                      : UT005023: Exception handling request to /api/user/logout
 
java.lang.NullPointerException: null
    at com.mindskip.xzs.configuration.spring.security.RestLogoutSuccessHandler.onLogoutSuccess(RestLogoutSuccessHandler.java:45)
    at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:111)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
    at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
    at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
    at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
    at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
    at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
    at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
    at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
    at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
    at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
    at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
    at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
    at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
    at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
    at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
    at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:119)
    at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
    at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
    at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
    at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
    at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
    at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
    at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
    at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
    at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
    at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
    at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:750)
 
2023-06-08 12:48:49.334 DEBUG 25448 --- [XNIO-1 task-39] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 12:48:49.340 DEBUG 25448 --- [XNIO-1 task-39] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 12:48:49.363 DEBUG 25448 --- [XNIO-1 task-39] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:48:49.384 DEBUG 25448 --- [XNIO-1 task-39] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 12:48:49.384 DEBUG 25448 --- [XNIO-1 task-39] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 12:48:49.407 DEBUG 25448 --- [XNIO-1 task-39] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:48:49.412 DEBUG 25448 --- [XNIO-1 task-39] r.c.m.x.r.U.insertSelective              : ==>  Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? ) 
2023-06-08 12:48:49.415 DEBUG 25448 --- [XNIO-1 task-39] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了考试系统(String), 2023-06-08 12:48:49.408(Timestamp)
2023-06-08 12:48:49.442 DEBUG 25448 --- [XNIO-1 task-39] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-08 12:48:49.560 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0 
2023-06-08 12:48:49.562 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-08 12:48:49.575 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 12:48:49.576 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0 
2023-06-08 12:48:49.576 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters: 
2023-06-08 12:48:49.606 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-08 12:48:49.609 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer 
2023-06-08 12:48:49.609 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-08 12:48:49.616 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 12:48:49.618 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer 
2023-06-08 12:48:49.619 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-08 12:48:49.630 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 12:48:49.633 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-08 12:48:49.635 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-08 12:48:49.644 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.U.selectCountByDate            : <==      Total: 2
2023-06-08 12:48:49.648 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-08 12:48:49.648 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-08 12:48:49.659 DEBUG 25448 --- [XNIO-1 task-40] r.c.m.x.r.E.selectCountByDate            : <==      Total: 0
2023-06-08 12:48:53.912 DEBUG 25448 --- [XNIO-1 task-41] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 12:48:53.912 DEBUG 25448 --- [XNIO-1 task-41] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 12:48:53.926 DEBUG 25448 --- [XNIO-1 task-41] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:49:01.274 DEBUG 25448 --- [XNIO-1 task-42] r.c.m.x.r.UserMapper.userPage_COUNT      : ==>  Preparing: SELECT count(0) FROM t_user WHERE deleted = 0 AND role = ? 
2023-06-08 12:49:01.274 DEBUG 25448 --- [XNIO-1 task-42] r.c.m.x.r.UserMapper.userPage_COUNT      : ==> Parameters: 1(Integer)
2023-06-08 12:49:01.296 DEBUG 25448 --- [XNIO-1 task-42] r.c.m.x.r.UserMapper.userPage_COUNT      : <==      Total: 1
2023-06-08 12:49:01.298 DEBUG 25448 --- [XNIO-1 task-42] r.c.m.x.repository.UserMapper.userPage   : ==>  Preparing: SELECT id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id FROM t_user WHERE deleted = 0 AND role = ? order by id desc LIMIT ? 
2023-06-08 12:49:01.298 DEBUG 25448 --- [XNIO-1 task-42] r.c.m.x.repository.UserMapper.userPage   : ==> Parameters: 1(Integer), 10(Integer)
2023-06-08 12:49:01.354 DEBUG 25448 --- [XNIO-1 task-42] r.c.m.x.repository.UserMapper.userPage   : <==      Total: 3
2023-06-08 12:49:02.220 DEBUG 25448 --- [XNIO-1 task-43] r.c.m.x.r.UserMapper.userPage_COUNT      : ==>  Preparing: SELECT count(0) FROM t_user WHERE deleted = 0 AND role = ? 
2023-06-08 12:49:02.221 DEBUG 25448 --- [XNIO-1 task-43] r.c.m.x.r.UserMapper.userPage_COUNT      : ==> Parameters: 3(Integer)
2023-06-08 12:49:02.228 DEBUG 25448 --- [XNIO-1 task-43] r.c.m.x.r.UserMapper.userPage_COUNT      : <==      Total: 1
2023-06-08 12:49:02.230 DEBUG 25448 --- [XNIO-1 task-43] r.c.m.x.repository.UserMapper.userPage   : ==>  Preparing: SELECT id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id FROM t_user WHERE deleted = 0 AND role = ? order by id desc LIMIT ? 
2023-06-08 12:49:02.230 DEBUG 25448 --- [XNIO-1 task-43] r.c.m.x.repository.UserMapper.userPage   : ==> Parameters: 3(Integer), 10(Integer)
2023-06-08 12:49:02.257 DEBUG 25448 --- [XNIO-1 task-43] r.c.m.x.repository.UserMapper.userPage   : <==      Total: 1
2023-06-08 12:49:04.628 DEBUG 25448 --- [XNIO-1 task-44] r.c.m.x.r.UserMapper.getUserById         : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where id=? 
2023-06-08 12:49:04.628 DEBUG 25448 --- [XNIO-1 task-44] r.c.m.x.r.UserMapper.getUserById         : ==> Parameters: 2(Integer)
2023-06-08 12:49:04.650 DEBUG 25448 --- [XNIO-1 task-44] r.c.m.x.r.UserMapper.getUserById         : <==      Total: 1
2023-06-08 12:50:17.547 DEBUG 25448 --- [XNIO-1 task-45] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-08 12:50:17.547 DEBUG 25448 --- [XNIO-1 task-45] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-08 12:50:17.555 DEBUG 25448 --- [XNIO-1 task-45] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 12:50:17.560 DEBUG 25448 --- [XNIO-1 task-46] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0 
2023-06-08 12:50:17.560 DEBUG 25448 --- [XNIO-1 task-46] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters: 
2023-06-08 12:50:17.569 DEBUG 25448 --- [XNIO-1 task-46] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-08 12:50:19.388 DEBUG 25448 --- [XNIO-1 task-47] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-08 12:50:19.388 DEBUG 25448 --- [XNIO-1 task-47] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-08 12:50:19.396 DEBUG 25448 --- [XNIO-1 task-47] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 12:53:05.589 DEBUG 25448 --- [XNIO-1 task-50] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 12:53:05.589 DEBUG 25448 --- [XNIO-1 task-50] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 12:53:05.608 DEBUG 25448 --- [XNIO-1 task-50] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:53:05.610 DEBUG 25448 --- [XNIO-1 task-50] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 12:53:05.610 DEBUG 25448 --- [XNIO-1 task-50] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 12:53:05.623 DEBUG 25448 --- [XNIO-1 task-50] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:53:05.626 DEBUG 25448 --- [XNIO-1 task-50] r.c.m.x.r.U.insertSelective              : ==>  Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? ) 
2023-06-08 12:53:05.628 DEBUG 25448 --- [XNIO-1 task-50] r.c.m.x.r.U.insertSelective              : ==> Parameters: 1(Integer), student(String), 学生(String), student 登录了考试系统(String), 2023-06-08 12:53:05.626(Timestamp)
2023-06-08 12:53:05.652 DEBUG 25448 --- [XNIO-1 task-50] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-08 12:53:05.836 DEBUG 25448 --- [XNIO-1 task-51] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 12:53:05.837 DEBUG 25448 --- [XNIO-1 task-51] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 12:53:05.848 DEBUG 25448 --- [XNIO-1 task-51] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:53:05.850 DEBUG 25448 --- [XNIO-1 task-51] r.c.m.x.r.MessageUserMapper.unReadCount  : ==>  Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ? 
2023-06-08 12:53:05.850 DEBUG 25448 --- [XNIO-1 task-51] r.c.m.x.r.MessageUserMapper.unReadCount  : ==> Parameters: 1(Integer)
2023-06-08 12:53:05.861 DEBUG 25448 --- [XNIO-1 task-51] r.c.m.x.r.MessageUserMapper.unReadCount  : <==      Total: 1
2023-06-08 12:53:06.017 DEBUG 25448 --- [XNIO-1 task-54] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 12:53:06.018 DEBUG 25448 --- [XNIO-1 task-54] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 12:53:06.031 DEBUG 25448 --- [XNIO-1 task-53] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 12:53:06.031 DEBUG 25448 --- [XNIO-1 task-52] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 12:53:06.031 DEBUG 25448 --- [XNIO-1 task-53] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 12:53:06.031 DEBUG 25448 --- [XNIO-1 task-52] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 12:53:06.032 DEBUG 25448 --- [XNIO-1 task-54] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:53:06.034 DEBUG 25448 --- [XNIO-1 task-54] r.c.m.x.r.T.getByGradeLevel              : ==>  Preparing: select id, title, grade_level, frame_text_content_id, create_user, create_time, deleted, create_user_name from t_task_exam where deleted=0 and grade_level = ? 
2023-06-08 12:53:06.034 DEBUG 25448 --- [XNIO-1 task-54] r.c.m.x.r.T.getByGradeLevel              : ==> Parameters: 1(Integer)
2023-06-08 12:53:06.042 DEBUG 25448 --- [XNIO-1 task-53] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:53:06.042 DEBUG 25448 --- [XNIO-1 task-52] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:53:06.043 DEBUG 25448 --- [XNIO-1 task-54] r.c.m.x.r.T.getByGradeLevel              : <==      Total: 0
2023-06-08 12:53:06.044 DEBUG 25448 --- [XNIO-1 task-53] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==>  Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? ORDER BY id desc limit 5 
2023-06-08 12:53:06.044 DEBUG 25448 --- [XNIO-1 task-53] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==> Parameters: 1(Integer), 1(Integer)
2023-06-08 12:53:06.054 DEBUG 25448 --- [XNIO-1 task-53] r.c.m.x.r.ExamPaperMapper.indexPaper     : <==      Total: 0
2023-06-08 12:53:06.055 DEBUG 25448 --- [XNIO-1 task-53] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==>  Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? and ? between limit_start_time and limit_end_time ORDER BY id desc limit 5 
2023-06-08 12:53:06.068 DEBUG 25448 --- [XNIO-1 task-53] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==> Parameters: 4(Integer), 1(Integer), 2023-06-08 12:53:06.055(Timestamp)
2023-06-08 12:53:06.083 DEBUG 25448 --- [XNIO-1 task-53] r.c.m.x.r.ExamPaperMapper.indexPaper     : <==      Total: 0
2023-06-08 12:53:38.599 DEBUG 25448 --- [XNIO-1 task-55] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 12:53:38.599 DEBUG 25448 --- [XNIO-1 task-55] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 12:53:38.608 DEBUG 25448 --- [XNIO-1 task-55] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:53:38.612 DEBUG 25448 --- [XNIO-1 task-55] r.c.m.x.r.E.studentPage_COUNT            : ==>  Preparing: SELECT count(0) FROM t_exam_paper_answer WHERE create_user = ? 
2023-06-08 12:53:38.612 DEBUG 25448 --- [XNIO-1 task-55] r.c.m.x.r.E.studentPage_COUNT            : ==> Parameters: 1(Integer)
2023-06-08 12:53:38.620 DEBUG 25448 --- [XNIO-1 task-55] r.c.m.x.r.E.studentPage_COUNT            : <==      Total: 1
2023-06-08 12:55:13.008 DEBUG 25448 --- [XNIO-1 task-58] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 12:55:13.008 DEBUG 25448 --- [XNIO-1 task-58] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 12:55:13.024 DEBUG 25448 --- [XNIO-1 task-58] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:55:13.028 DEBUG 25448 --- [XNIO-1 task-58] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 12:55:13.028 DEBUG 25448 --- [XNIO-1 task-58] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 12:55:13.040 DEBUG 25448 --- [XNIO-1 task-58] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 12:55:13.041 DEBUG 25448 --- [XNIO-1 task-58] r.c.m.x.r.U.insertSelective              : ==>  Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? ) 
2023-06-08 12:55:13.042 DEBUG 25448 --- [XNIO-1 task-58] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了考试系统(String), 2023-06-08 12:55:13.041(Timestamp)
2023-06-08 12:55:13.115 DEBUG 25448 --- [XNIO-1 task-58] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-08 12:55:13.246 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0 
2023-06-08 12:55:13.247 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-08 12:55:13.259 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 12:55:13.260 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0 
2023-06-08 12:55:13.260 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters: 
2023-06-08 12:55:13.268 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-08 12:55:13.268 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer 
2023-06-08 12:55:13.269 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-08 12:55:13.276 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 12:55:13.277 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer 
2023-06-08 12:55:13.277 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-08 12:55:13.286 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 12:55:13.287 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-08 12:55:13.287 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-08 12:55:13.295 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.U.selectCountByDate            : <==      Total: 2
2023-06-08 12:55:13.296 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-08 12:55:13.296 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-08 12:55:13.304 DEBUG 25448 --- [XNIO-1 task-59] r.c.m.x.r.E.selectCountByDate            : <==      Total: 0
2023-06-08 12:55:19.105 DEBUG 25448 --- [XNIO-1 task-60] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-08 12:55:19.106 DEBUG 25448 --- [XNIO-1 task-60] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-08 12:55:19.107 DEBUG 25448 --- [XNIO-1 task-61] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0 
2023-06-08 12:55:19.107 DEBUG 25448 --- [XNIO-1 task-61] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters: 
2023-06-08 12:55:19.139 DEBUG 25448 --- [XNIO-1 task-60] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 12:55:19.139 DEBUG 25448 --- [XNIO-1 task-61] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-08 12:55:22.936 DEBUG 25448 --- [XNIO-1 task-62] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-08 12:55:22.936 DEBUG 25448 --- [XNIO-1 task-62] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-08 12:55:22.943 DEBUG 25448 --- [XNIO-1 task-62] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 12:55:27.145 DEBUG 25448 --- [XNIO-1 task-63] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-08 12:55:27.145 DEBUG 25448 --- [XNIO-1 task-63] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-08 12:55:27.147 DEBUG 25448 --- [XNIO-1 task-64] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0 
2023-06-08 12:55:27.147 DEBUG 25448 --- [XNIO-1 task-64] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters: 
2023-06-08 12:55:27.152 DEBUG 25448 --- [XNIO-1 task-63] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 12:55:27.163 DEBUG 25448 --- [XNIO-1 task-64] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-08 12:56:16.471 DEBUG 25448 --- [XNIO-1 task-65] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-08 12:56:16.471 DEBUG 25448 --- [XNIO-1 task-65] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-08 12:56:16.499 DEBUG 25448 --- [XNIO-1 task-66] r.c.m.x.r.QuestionMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_question WHERE deleted = 0 
2023-06-08 12:56:16.499 DEBUG 25448 --- [XNIO-1 task-65] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 12:56:16.500 DEBUG 25448 --- [XNIO-1 task-66] r.c.m.x.r.QuestionMapper.page_COUNT      : ==> Parameters: 
2023-06-08 12:56:16.512 DEBUG 25448 --- [XNIO-1 task-66] r.c.m.x.r.QuestionMapper.page_COUNT      : <==      Total: 1
2023-06-08 12:56:39.592 DEBUG 25448 --- [XNIO-1 task-67] r.c.m.x.r.UserMapper.userPage_COUNT      : ==>  Preparing: SELECT count(0) FROM t_user WHERE deleted = 0 AND role = ? 
2023-06-08 12:56:39.593 DEBUG 25448 --- [XNIO-1 task-67] r.c.m.x.r.UserMapper.userPage_COUNT      : ==> Parameters: 1(Integer)
2023-06-08 12:56:39.600 DEBUG 25448 --- [XNIO-1 task-67] r.c.m.x.r.UserMapper.userPage_COUNT      : <==      Total: 1
2023-06-08 12:56:39.603 DEBUG 25448 --- [XNIO-1 task-67] r.c.m.x.repository.UserMapper.userPage   : ==>  Preparing: SELECT id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id FROM t_user WHERE deleted = 0 AND role = ? order by id desc LIMIT ? 
2023-06-08 12:56:39.603 DEBUG 25448 --- [XNIO-1 task-67] r.c.m.x.repository.UserMapper.userPage   : ==> Parameters: 1(Integer), 10(Integer)
2023-06-08 12:56:39.611 DEBUG 25448 --- [XNIO-1 task-67] r.c.m.x.repository.UserMapper.userPage   : <==      Total: 3
2023-06-08 12:57:16.058 DEBUG 25448 --- [XNIO-1 task-68] r.c.m.x.r.SubjectMapper.page_COUNT       : ==>  Preparing: SELECT count(0) FROM t_subject WHERE deleted = 0 
2023-06-08 12:57:16.058 DEBUG 25448 --- [XNIO-1 task-68] r.c.m.x.r.SubjectMapper.page_COUNT       : ==> Parameters: 
2023-06-08 12:57:16.089 DEBUG 25448 --- [XNIO-1 task-68] r.c.m.x.r.SubjectMapper.page_COUNT       : <==      Total: 1
2023-06-08 12:57:40.480 DEBUG 25448 --- [XNIO-1 task-69] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-08 12:57:40.480 DEBUG 25448 --- [XNIO-1 task-70] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0 
2023-06-08 12:57:40.480 DEBUG 25448 --- [XNIO-1 task-69] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-08 12:57:40.480 DEBUG 25448 --- [XNIO-1 task-70] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters: 
2023-06-08 12:57:40.487 DEBUG 25448 --- [XNIO-1 task-69] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 12:57:40.487 DEBUG 25448 --- [XNIO-1 task-70] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-08 12:57:43.177 DEBUG 25448 --- [XNIO-1 task-71] r.c.m.x.r.TaskExamMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_task_exam WHERE deleted = 0 
2023-06-08 12:57:43.178 DEBUG 25448 --- [XNIO-1 task-71] r.c.m.x.r.TaskExamMapper.page_COUNT      : ==> Parameters: 
2023-06-08 12:57:43.185 DEBUG 25448 --- [XNIO-1 task-71] r.c.m.x.r.TaskExamMapper.page_COUNT      : <==      Total: 1
2023-06-08 12:57:46.476 DEBUG 25448 --- [XNIO-1 task-73] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-08 12:57:46.476 DEBUG 25448 --- [XNIO-1 task-72] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0 
2023-06-08 12:57:46.477 DEBUG 25448 --- [XNIO-1 task-73] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-08 12:57:46.477 DEBUG 25448 --- [XNIO-1 task-72] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters: 
2023-06-08 12:57:46.484 DEBUG 25448 --- [XNIO-1 task-73] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 12:57:46.484 DEBUG 25448 --- [XNIO-1 task-72] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-08 12:58:14.085 DEBUG 25448 --- [XNIO-1 task-74] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-08 12:58:14.086 DEBUG 25448 --- [XNIO-1 task-74] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-08 12:58:14.088 DEBUG 25448 --- [XNIO-1 task-75] r.c.m.x.r.E.adminPage_COUNT              : ==>  Preparing: SELECT count(0) FROM t_exam_paper_answer 
2023-06-08 12:58:14.088 DEBUG 25448 --- [XNIO-1 task-75] r.c.m.x.r.E.adminPage_COUNT              : ==> Parameters: 
2023-06-08 12:58:14.093 DEBUG 25448 --- [XNIO-1 task-74] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 0
2023-06-08 12:58:14.096 DEBUG 25448 --- [XNIO-1 task-75] r.c.m.x.r.E.adminPage_COUNT              : <==      Total: 1
2023-06-08 13:01:34.934 DEBUG 25448 --- [XNIO-1 task-80] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 13:01:34.934 DEBUG 25448 --- [XNIO-1 task-80] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 13:01:34.962 DEBUG 25448 --- [XNIO-1 task-80] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 13:01:34.966 DEBUG 25448 --- [XNIO-1 task-80] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 13:01:34.966 DEBUG 25448 --- [XNIO-1 task-80] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 13:01:34.975 DEBUG 25448 --- [XNIO-1 task-80] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 13:01:34.976 DEBUG 25448 --- [XNIO-1 task-80] r.c.m.x.r.U.insertSelective              : ==>  Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? ) 
2023-06-08 13:01:34.977 DEBUG 25448 --- [XNIO-1 task-80] r.c.m.x.r.U.insertSelective              : ==> Parameters: 1(Integer), student(String), 学生(String), student 登录了考试系统(String), 2023-06-08 13:01:34.976(Timestamp)
2023-06-08 13:01:35.010 DEBUG 25448 --- [XNIO-1 task-80] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-08 13:01:35.181 DEBUG 25448 --- [XNIO-1 task-81] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 13:01:35.181 DEBUG 25448 --- [XNIO-1 task-81] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 13:01:35.200 DEBUG 25448 --- [XNIO-1 task-81] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 13:01:35.201 DEBUG 25448 --- [XNIO-1 task-81] r.c.m.x.r.MessageUserMapper.unReadCount  : ==>  Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ? 
2023-06-08 13:01:35.201 DEBUG 25448 --- [XNIO-1 task-81] r.c.m.x.r.MessageUserMapper.unReadCount  : ==> Parameters: 1(Integer)
2023-06-08 13:01:35.208 DEBUG 25448 --- [XNIO-1 task-81] r.c.m.x.r.MessageUserMapper.unReadCount  : <==      Total: 1
2023-06-08 13:01:35.402 DEBUG 25448 --- [XNIO-1 task-83] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 13:01:35.402 DEBUG 25448 --- [XNIO-1 task-83] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 13:01:35.412 DEBUG 25448 --- [XNIO-1 task-84] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 13:01:35.412 DEBUG 25448 --- [XNIO-1 task-82] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 13:01:35.412 DEBUG 25448 --- [XNIO-1 task-84] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 13:01:35.412 DEBUG 25448 --- [XNIO-1 task-82] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 13:01:35.412 DEBUG 25448 --- [XNIO-1 task-83] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 13:01:35.413 DEBUG 25448 --- [XNIO-1 task-83] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==>  Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? ORDER BY id desc limit 5 
2023-06-08 13:01:35.413 DEBUG 25448 --- [XNIO-1 task-83] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==> Parameters: 1(Integer), 1(Integer)
2023-06-08 13:01:35.419 DEBUG 25448 --- [XNIO-1 task-83] r.c.m.x.r.ExamPaperMapper.indexPaper     : <==      Total: 0
2023-06-08 13:01:35.420 DEBUG 25448 --- [XNIO-1 task-84] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 13:01:35.420 DEBUG 25448 --- [XNIO-1 task-84] r.c.m.x.r.T.getByGradeLevel              : ==>  Preparing: select id, title, grade_level, frame_text_content_id, create_user, create_time, deleted, create_user_name from t_task_exam where deleted=0 and grade_level = ? 
2023-06-08 13:01:35.420 DEBUG 25448 --- [XNIO-1 task-83] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==>  Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? and ? between limit_start_time and limit_end_time ORDER BY id desc limit 5 
2023-06-08 13:01:35.421 DEBUG 25448 --- [XNIO-1 task-84] r.c.m.x.r.T.getByGradeLevel              : ==> Parameters: 1(Integer)
2023-06-08 13:01:35.421 DEBUG 25448 --- [XNIO-1 task-83] r.c.m.x.r.ExamPaperMapper.indexPaper     : ==> Parameters: 4(Integer), 1(Integer), 2023-06-08 13:01:35.42(Timestamp)
2023-06-08 13:01:35.422 DEBUG 25448 --- [XNIO-1 task-82] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 13:01:35.430 DEBUG 25448 --- [XNIO-1 task-83] r.c.m.x.r.ExamPaperMapper.indexPaper     : <==      Total: 0
2023-06-08 13:01:35.430 DEBUG 25448 --- [XNIO-1 task-84] r.c.m.x.r.T.getByGradeLevel              : <==      Total: 0
2023-06-08 13:01:40.569 DEBUG 25448 --- [XNIO-1 task-85] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 13:01:40.570 DEBUG 25448 --- [XNIO-1 task-85] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: student(String)
2023-06-08 13:01:40.579 DEBUG 25448 --- [XNIO-1 task-85] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 13:01:40.581 DEBUG 25448 --- [XNIO-1 task-85] r.c.m.x.r.E.studentPage_COUNT            : ==>  Preparing: SELECT count(0) FROM t_exam_paper_question_customer_answer WHERE do_right = FALSE AND create_user = ? 
2023-06-08 13:01:40.581 DEBUG 25448 --- [XNIO-1 task-85] r.c.m.x.r.E.studentPage_COUNT            : ==> Parameters: 1(Integer)
2023-06-08 13:01:40.589 DEBUG 25448 --- [XNIO-1 task-85] r.c.m.x.r.E.studentPage_COUNT            : <==      Total: 1
2023-06-08 15:20:17.380  INFO 25448 --- [Thread-22] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-06-08 15:20:17.464  INFO 25448 --- [Thread-22] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-06-08 15:20:17.484  INFO 25448 --- [Thread-22] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'
2023-06-08 16:15:01.779  INFO 27940 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 27940 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-08 16:15:01.783  INFO 27940 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-08 16:15:01.850  INFO 27940 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-08 16:15:01.850  INFO 27940 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-08 16:15:05.216  INFO 27940 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$69013f14] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-06-08 16:15:05.515  WARN 27940 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-08 16:15:05.553  INFO 27940 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-08 16:15:05.553  INFO 27940 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 3703 ms
2023-06-08 16:15:07.291  INFO 27940 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-08 16:15:07.524  INFO 27940 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2ca2312d, org.springframework.security.web.context.SecurityContextPersistenceFilter@67e15aef, org.springframework.security.web.header.HeaderWriterFilter@6376836b, org.springframework.web.filter.CorsFilter@11c1302c, org.springframework.security.web.authentication.logout.LogoutFilter@70a4146e, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@6716251c, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@1e30120d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@209d2a92, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@554f92a, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@562156c8, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@469fcda3, org.springframework.security.web.session.SessionManagementFilter@2f5210a6, org.springframework.security.web.access.ExceptionTranslationFilter@66fe366c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7bb56a07]
2023-06-08 16:15:07.549  INFO 27940 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
2023-06-08 16:15:07.981  INFO 27940 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-06-08 16:15:08.006  INFO 27940 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-06-08 16:15:08.053  INFO 27940 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2023-06-08 16:15:08.258  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
2023-06-08 16:15:08.260  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: taskUsingPOST_1
2023-06-08 16:15:08.302  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_1
2023-06-08 16:15:08.312  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_1
2023-06-08 16:15:08.316  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_1
2023-06-08 16:15:08.360  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_1
2023-06-08 16:15:08.371  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_2
2023-06-08 16:15:08.394  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: answerSubmitUsingPOST_1
2023-06-08 16:15:08.399  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_3
2023-06-08 16:15:08.402  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_1
2023-06-08 16:15:08.404  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_1
2023-06-08 16:15:08.414  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_2
2023-06-08 16:15:08.422  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_4
2023-06-08 16:15:08.425  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_2
2023-06-08 16:15:08.438  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_5
2023-06-08 16:15:08.441  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_3
2023-06-08 16:15:08.445  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_6
2023-06-08 16:15:08.446  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_4
2023-06-08 16:15:08.453  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_7
2023-06-08 16:15:08.465  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_8
2023-06-08 16:15:08.470  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_5
2023-06-08 16:15:08.473  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_2
2023-06-08 16:15:08.475  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_3
2023-06-08 16:15:08.507  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_9
2023-06-08 16:15:08.510  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_6
2023-06-08 16:15:08.513  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_3
2023-06-08 16:15:08.518  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_4
2023-06-08 16:15:08.526  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_10
2023-06-08 16:15:08.531  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_7
2023-06-08 16:15:08.546  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingGET_1
2023-06-08 16:15:08.546  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingHEAD_1
2023-06-08 16:15:08.547  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPOST_1
2023-06-08 16:15:08.548  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPUT_1
2023-06-08 16:15:08.548  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPATCH_1
2023-06-08 16:15:08.550  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingDELETE_1
2023-06-08 16:15:08.551  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingOPTIONS_1
2023-06-08 16:15:08.552  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingTRACE_1
2023-06-08 16:15:08.565  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_4
2023-06-08 16:15:08.573  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_5
2023-06-08 16:15:08.590  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_11
2023-06-08 16:15:08.592  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_8
2023-06-08 16:15:08.597  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
2023-06-08 16:15:08.604  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_1
2023-06-08 16:15:08.617  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_2
2023-06-08 16:15:08.624  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
2023-06-08 16:15:08.626  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_2
2023-06-08 16:15:08.627  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: logUsingPOST_1
2023-06-08 16:15:08.629  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: messagePageListUsingPOST_1
2023-06-08 16:15:08.632  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_3
2023-06-08 16:15:08.633  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
2023-06-08 16:15:08.634  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unReadCountUsingPOST_1
2023-06-08 16:15:08.636  INFO 27940 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_3
2023-06-08 16:15:08.709  INFO 27940 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-08 16:15:08.731  INFO 27940 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-08 16:15:08.950  INFO 27940 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-08 16:15:08.955  INFO 27940 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 8.015 seconds (JVM running for 13.324)
2023-06-08 16:16:07.597  INFO 27940 --- [XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-06-08 16:16:07.598  INFO 27940 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-06-08 16:16:07.608  INFO 27940 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 10 ms
2023-06-08 16:16:16.117  INFO 27940 --- [XNIO-1 task-2] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-06-08 16:16:16.341  INFO 27940 --- [XNIO-1 task-2] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-06-08 16:16:16.350 DEBUG 27940 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 16:16:16.377 DEBUG 27940 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 16:16:16.424 DEBUG 27940 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 16:16:16.779 DEBUG 27940 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-08 16:16:16.779 DEBUG 27940 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-08 16:16:16.788 DEBUG 27940 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-08 16:16:16.808 DEBUG 27940 --- [XNIO-1 task-2] r.c.m.x.r.U.insertSelective              : ==>  Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? ) 
2023-06-08 16:16:16.811 DEBUG 27940 --- [XNIO-1 task-2] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了考试系统(String), 2023-06-08 16:16:16.789(Timestamp)
2023-06-08 16:16:16.834 DEBUG 27940 --- [XNIO-1 task-2] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-06-08 16:16:16.970 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0 
2023-06-08 16:16:16.970 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-08 16:16:16.984 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 16:16:16.986 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0 
2023-06-08 16:16:16.987 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters: 
2023-06-08 16:16:16.995 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-08 16:16:16.998 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer 
2023-06-08 16:16:16.998 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-08 16:16:17.006 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 16:16:17.008 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer 
2023-06-08 16:16:17.008 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-08 16:16:17.017 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-08 16:16:17.025 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-08 16:16:17.026 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-08 16:16:17.037 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.U.selectCountByDate            : <==      Total: 2
2023-06-08 16:16:17.044 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-08 16:16:17.045 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-08 16:16:17.054 DEBUG 27940 --- [XNIO-1 task-3] r.c.m.x.r.E.selectCountByDate            : <==      Total: 0
2023-06-08 16:55:14.574  INFO 27940 --- [Thread-25] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-06-08 16:55:14.616  INFO 27940 --- [Thread-25] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-06-08 16:55:14.635  INFO 27940 --- [Thread-25] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'
2023-06-08 16:55:23.512  INFO 39816 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 39816 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-06-08 16:55:23.518  INFO 39816 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-08 16:55:23.586  INFO 39816 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-08 16:55:23.586  INFO 39816 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-08 16:55:25.725  INFO 39816 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$19cb341e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-06-08 16:55:25.995  WARN 39816 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-08 16:55:26.028  INFO 39816 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-08 16:55:26.028  INFO 39816 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 2442 ms
2023-06-08 16:55:27.611  INFO 39816 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-08 16:55:27.830  INFO 39816 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3c797805, org.springframework.security.web.context.SecurityContextPersistenceFilter@23e515d6, org.springframework.security.web.header.HeaderWriterFilter@18fd0b4f, org.springframework.web.filter.CorsFilter@797396e0, org.springframework.security.web.authentication.logout.LogoutFilter@75f4eb3f, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@48c44b9e, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@50b616e4, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@41d2fab7, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4504f092, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@21e72526, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@35bcbdf7, org.springframework.security.web.session.SessionManagementFilter@163878e0, org.springframework.security.web.access.ExceptionTranslationFilter@5302fe59, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@445c733f]
2023-06-08 16:55:27.851  INFO 39816 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
2023-06-08 16:55:28.170  INFO 39816 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-06-08 16:55:28.193  INFO 39816 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-06-08 16:55:28.235  INFO 39816 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2023-06-08 16:55:28.507  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
2023-06-08 16:55:28.510  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: taskUsingPOST_1
2023-06-08 16:55:28.612  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_1
2023-06-08 16:55:28.624  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_1
2023-06-08 16:55:28.630  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_1
2023-06-08 16:55:28.679  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_2
2023-06-08 16:55:28.709  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: answerSubmitUsingPOST_1
2023-06-08 16:55:28.711  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_1
2023-06-08 16:55:28.715  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_3
2023-06-08 16:55:28.718  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_1
2023-06-08 16:55:28.722  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_1
2023-06-08 16:55:28.735  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_2
2023-06-08 16:55:28.747  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_4
2023-06-08 16:55:28.750  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_2
2023-06-08 16:55:28.776  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_5
2023-06-08 16:55:28.781  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_3
2023-06-08 16:55:28.796  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_6
2023-06-08 16:55:28.801  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_4
2023-06-08 16:55:28.854  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_7
2023-06-08 16:55:28.869  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_8
2023-06-08 16:55:28.878  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_5
2023-06-08 16:55:28.903  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_2
2023-06-08 16:55:28.905  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_3
2023-06-08 16:55:28.960  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_9
2023-06-08 16:55:28.965  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_6
2023-06-08 16:55:28.967  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_3
2023-06-08 16:55:28.972  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_4
2023-06-08 16:55:28.980  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_10
2023-06-08 16:55:28.984  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_7
2023-06-08 16:55:28.989  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingGET_1
2023-06-08 16:55:28.990  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingHEAD_1
2023-06-08 16:55:28.990  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPOST_1
2023-06-08 16:55:28.991  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPUT_1
2023-06-08 16:55:28.993  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPATCH_1
2023-06-08 16:55:28.993  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingDELETE_1
2023-06-08 16:55:28.994  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingOPTIONS_1
2023-06-08 16:55:28.994  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingTRACE_1
2023-06-08 16:55:29.023  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_2
2023-06-08 16:55:29.034  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
2023-06-08 16:55:29.041  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_1
2023-06-08 16:55:29.042  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_4
2023-06-08 16:55:29.049  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_5
2023-06-08 16:55:29.061  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_11
2023-06-08 16:55:29.062  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_8
2023-06-08 16:55:29.066  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
2023-06-08 16:55:29.068  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_2
2023-06-08 16:55:29.070  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: logUsingPOST_1
2023-06-08 16:55:29.072  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: messagePageListUsingPOST_1
2023-06-08 16:55:29.073  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_3
2023-06-08 16:55:29.076  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
2023-06-08 16:55:29.076  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unReadCountUsingPOST_1
2023-06-08 16:55:29.078  INFO 39816 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_3
2023-06-08 16:55:29.175  INFO 39816 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-08 16:55:29.197  INFO 39816 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-08 16:55:29.334  INFO 39816 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-08 16:55:29.341  INFO 39816 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 6.816 seconds (JVM running for 8.265)