qirong
2023-11-28 fe0a4c0495cf9f1a65343158c2a8c2d4a163e045
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
2023-10-27 13:41:08.337  INFO 11460 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 11460 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-10-27 13:41:08.340  INFO 11460 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-10-27 13:41:08.401  INFO 11460 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-10-27 13:41:08.402  INFO 11460 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-10-27 13:41:12.188  INFO 11460 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$50bd9b1d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-10-27 13:41:12.678  WARN 11460 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-10-27 13:41:12.736  INFO 11460 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-10-27 13:41:12.736  INFO 11460 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 4334 ms
2023-10-27 13:41:15.898  INFO 11460 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-10-27 13:41:16.181  INFO 11460 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5548cc63, org.springframework.security.web.context.SecurityContextPersistenceFilter@2824fbc9, org.springframework.security.web.header.HeaderWriterFilter@6b4ff5bb, org.springframework.web.filter.CorsFilter@58ae5931, org.springframework.security.web.authentication.logout.LogoutFilter@7a637334, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@1462ea34, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@2300d93c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@19086960, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@45feeab4, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@4fb09b9f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1a2e997c, org.springframework.security.web.session.SessionManagementFilter@6e1cf7b7, org.springframework.security.web.access.ExceptionTranslationFilter@395d121b, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5198eaeb]
2023-10-27 13:41:16.214  INFO 11460 --- [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-10-27 13:41:16.877  INFO 11460 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-10-27 13:41:16.925  INFO 11460 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-10-27 13:41:17.010  INFO 11460 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2023-10-27 13:41:17.248  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: taskUsingPOST_1
2023-10-27 13:41:17.296  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
2023-10-27 13:41:17.317  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_1
2023-10-27 13:41:17.327  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_1
2023-10-27 13:41:17.330  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_1
2023-10-27 13:41:17.361  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_1
2023-10-27 13:41:17.373  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_2
2023-10-27 13:41:17.401  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: answerSubmitUsingPOST_1
2023-10-27 13:41:17.408  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_3
2023-10-27 13:41:17.411  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_1
2023-10-27 13:41:17.423  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_2
2023-10-27 13:41:17.430  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_4
2023-10-27 13:41:17.432  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_2
2023-10-27 13:41:17.437  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_5
2023-10-27 13:41:17.440  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_3
2023-10-27 13:41:17.442  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_1
2023-10-27 13:41:17.444  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_3
2023-10-27 13:41:17.453  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_6
2023-10-27 13:41:17.456  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_4
2023-10-27 13:41:17.465  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_4
2023-10-27 13:41:17.480  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_5
2023-10-27 13:41:17.482  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportTemplatesIdUsingGET_1
2023-10-27 13:41:17.493  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_6
2023-10-27 13:41:17.506  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_7
2023-10-27 13:41:17.509  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectSourceUsingPOST_1
2023-10-27 13:41:17.516  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_7
2023-10-27 13:41:17.528  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_8
2023-10-27 13:41:17.532  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_8
2023-10-27 13:41:17.536  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_2
2023-10-27 13:41:17.539  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_5
2023-10-27 13:41:17.571  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_9
2023-10-27 13:41:17.574  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_9
2023-10-27 13:41:17.578  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_3
2023-10-27 13:41:17.582  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_6
2023-10-27 13:41:17.590  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_10
2023-10-27 13:41:17.592  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_10
2023-10-27 13:41:17.603  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingGET_1
2023-10-27 13:41:17.603  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingHEAD_1
2023-10-27 13:41:17.604  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPOST_1
2023-10-27 13:41:17.605  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPUT_1
2023-10-27 13:41:17.605  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPATCH_1
2023-10-27 13:41:17.606  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingDELETE_1
2023-10-27 13:41:17.606  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingOPTIONS_1
2023-10-27 13:41:17.607  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingTRACE_1
2023-10-27 13:41:17.615  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_4
2023-10-27 13:41:17.619  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_7
2023-10-27 13:41:17.627  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importUserUsingPOST_1
2023-10-27 13:41:17.633  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_11
2023-10-27 13:41:17.634  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_11
2023-10-27 13:41:17.639  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
2023-10-27 13:41:17.644  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_1
2023-10-27 13:41:17.658  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_2
2023-10-27 13:41:17.665  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_3
2023-10-27 13:41:17.668  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_2
2023-10-27 13:41:17.669  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: logUsingPOST_1
2023-10-27 13:41:17.672  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: messagePageListUsingPOST_1
2023-10-27 13:41:17.674  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_3
2023-10-27 13:41:17.675  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
2023-10-27 13:41:17.677  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unReadCountUsingPOST_1
2023-10-27 13:41:17.679  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_4
2023-10-27 13:41:17.682  INFO 11460 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_1
2023-10-27 13:41:17.748  INFO 11460 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-10-27 13:41:17.768  INFO 11460 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-10-27 13:41:17.886  INFO 11460 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-10-27 13:41:17.891  INFO 11460 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 10.272 seconds (JVM running for 14.084)
2023-10-27 13:42:45.750  INFO 11460 --- [XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-10-27 13:42:45.751  INFO 11460 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-10-27 13:42:45.768  INFO 11460 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 17 ms
2023-10-27 13:43:44.694  INFO 11460 --- [XNIO-1 task-3] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-10-27 13:43:48.654  INFO 11460 --- [XNIO-1 task-3] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-10-27 13:43:48.665 DEBUG 11460 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-10-27 13:43:48.695 DEBUG 11460 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-10-27 13:43:48.831 DEBUG 11460 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-10-27 13:43:49.432 DEBUG 11460 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-10-27 13:43:49.433 DEBUG 11460 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-10-27 13:43:49.442 DEBUG 11460 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-10-27 13:43:54.959 DEBUG 11460 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-10-27 13:43:54.959 DEBUG 11460 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-10-27 13:43:54.970 DEBUG 11460 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-10-27 13:43:55.017 DEBUG 11460 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-10-27 13:43:55.017 DEBUG 11460 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-10-27 13:43:55.028 DEBUG 11460 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-10-27 13:43:55.045 DEBUG 11460 --- [XNIO-1 task-4] r.c.m.x.r.U.insertSelective              : ==>  Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? ) 
2023-10-27 13:43:55.048 DEBUG 11460 --- [XNIO-1 task-4] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了考试系统(String), 2023-10-27 13:43:55.028(Timestamp)
2023-10-27 13:43:55.080 DEBUG 11460 --- [XNIO-1 task-4] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-10-27 13:43:55.263  INFO 11460 --- [XNIO-1 task-5] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/department/page/list
2023-10-27 13:43:55.299 DEBUG 11460 --- [XNIO-1 task-5] r.c.m.x.r.DepartmentMapper.page_COUNT    : ==>  Preparing: SELECT count(0) FROM t_department WHERE deleted = 0 
2023-10-27 13:43:55.299 DEBUG 11460 --- [XNIO-1 task-5] r.c.m.x.r.DepartmentMapper.page_COUNT    : ==> Parameters: 
2023-10-27 13:43:55.352 DEBUG 11460 --- [XNIO-1 task-5] r.c.m.x.r.DepartmentMapper.page_COUNT    : <==      Total: 1
2023-10-27 13:43:55.357 DEBUG 11460 --- [XNIO-1 task-5] r.c.m.x.r.DepartmentMapper.page          : ==>  Preparing: SELECT id, name, deleted FROM t_department WHERE deleted = 0 order by id desc LIMIT ? 
2023-10-27 13:43:55.357 DEBUG 11460 --- [XNIO-1 task-5] r.c.m.x.r.DepartmentMapper.page          : ==> Parameters: 100(Integer)
2023-10-27 13:43:55.367 DEBUG 11460 --- [XNIO-1 task-5] r.c.m.x.r.DepartmentMapper.page          : <==      Total: 4
2023-10-27 13:43:55.417  INFO 11460 --- [XNIO-1 task-6] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/dashboard/index
2023-10-27 13:43:55.425 DEBUG 11460 --- [XNIO-1 task-6] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0 
2023-10-27 13:43:55.425 DEBUG 11460 --- [XNIO-1 task-6] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-10-27 13:43:55.445 DEBUG 11460 --- [XNIO-1 task-6] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-10-27 13:43:55.449 DEBUG 11460 --- [XNIO-1 task-6] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0 
2023-10-27 13:43:55.449 DEBUG 11460 --- [XNIO-1 task-6] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters: 
2023-10-27 13:43:55.463 DEBUG 11460 --- [XNIO-1 task-6] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-10-27 13:43:55.468 DEBUG 11460 --- [XNIO-1 task-6] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer 
2023-10-27 13:43:55.468 DEBUG 11460 --- [XNIO-1 task-6] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-10-27 13:43:55.481 DEBUG 11460 --- [XNIO-1 task-6] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-10-27 13:43:55.483 DEBUG 11460 --- [XNIO-1 task-6] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer 
2023-10-27 13:43:55.483 DEBUG 11460 --- [XNIO-1 task-6] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-10-27 13:43:55.497 DEBUG 11460 --- [XNIO-1 task-6] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-10-27 13:43:55.505 DEBUG 11460 --- [XNIO-1 task-6] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-10-27 13:43:55.506 DEBUG 11460 --- [XNIO-1 task-6] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-10-01 00:00:00.0(Timestamp), 2023-10-31 23:59:59.0(Timestamp)
2023-10-27 13:43:55.518 DEBUG 11460 --- [XNIO-1 task-6] r.c.m.x.r.U.selectCountByDate            : <==      Total: 5
2023-10-27 13:43:55.522 DEBUG 11460 --- [XNIO-1 task-6] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-10-27 13:43:55.522 DEBUG 11460 --- [XNIO-1 task-6] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-10-01 00:00:00.0(Timestamp), 2023-10-31 23:59:59.0(Timestamp)
2023-10-27 13:43:55.532 DEBUG 11460 --- [XNIO-1 task-6] r.c.m.x.r.E.selectCountByDate            : <==      Total: 2
2023-10-27 15:00:07.224 DEBUG 11460 --- [XNIO-1 task-13] 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-10-27 15:00:07.231 DEBUG 11460 --- [XNIO-1 task-13] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-10-27 15:00:07.249 DEBUG 11460 --- [XNIO-1 task-13] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-10-27 15:00:07.265 DEBUG 11460 --- [XNIO-1 task-13] 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-10-27 15:00:07.266 DEBUG 11460 --- [XNIO-1 task-13] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-10-27 15:00:07.282 DEBUG 11460 --- [XNIO-1 task-13] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-10-27 15:00:07.289 DEBUG 11460 --- [XNIO-1 task-13] 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-10-27 15:00:07.289 DEBUG 11460 --- [XNIO-1 task-13] r.c.m.x.r.U.insertSelective              : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了考试系统(String), 2023-10-27 15:00:07.283(Timestamp)
2023-10-27 15:00:07.316 DEBUG 11460 --- [XNIO-1 task-13] r.c.m.x.r.U.insertSelective              : <==    Updates: 1
2023-10-27 15:00:07.361  INFO 11460 --- [XNIO-1 task-14] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/department/page/list
2023-10-27 15:00:07.369 DEBUG 11460 --- [XNIO-1 task-14] r.c.m.x.r.DepartmentMapper.page_COUNT    : ==>  Preparing: SELECT count(0) FROM t_department WHERE deleted = 0 
2023-10-27 15:00:07.369 DEBUG 11460 --- [XNIO-1 task-14] r.c.m.x.r.DepartmentMapper.page_COUNT    : ==> Parameters: 
2023-10-27 15:00:07.378 DEBUG 11460 --- [XNIO-1 task-14] r.c.m.x.r.DepartmentMapper.page_COUNT    : <==      Total: 1
2023-10-27 15:00:07.378 DEBUG 11460 --- [XNIO-1 task-14] r.c.m.x.r.DepartmentMapper.page          : ==>  Preparing: SELECT id, name, deleted FROM t_department WHERE deleted = 0 order by id desc LIMIT ? 
2023-10-27 15:00:07.382 DEBUG 11460 --- [XNIO-1 task-14] r.c.m.x.r.DepartmentMapper.page          : ==> Parameters: 100(Integer)
2023-10-27 15:00:07.392 DEBUG 11460 --- [XNIO-1 task-14] r.c.m.x.r.DepartmentMapper.page          : <==      Total: 4
2023-10-27 15:00:07.723  INFO 11460 --- [XNIO-1 task-15] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/dashboard/index
2023-10-27 15:00:07.723 DEBUG 11460 --- [XNIO-1 task-15] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0 
2023-10-27 15:00:07.723 DEBUG 11460 --- [XNIO-1 task-15] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-10-27 15:00:07.731 DEBUG 11460 --- [XNIO-1 task-15] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-10-27 15:00:07.733 DEBUG 11460 --- [XNIO-1 task-15] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0 
2023-10-27 15:00:07.734 DEBUG 11460 --- [XNIO-1 task-15] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters: 
2023-10-27 15:00:07.742 DEBUG 11460 --- [XNIO-1 task-15] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-10-27 15:00:07.743 DEBUG 11460 --- [XNIO-1 task-15] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer 
2023-10-27 15:00:07.743 DEBUG 11460 --- [XNIO-1 task-15] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-10-27 15:00:07.752 DEBUG 11460 --- [XNIO-1 task-15] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-10-27 15:00:07.753 DEBUG 11460 --- [XNIO-1 task-15] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer 
2023-10-27 15:00:07.753 DEBUG 11460 --- [XNIO-1 task-15] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-10-27 15:00:07.761 DEBUG 11460 --- [XNIO-1 task-15] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-10-27 15:00:07.763 DEBUG 11460 --- [XNIO-1 task-15] 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-10-27 15:00:07.775 DEBUG 11460 --- [XNIO-1 task-15] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-10-01 00:00:00.0(Timestamp), 2023-10-31 23:59:59.0(Timestamp)
2023-10-27 15:00:07.785 DEBUG 11460 --- [XNIO-1 task-15] r.c.m.x.r.U.selectCountByDate            : <==      Total: 5
2023-10-27 15:00:07.786 DEBUG 11460 --- [XNIO-1 task-15] 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-10-27 15:00:07.787 DEBUG 11460 --- [XNIO-1 task-15] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-10-01 00:00:00.0(Timestamp), 2023-10-31 23:59:59.0(Timestamp)
2023-10-27 15:00:07.798 DEBUG 11460 --- [XNIO-1 task-15] r.c.m.x.r.E.selectCountByDate            : <==      Total: 2
2023-10-27 15:00:10.771  INFO 11460 --- [XNIO-1 task-16] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/education/subject/list
2023-10-27 15:00:10.775  INFO 11460 --- [XNIO-1 task-17] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/exam/paper/page
2023-10-27 15:00:10.792 DEBUG 11460 --- [XNIO-1 task-16] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where deleted = 0 
2023-10-27 15:00:10.792 DEBUG 11460 --- [XNIO-1 task-16] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-10-27 15:00:10.803 DEBUG 11460 --- [XNIO-1 task-16] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 2
2023-10-27 15:00:10.818 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM (SELECT e.* FROM t_exam_paper e LEFT JOIN t_exam_paper_department d ON e.id = d.exam_paper_id LEFT JOIN t_exam_paper_subject s ON e.id = s.exam_paper_id WHERE e.deleted = 0 AND e.type = ? GROUP BY e.id) table_count 
2023-10-27 15:00:10.819 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters: 0(String)
2023-10-27 15:00:10.829 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-10-27 15:00:10.834 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.repository.ExamPaperMapper.page  : ==>  Preparing: SELECT e.* FROM t_exam_paper e LEFT JOIN t_exam_paper_department d ON e.id = d.exam_paper_id LEFT JOIN t_exam_paper_subject s ON e.id = s.exam_paper_id WHERE e.deleted = 0 AND e.type = ? GROUP BY e.id order by id desc LIMIT ? 
2023-10-27 15:00:10.834 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.repository.ExamPaperMapper.page  : ==> Parameters: 0(String), 10(Integer)
2023-10-27 15:00:10.846 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.repository.ExamPaperMapper.page  : <==      Total: 10
2023-10-27 15:00:10.852 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0 
2023-10-27 15:00:10.852 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 159(Integer)
2023-10-27 15:00:10.862 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 2
2023-10-27 15:00:10.866 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0 
2023-10-27 15:00:10.866 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 156(Integer)
2023-10-27 15:00:10.875 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 1
2023-10-27 15:00:10.875 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0 
2023-10-27 15:00:10.876 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 155(Integer)
2023-10-27 15:00:10.885 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 2
2023-10-27 15:00:10.886 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0 
2023-10-27 15:00:10.886 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 148(Integer)
2023-10-27 15:00:10.894 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 2
2023-10-27 15:00:10.897 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0 
2023-10-27 15:00:10.897 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 147(Integer)
2023-10-27 15:00:10.905 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 2
2023-10-27 15:00:10.906 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0 
2023-10-27 15:00:10.906 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 146(Integer)
2023-10-27 15:00:10.914 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 2
2023-10-27 15:00:10.916 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0 
2023-10-27 15:00:10.916 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 93(Integer)
2023-10-27 15:00:10.925 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 1
2023-10-27 15:00:10.927 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0 
2023-10-27 15:00:10.927 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 92(Integer)
2023-10-27 15:00:10.936 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 1
2023-10-27 15:00:10.937 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0 
2023-10-27 15:00:10.937 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 85(Integer)
2023-10-27 15:00:10.948 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 1
2023-10-27 15:00:10.949 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : ==>  Preparing: select * from t_exam_paper_subject where exam_paper_id = ? and deleted = 0 
2023-10-27 15:00:10.949 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : ==> Parameters: 84(Integer)
2023-10-27 15:00:10.964 DEBUG 11460 --- [XNIO-1 task-17] r.c.m.x.r.E.getByExamPaperId             : <==      Total: 1
2023-10-27 15:00:15.900  INFO 11460 --- [XNIO-1 task-18] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/exam/paper/exportTemplatesId/93
2023-10-27 15:00:15.907 DEBUG 11460 --- [XNIO-1 task-18] r.c.m.x.r.E.getPaperExcelById            : ==>  Preparing: select u.real_name as name,a.create_user as userId,a.user_score as userScore,a.paper_score as paperScore from t_exam_paper_answer a left join t_user u on u.id = a.create_user where a.exam_paper_id = ? 
2023-10-27 15:00:15.907 DEBUG 11460 --- [XNIO-1 task-18] r.c.m.x.r.E.getPaperExcelById            : ==> Parameters: 93(Integer)
2023-10-27 15:00:15.917 DEBUG 11460 --- [XNIO-1 task-18] r.c.m.x.r.E.getPaperExcelById            : <==      Total: 0
2023-10-27 15:00:40.386  INFO 11460 --- [XNIO-1 task-19] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/exam/paper/exportTemplatesId/159
2023-10-27 15:00:40.394 DEBUG 11460 --- [XNIO-1 task-19] r.c.m.x.r.E.getPaperExcelById            : ==>  Preparing: select u.real_name as name,a.create_user as userId,a.user_score as userScore,a.paper_score as paperScore from t_exam_paper_answer a left join t_user u on u.id = a.create_user where a.exam_paper_id = ? 
2023-10-27 15:00:40.396 DEBUG 11460 --- [XNIO-1 task-19] r.c.m.x.r.E.getPaperExcelById            : ==> Parameters: 159(Integer)
2023-10-27 15:00:40.405 DEBUG 11460 --- [XNIO-1 task-19] r.c.m.x.r.E.getPaperExcelById            : <==      Total: 0
2023-10-27 15:23:48.505  INFO 11460 --- [Thread-28] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-10-27 15:23:48.562  INFO 11460 --- [Thread-28] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-10-27 15:23:48.590  INFO 11460 --- [Thread-28] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'