info.2023-12-04.log 78 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399
  1. 14:40:12.173 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.0.Final
  2. 14:40:12.240 [restartedMain] INFO com.zhyc.xps.XPSApplication - Starting XPSApplication using Java 17.0.6 with PID 4020 (E:\zhycnewprj\iotplatform\xps-server-3\xps-application\target\classes started by qzz19 in E:\zhycnewprj\iotplatform\xps-server-3)
  3. 14:40:12.240 [restartedMain] INFO com.zhyc.xps.XPSApplication - The following 1 profile is active: "local"
  4. 14:40:12.303 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  5. 14:40:12.303 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  6. 14:40:14.159 [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
  7. 14:40:14.163 [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  8. 14:40:14.243 [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 60 ms. Found 0 Redis repository interfaces.
  9. 14:40:14.405 [restartedMain] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
  10. 14:40:14.427 [restartedMain] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
  11. 14:40:15.261 [restartedMain] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext
  12. 14:40:15.261 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2957 ms
  13. 14:40:17.660 [restartedMain] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  14. 14:40:17.670 [restartedMain] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  15. 14:40:17.670 [restartedMain] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  16. 14:40:17.671 [restartedMain] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  17. 14:40:17.672 [restartedMain] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  18. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  19. NOT STARTED.
  20. Currently in standby mode.
  21. Number of jobs executed: 0
  22. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  23. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  24. 14:40:17.672 [restartedMain] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  25. 14:40:17.672 [restartedMain] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  26. 14:40:17.672 [restartedMain] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3242e6f8
  27. 14:40:19.391 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729
  28. 14:40:19.397 [restartedMain] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 15 endpoint(s) beneath base path '/actuator/z'
  29. 14:40:19.544 [restartedMain] INFO io.undertow.websockets.jsr - UT026003: Adding annotated server endpoint class com.zhyc.xps.common.ws.WebSocketServer for path /websocket/link
  30. 14:40:19.576 [restartedMain] INFO o.s.i.endpoint.EventDrivenConsumer - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
  31. 14:40:19.576 [restartedMain] INFO o.s.i.c.PublishSubscribeChannel - Channel 'xps-server.errorChannel' has 1 subscriber(s).
  32. 14:40:19.577 [restartedMain] INFO o.s.i.endpoint.EventDrivenConsumer - started bean '_org.springframework.integration.errorLogger'
  33. 14:40:19.598 [restartedMain] INFO io.undertow - starting server: Undertow - 2.3.4.Final
  34. 14:40:19.608 [restartedMain] INFO org.xnio - XNIO version 3.8.8.Final
  35. 14:40:19.619 [restartedMain] INFO org.xnio.nio - XNIO NIO Implementation Version 3.8.8.Final
  36. 14:40:19.652 [restartedMain] INFO org.jboss.threads - JBoss Threads version 3.5.0.Final
  37. 14:40:19.709 [restartedMain] INFO o.s.b.w.e.undertow.UndertowWebServer - Undertow started on port(s) 1788 (http)
  38. 14:40:19.711 [restartedMain] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  39. 14:40:19.711 [restartedMain] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  40. 14:40:19.736 [restartedMain] INFO com.zhyc.xps.XPSApplication - Started XPSApplication in 8.094 seconds (process running for 9.315)
  41. 14:40:19.738 [restartedMain] INFO com.zhyc.xps.sys.job.InitSystemJob - 初始化系统定时任务
  42. 14:40:19.745 [restartedMain] INFO com.zaxxer.hikari.HikariDataSource - DatebookHikariCP - Starting...
  43. 14:40:20.115 [restartedMain] INFO p6spy - 2023-12-04 14:40:20 | Time Consuming: 13 ms | Connection: statement-0 | SQL: SELECT 1
  44. 14:40:20.119 [restartedMain] INFO com.zaxxer.hikari.pool.HikariPool - DatebookHikariCP - Added connection com.p6spy.engine.wrapper.ConnectionWrapper@328b547d
  45. 14:40:20.122 [restartedMain] INFO com.zaxxer.hikari.HikariDataSource - DatebookHikariCP - Start completed.
  46. 14:40:20.200 [restartedMain] INFO p6spy - 2023-12-04 14:40:20 | Time Consuming: 14 ms | Connection: statement-0 | SQL: SELECT
  47. A.job_id,
  48. A.job_title,
  49. A.job_desc,
  50. A.status,
  51. A.job_type,
  52. A.job_code,
  53. A.job_cron,
  54. A.job_class_id,
  55. B.job_class,
  56. A.cycle_title,
  57. A.cycle_period,
  58. A.cycle_unit
  59. FROM job AS A
  60. LEFT JOIN job_class AS B ON (A.job_class_id = B.job_class_id)
  61. WHERE A.deleted_flag = 0
  62. AND A.status = 1
  63. ORDER BY A.job_id ASC
  64. 14:40:20.221 [restartedMain] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  65. 14:40:20.223 [restartedMain] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  66. 14:40:20.791 [RMI TCP Connection(3)-192.168.3.5] INFO io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
  67. 14:40:20.791 [RMI TCP Connection(3)-192.168.3.5] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
  68. 14:40:20.792 [RMI TCP Connection(1)-192.168.3.5] INFO p6spy - 2023-12-04 14:40:20 | Time Consuming: 3 ms | Connection: statement-0 | SQL: SELECT 1
  69. 14:40:20.794 [RMI TCP Connection(3)-192.168.3.5] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 3 ms
  70. 14:40:20.801 [RMI TCP Connection(1)-192.168.3.5] INFO p6spy - 2023-12-04 14:40:20 | Time Consuming: 3 ms | Connection: statement-0 | SQL: SELECT 1
  71. 14:50:00.016 [quartzScheduler_Worker-1] INFO c.zhyc.xps.goaf.job.GoafCheckTaskJob - 采空区检查任务执行派发--->CheckTask Generate----Start
  72. 14:50:00.022 [quartzScheduler_Worker-1] INFO p6spy - 2023-12-04 14:50:00 | Time Consuming: 5 ms | Connection: statement-5 | SQL: SELECT 1
  73. 14:50:00.035 [quartzScheduler_Worker-1] INFO c.zhyc.xps.goaf.job.GoafCheckTaskJob - 采空区检查任务执行派发--->CheckTask Generate----End
  74. 14:53:18.305 [XNIO-1 task-2] INFO p6spy - 2023-12-04 14:53:18 | Time Consuming: 7 ms | Connection: statement-5 | SQL: SELECT 1
  75. 14:53:18.346 [XNIO-1 task-2] INFO p6spy - 2023-12-04 14:53:18 | Time Consuming: 31 ms | Connection: statement-5 | SQL: SELECT
  76. client_id,
  77. client_title,
  78. client_app_id,
  79. client_app_key,
  80. client_app_secret,
  81. client_desc,
  82. status,
  83. is_fixed
  84. FROM client
  85. WHERE deleted_flag = 0
  86. AND client_app_id = '10001'
  87. AND client_app_key = '82a8bf439373e305'
  88. 14:53:18.403 [XNIO-1 task-2] INFO p6spy - 2023-12-04 14:53:18 | Time Consuming: 30 ms | Connection: statement-5 | SQL: SELECT
  89. A.client_id,
  90. A.role_id,
  91. A.permit_id,
  92. A.permit_title,
  93. A.permit_code,
  94. A.permit_entry,
  95. A.permit_desc,
  96. A.permit_type,
  97. A.parent_id,
  98. A.root_id,
  99. A.sort_no,
  100. A.is_home
  101. FROM s_role_permit AS A
  102. WHERE 1 = 1
  103. AND A.client_id = 2
  104. AND A.role_id = 6
  105. ORDER BY A.parent_id ASC ,A.sort_no ASC
  106. 14:53:18.970 [XNIO-1 task-2] INFO p6spy - 2023-12-04 14:53:18 | Time Consuming: 173 ms | Connection: statement-5 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283
  107. 14:53:19.543 [XNIO-1 task-2] INFO p6spy - 2023-12-04 14:53:19 | Time Consuming: 570 ms | Connection: statement-5 | SQL: SELECT *
  108. FROM goaf_sensordata
  109. WHERE oc_id = 406283
  110. ORDER BY goaf_datareport_time DESC
  111. LIMIT 10
  112. 14:53:23.744 [XNIO-1 task-3] INFO p6spy - 2023-12-04 14:53:23 | Time Consuming: 5022 ms | Connection: statement-6 | SQL: SELECT 1
  113. 14:53:23.749 [XNIO-1 task-3] INFO p6spy - 2023-12-04 14:53:23 | Time Consuming: 3 ms | Connection: statement-5 | SQL: SELECT 1
  114. 14:53:23.808 [XNIO-1 task-3] INFO p6spy - 2023-12-04 14:53:23 | Time Consuming: 54 ms | Connection: statement-5 | SQL: SELECT count(*)
  115. FROM msg AS M
  116. WHERE M.oc_id = 406283
  117. AND (
  118. EXISTS (
  119. SELECT 1 FROM msg_to TT
  120. WHERE M.oc_id = TT.oc_id AND M.msg_id = TT.msg_id AND TT.msg_to_id = 406283 AND TT.status=0
  121. ) OR
  122. EXISTS (
  123. SELECT 1 FROM msg_cc CC
  124. WHERE M.oc_id = CC.oc_id AND M.msg_id = CC.msg_id AND CC.msg_cc_id = 406283 AND CC.status=0
  125. )
  126. )
  127. 14:53:29.495 [XNIO-1 task-3] INFO p6spy - 2023-12-04 14:53:29 | Time Consuming: 3 ms | Connection: statement-5 | SQL: SELECT 1
  128. 14:53:29.502 [XNIO-1 task-3] INFO p6spy - 2023-12-04 14:53:29 | Time Consuming: 3 ms | Connection: statement-5 | SQL: SELECT
  129. client_id,
  130. client_title,
  131. client_app_id,
  132. client_app_key,
  133. client_app_secret,
  134. client_desc,
  135. status,
  136. is_fixed
  137. FROM client
  138. WHERE deleted_flag = 0
  139. AND client_app_id = '10001'
  140. AND client_app_key = '82a8bf439373e305'
  141. 14:53:29.520 [XNIO-1 task-3] INFO p6spy - 2023-12-04 14:53:29 | Time Consuming: 4 ms | Connection: statement-5 | SQL: SELECT
  142. A.client_id,
  143. A.role_id,
  144. A.permit_id,
  145. A.permit_title,
  146. A.permit_code,
  147. A.permit_entry,
  148. A.permit_desc,
  149. A.permit_type,
  150. A.parent_id,
  151. A.root_id,
  152. A.sort_no,
  153. A.is_home
  154. FROM s_role_permit AS A
  155. WHERE 1 = 1
  156. AND A.client_id = 2
  157. AND A.role_id = 6
  158. ORDER BY A.parent_id ASC ,A.sort_no ASC
  159. 14:53:29.850 [XNIO-1 task-3] INFO p6spy - 2023-12-04 14:53:29 | Time Consuming: 59 ms | Connection: statement-5 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283
  160. 14:53:30.402 [XNIO-1 task-3] INFO p6spy - 2023-12-04 14:53:30 | Time Consuming: 550 ms | Connection: statement-5 | SQL: SELECT *
  161. FROM goaf_sensordata
  162. WHERE oc_id = 406283
  163. ORDER BY goaf_datareport_time DESC
  164. LIMIT 10
  165. 14:53:34.788 [XNIO-1 task-2] INFO p6spy - 2023-12-04 14:53:34 | Time Consuming: 5002 ms | Connection: statement-7 | SQL: SELECT 1
  166. 14:53:34.795 [XNIO-1 task-2] INFO p6spy - 2023-12-04 14:53:34 | Time Consuming: 4 ms | Connection: statement-5 | SQL: SELECT 1
  167. 14:53:34.838 [XNIO-1 task-2] INFO p6spy - 2023-12-04 14:53:34 | Time Consuming: 38 ms | Connection: statement-5 | SQL: SELECT count(*)
  168. FROM msg AS M
  169. WHERE M.oc_id = 406283
  170. AND (
  171. EXISTS (
  172. SELECT 1 FROM msg_to TT
  173. WHERE M.oc_id = TT.oc_id AND M.msg_id = TT.msg_id AND TT.msg_to_id = 406283 AND TT.status=0
  174. ) OR
  175. EXISTS (
  176. SELECT 1 FROM msg_cc CC
  177. WHERE M.oc_id = CC.oc_id AND M.msg_id = CC.msg_id AND CC.msg_cc_id = 406283 AND CC.status=0
  178. )
  179. )
  180. 14:57:40.938 [XNIO-1 task-3] INFO p6spy - 2023-12-04 14:57:40 | Time Consuming: 5002 ms | Connection: statement-10 | SQL: SELECT 1
  181. 14:57:40.938 [XNIO-1 task-4] INFO p6spy - 2023-12-04 14:57:40 | Time Consuming: 5002 ms | Connection: statement-11 | SQL: SELECT 1
  182. 14:57:40.939 [XNIO-1 task-2] INFO p6spy - 2023-12-04 14:57:40 | Time Consuming: 5003 ms | Connection: statement-12 | SQL: SELECT 1
  183. 14:57:40.944 [XNIO-1 task-4] INFO p6spy - 2023-12-04 14:57:40 | Time Consuming: 4 ms | Connection: statement-14 | SQL: SELECT 1
  184. 14:57:40.946 [XNIO-1 task-3] INFO p6spy - 2023-12-04 14:57:40 | Time Consuming: 5 ms | Connection: statement-13 | SQL: SELECT 1
  185. 14:57:40.990 [XNIO-1 task-3] INFO p6spy - 2023-12-04 14:57:40 | Time Consuming: 39 ms | Connection: statement-13 | SQL: SELECT *
  186. FROM goaf_syscfg
  187. WHERE oc_id = 406283
  188. 14:57:40.993 [XNIO-1 task-4] INFO p6spy - 2023-12-04 14:57:40 | Time Consuming: 41 ms | Connection: statement-14 | SQL: SELECT *
  189. FROM goaf_baseinfo
  190. WHERE oc_id = 406283
  191. 14:57:41.007 [XNIO-1 task-2] INFO p6spy - 2023-12-04 14:57:41 | Time Consuming: 4 ms | Connection: statement-15 | SQL: SELECT count(0) FROM goaf_devinfo WHERE oc_id = 406283
  192. 14:57:41.011 [XNIO-1 task-2] INFO p6spy - 2023-12-04 14:57:41 | Time Consuming: 3 ms | Connection: statement-15 | SQL: SELECT *
  193. FROM goaf_devinfo
  194. where oc_id = 406283
  195. LIMIT 10
  196. 14:57:49.349 [XNIO-1 task-2] INFO p6spy - 2023-12-04 14:57:49 | Time Consuming: 5 ms | Connection: statement-15 | SQL: SELECT 1
  197. 14:57:51.010 [XNIO-1 task-2] INFO p6spy - 2023-12-04 14:57:51 | Time Consuming: 1654 ms | Connection: statement-15 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283
  198. 14:57:51.650 [XNIO-1 task-2] INFO p6spy - 2023-12-04 14:57:51 | Time Consuming: 638 ms | Connection: statement-15 | SQL: SELECT *
  199. FROM goaf_sensordata
  200. WHERE oc_id = 406283
  201. ORDER BY goaf_datareport_time DESC
  202. LIMIT 10
  203. 14:58:16.353 [XNIO-1 task-2] INFO p6spy - 2023-12-04 14:58:16 | Time Consuming: 5 ms | Connection: statement-15 | SQL: SELECT 1
  204. 14:58:16.362 [XNIO-1 task-2] INFO p6spy - 2023-12-04 14:58:16 | Time Consuming: 4 ms | Connection: statement-15 | SQL: SELECT
  205. client_id,
  206. client_title,
  207. client_app_id,
  208. client_app_key,
  209. client_app_secret,
  210. client_desc,
  211. status,
  212. is_fixed
  213. FROM client
  214. WHERE deleted_flag = 0
  215. AND client_app_id = '10001'
  216. AND client_app_key = '82a8bf439373e305'
  217. 14:58:16.380 [XNIO-1 task-2] INFO p6spy - 2023-12-04 14:58:16 | Time Consuming: 4 ms | Connection: statement-15 | SQL: SELECT
  218. A.client_id,
  219. A.role_id,
  220. A.permit_id,
  221. A.permit_title,
  222. A.permit_code,
  223. A.permit_entry,
  224. A.permit_desc,
  225. A.permit_type,
  226. A.parent_id,
  227. A.root_id,
  228. A.sort_no,
  229. A.is_home
  230. FROM s_role_permit AS A
  231. WHERE 1 = 1
  232. AND A.client_id = 2
  233. AND A.role_id = 6
  234. ORDER BY A.parent_id ASC ,A.sort_no ASC
  235. 14:58:16.655 [XNIO-1 task-4] INFO p6spy - 2023-12-04 14:58:16 | Time Consuming: 4 ms | Connection: statement-14 | SQL: SELECT 1
  236. 14:58:16.684 [XNIO-1 task-2] INFO p6spy - 2023-12-04 14:58:16 | Time Consuming: 26 ms | Connection: statement-15 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283
  237. 14:58:16.711 [XNIO-1 task-4] INFO p6spy - 2023-12-04 14:58:16 | Time Consuming: 50 ms | Connection: statement-14 | SQL: SELECT count(*)
  238. FROM msg AS M
  239. WHERE M.oc_id = 406283
  240. AND (
  241. EXISTS (
  242. SELECT 1 FROM msg_to TT
  243. WHERE M.oc_id = TT.oc_id AND M.msg_id = TT.msg_id AND TT.msg_to_id = 406283 AND TT.status=0
  244. ) OR
  245. EXISTS (
  246. SELECT 1 FROM msg_cc CC
  247. WHERE M.oc_id = CC.oc_id AND M.msg_id = CC.msg_id AND CC.msg_cc_id = 406283 AND CC.status=0
  248. )
  249. )
  250. 14:58:17.217 [XNIO-1 task-2] INFO p6spy - 2023-12-04 14:58:17 | Time Consuming: 531 ms | Connection: statement-15 | SQL: SELECT *
  251. FROM goaf_sensordata
  252. WHERE oc_id = 406283
  253. ORDER BY goaf_datareport_time DESC
  254. LIMIT 10
  255. 15:00:00.002 [quartzScheduler_Worker-2] INFO c.zhyc.xps.goaf.job.GoafCheckTaskJob - 采空区检查任务执行派发--->CheckTask Generate----Start
  256. 15:00:00.008 [quartzScheduler_Worker-2] INFO p6spy - 2023-12-04 15:00:00 | Time Consuming: 4 ms | Connection: statement-13 | SQL: SELECT 1
  257. 15:00:00.019 [quartzScheduler_Worker-2] INFO c.zhyc.xps.goaf.job.GoafCheckTaskJob - 采空区检查任务执行派发--->CheckTask Generate----End
  258. 15:01:23.574 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:01:23 | Time Consuming: 4 ms | Connection: statement-15 | SQL: SELECT 1
  259. 15:01:23.851 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:01:23 | Time Consuming: 262 ms | Connection: statement-15 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283 AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  260. 15:01:24.527 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:01:24 | Time Consuming: 674 ms | Connection: statement-15 | SQL: SELECT *
  261. FROM goaf_sensordata
  262. WHERE oc_id = 406283
  263. AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  264. ORDER BY goaf_datareport_time DESC
  265. LIMIT 10
  266. 15:01:45.308 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:01:45 | Time Consuming: 4 ms | Connection: statement-15 | SQL: SELECT 1
  267. 15:01:45.345 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:01:45 | Time Consuming: 31 ms | Connection: statement-15 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283 AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-12-01 04:00:00'
  268. 15:01:45.890 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:01:45 | Time Consuming: 544 ms | Connection: statement-15 | SQL: SELECT *
  269. FROM goaf_sensordata
  270. WHERE oc_id = 406283
  271. AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-12-01 04:00:00'
  272. ORDER BY goaf_datareport_time DESC
  273. LIMIT 10
  274. 15:02:29.995 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:02:29 | Time Consuming: 4 ms | Connection: statement-15 | SQL: SELECT 1
  275. 15:02:30.193 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:02:30 | Time Consuming: 187 ms | Connection: statement-15 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283 AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  276. 15:02:30.946 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:02:30 | Time Consuming: 751 ms | Connection: statement-15 | SQL: SELECT *
  277. FROM goaf_sensordata
  278. WHERE oc_id = 406283
  279. AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  280. ORDER BY goaf_datareport_time DESC
  281. LIMIT 10
  282. 15:02:45.598 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:02:45 | Time Consuming: 8 ms | Connection: statement-15 | SQL: SELECT 1
  283. 15:02:45.635 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:02:45 | Time Consuming: 24 ms | Connection: statement-15 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283 AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  284. 15:02:46.434 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:02:46 | Time Consuming: 797 ms | Connection: statement-15 | SQL: SELECT *
  285. FROM goaf_sensordata
  286. WHERE oc_id = 406283
  287. AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  288. ORDER BY goaf_datareport_time DESC
  289. LIMIT 30, 10
  290. 15:03:23.524 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:03:23 | Time Consuming: 3 ms | Connection: statement-15 | SQL: SELECT 1
  291. 15:03:23.561 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:03:23 | Time Consuming: 26 ms | Connection: statement-15 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283 AND goaf_dev_name = '新系列球磨' AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  292. 15:03:30.148 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:03:30 | Time Consuming: 22 ms | Connection: statement-15 | SQL: SELECT 1
  293. 15:03:30.208 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:03:30 | Time Consuming: 51 ms | Connection: statement-15 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283 AND goaf_dev_name = ' 新系列球磨' AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  294. 15:03:35.028 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:03:35 | Time Consuming: 3 ms | Connection: statement-15 | SQL: SELECT 1
  295. 15:03:35.064 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:03:35 | Time Consuming: 26 ms | Connection: statement-15 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283 AND goaf_dev_name = '新系列球磨' AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  296. 15:03:36.211 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:03:36 | Time Consuming: 1146 ms | Connection: statement-15 | SQL: SELECT *
  297. FROM goaf_sensordata
  298. WHERE oc_id = 406283
  299. AND goaf_dev_name = '新系列球磨'
  300. AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  301. ORDER BY goaf_datareport_time DESC
  302. LIMIT 10
  303. 15:03:43.196 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:03:43 | Time Consuming: 3 ms | Connection: statement-15 | SQL: SELECT 1
  304. 15:03:43.231 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:03:43 | Time Consuming: 29 ms | Connection: statement-15 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283 AND goaf_dev_name = '新系列球磨' AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  305. 15:03:44.321 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:03:44 | Time Consuming: 1088 ms | Connection: statement-15 | SQL: SELECT *
  306. FROM goaf_sensordata
  307. WHERE oc_id = 406283
  308. AND goaf_dev_name = '新系列球磨'
  309. AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  310. ORDER BY goaf_datareport_time DESC
  311. LIMIT 10
  312. 15:03:46.679 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:03:46 | Time Consuming: 3 ms | Connection: statement-15 | SQL: SELECT 1
  313. 15:03:46.711 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:03:46 | Time Consuming: 21 ms | Connection: statement-15 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283 AND goaf_dev_name = ' 新系列球磨' AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  314. 15:03:53.463 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:03:53 | Time Consuming: 3 ms | Connection: statement-15 | SQL: SELECT 1
  315. 15:03:53.497 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:03:53 | Time Consuming: 23 ms | Connection: statement-15 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283 AND goaf_dev_name = ' 新系列球磨' AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  316. 15:03:54.202 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:03:54 | Time Consuming: 3 ms | Connection: statement-15 | SQL: SELECT 1
  317. 15:03:54.253 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:03:54 | Time Consuming: 40 ms | Connection: statement-15 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283 AND goaf_dev_name = ' 新系列球磨' AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  318. 15:03:58.421 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:03:58 | Time Consuming: 4 ms | Connection: statement-15 | SQL: SELECT 1
  319. 15:03:58.454 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:03:58 | Time Consuming: 24 ms | Connection: statement-15 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283 AND goaf_dev_name = '新系列球磨' AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  320. 15:03:59.531 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:03:59 | Time Consuming: 1075 ms | Connection: statement-15 | SQL: SELECT *
  321. FROM goaf_sensordata
  322. WHERE oc_id = 406283
  323. AND goaf_dev_name = '新系列球磨'
  324. AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  325. ORDER BY goaf_datareport_time DESC
  326. LIMIT 10
  327. 15:04:47.197 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:04:47 | Time Consuming: 5 ms | Connection: statement-15 | SQL: SELECT 1
  328. 15:04:47.234 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:04:47 | Time Consuming: 26 ms | Connection: statement-15 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283 AND goaf_dev_name = '新系列球磨' AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  329. 15:04:48.055 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:04:48 | Time Consuming: 820 ms | Connection: statement-15 | SQL: SELECT *
  330. FROM goaf_sensordata
  331. WHERE oc_id = 406283
  332. AND goaf_dev_name = '新系列球磨'
  333. AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  334. ORDER BY goaf_datareport_time DESC
  335. LIMIT 10, 10
  336. 15:04:55.483 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:04:55 | Time Consuming: 3 ms | Connection: statement-15 | SQL: SELECT 1
  337. 15:04:55.512 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:04:55 | Time Consuming: 23 ms | Connection: statement-15 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283 AND goaf_dev_name = '新系列球磨' AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  338. 15:04:56.748 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:04:56 | Time Consuming: 1235 ms | Connection: statement-15 | SQL: SELECT *
  339. FROM goaf_sensordata
  340. WHERE oc_id = 406283
  341. AND goaf_dev_name = '新系列球磨'
  342. AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  343. ORDER BY goaf_datareport_time DESC
  344. LIMIT 10
  345. 15:05:04.769 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:05:04 | Time Consuming: 3 ms | Connection: statement-15 | SQL: SELECT 1
  346. 15:05:04.802 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:05:04 | Time Consuming: 23 ms | Connection: statement-15 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283 AND goaf_dev_name = '新系列球磨' AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  347. 15:05:05.449 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:05:05 | Time Consuming: 646 ms | Connection: statement-15 | SQL: SELECT *
  348. FROM goaf_sensordata
  349. WHERE oc_id = 406283
  350. AND goaf_dev_name = '新系列球磨'
  351. AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  352. ORDER BY goaf_datareport_time DESC
  353. LIMIT 10, 10
  354. 15:05:09.050 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:05:09 | Time Consuming: 3 ms | Connection: statement-15 | SQL: SELECT 1
  355. 15:05:09.080 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:05:09 | Time Consuming: 24 ms | Connection: statement-15 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283 AND goaf_dev_name = '新系列球磨' AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  356. 15:05:10.348 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:05:10 | Time Consuming: 1266 ms | Connection: statement-15 | SQL: SELECT *
  357. FROM goaf_sensordata
  358. WHERE oc_id = 406283
  359. AND goaf_dev_name = '新系列球磨'
  360. AND goaf_datareport_time BETWEEN '2023-11-30 01:00:00' AND '2023-11-30 04:00:00'
  361. ORDER BY goaf_datareport_time DESC
  362. LIMIT 10
  363. 15:05:37.808 [File Watcher] INFO o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener - Restarting due to 1225 class path changes (0 additions, 1225 deletions, 0 modifications)
  364. 15:05:37.815 [Thread-11] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  365. 15:05:37.817 [Thread-11] INFO io.undertow - stopping server: Undertow - 2.3.4.Final
  366. 15:05:37.821 [Thread-11] INFO io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
  367. 15:05:37.827 [Thread-11] INFO o.s.i.endpoint.EventDrivenConsumer - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
  368. 15:05:37.827 [Thread-11] INFO o.s.i.c.PublishSubscribeChannel - Channel 'xps-server.errorChannel' has 0 subscriber(s).
  369. 15:05:37.827 [Thread-11] INFO o.s.i.endpoint.EventDrivenConsumer - stopped bean '_org.springframework.integration.errorLogger'
  370. 15:05:37.834 [Thread-11] INFO o.s.j.e.a.AnnotationMBeanExporter - Could not unregister MBean [com.github.tobato.fastdfs.domain.conn:name=fdfsConnectionPool,type=FdfsConnectionPool] as said MBean is not registered (perhaps already unregistered by an external process)
  371. 15:05:37.836 [Thread-11] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  372. 15:05:37.836 [Thread-11] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  373. 15:05:37.836 [Thread-11] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  374. 15:05:37.836 [Thread-11] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  375. 15:05:37.851 [Thread-11] INFO com.zaxxer.hikari.HikariDataSource - DatebookHikariCP - Shutdown initiated...
  376. 15:05:37.854 [Thread-11] INFO com.zaxxer.hikari.HikariDataSource - DatebookHikariCP - Shutdown completed.
  377. 15:06:46.565 [restartedMain] INFO com.zhyc.xps.XPSApplication - Starting XPSApplication using Java 17.0.6 with PID 4020 (E:\zhycnewprj\iotplatform\xps-server-3\xps-application\target\classes started by qzz19 in E:\zhycnewprj\iotplatform\xps-server-3)
  378. 15:06:46.565 [restartedMain] INFO com.zhyc.xps.XPSApplication - The following 1 profile is active: "dev"
  379. 15:06:47.538 [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
  380. 15:06:47.538 [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  381. 15:06:47.601 [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 62 ms. Found 0 Redis repository interfaces.
  382. 15:06:47.693 [restartedMain] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
  383. 15:06:47.693 [restartedMain] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
  384. 15:06:47.883 [restartedMain] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext
  385. 15:06:47.883 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1313 ms
  386. 15:06:49.412 [restartedMain] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  387. 15:06:49.413 [restartedMain] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  388. 15:06:49.413 [restartedMain] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  389. 15:06:49.413 [restartedMain] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  390. 15:06:49.413 [restartedMain] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  391. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  392. NOT STARTED.
  393. Currently in standby mode.
  394. Number of jobs executed: 0
  395. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  396. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  397. 15:06:49.413 [restartedMain] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  398. 15:06:49.413 [restartedMain] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  399. 15:06:49.413 [restartedMain] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@4cc0f405
  400. 15:06:50.614 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729
  401. 15:06:50.617 [restartedMain] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 15 endpoint(s) beneath base path '/actuator/z'
  402. 15:06:50.680 [restartedMain] INFO io.undertow.websockets.jsr - UT026003: Adding annotated server endpoint class com.zhyc.xps.common.ws.WebSocketServer for path /websocket/link
  403. 15:06:50.685 [restartedMain] INFO o.s.i.endpoint.EventDrivenConsumer - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
  404. 15:06:50.685 [restartedMain] INFO o.s.i.c.PublishSubscribeChannel - Channel 'xps-server.errorChannel' has 1 subscriber(s).
  405. 15:06:50.685 [restartedMain] INFO o.s.i.endpoint.EventDrivenConsumer - started bean '_org.springframework.integration.errorLogger'
  406. 15:06:50.689 [restartedMain] INFO io.undertow - starting server: Undertow - 2.3.4.Final
  407. 15:06:50.707 [restartedMain] INFO o.s.b.w.e.undertow.UndertowWebServer - Undertow started on port(s) 1788 (http)
  408. 15:06:50.707 [restartedMain] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  409. 15:06:50.707 [restartedMain] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  410. 15:06:50.718 [restartedMain] INFO com.zhyc.xps.XPSApplication - Started XPSApplication in 4.195 seconds (process running for 1600.297)
  411. 15:06:50.719 [restartedMain] INFO com.zhyc.xps.sys.job.InitSystemJob - 初始化系统定时任务
  412. 15:06:50.720 [restartedMain] INFO com.zaxxer.hikari.HikariDataSource - DatebookHikariCP - Starting...
  413. 15:06:51.758 [restartedMain] INFO o.s.b.a.l.ConditionEvaluationReportLogger -
  414. Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
  415. 15:06:51.768 [restartedMain] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  416. 15:06:51.768 [restartedMain] INFO io.undertow - stopping server: Undertow - 2.3.4.Final
  417. 15:06:51.770 [restartedMain] INFO o.s.i.endpoint.EventDrivenConsumer - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
  418. 15:06:51.770 [restartedMain] INFO o.s.i.c.PublishSubscribeChannel - Channel 'xps-server.errorChannel' has 0 subscriber(s).
  419. 15:06:51.770 [restartedMain] INFO o.s.i.endpoint.EventDrivenConsumer - stopped bean '_org.springframework.integration.errorLogger'
  420. 15:06:51.772 [restartedMain] INFO o.s.j.e.a.AnnotationMBeanExporter - Could not unregister MBean [com.github.tobato.fastdfs.domain.conn:name=fdfsConnectionPool,type=FdfsConnectionPool] as said MBean is not registered (perhaps already unregistered by an external process)
  421. 15:06:51.772 [restartedMain] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  422. 15:06:51.772 [restartedMain] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  423. 15:06:51.772 [restartedMain] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  424. 15:06:51.772 [restartedMain] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  425. 15:38:35.960 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.0.Final
  426. 15:38:36.009 [restartedMain] INFO com.zhyc.xps.XPSApplication - Starting XPSApplication using Java 17.0.6 with PID 9888 (E:\zhycnewprj\iotplatform\xps-server-3\xps-application\target\classes started by qzz19 in E:\zhycnewprj\iotplatform\xps-server-3)
  427. 15:38:36.010 [restartedMain] INFO com.zhyc.xps.XPSApplication - The following 1 profile is active: "local"
  428. 15:38:36.063 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  429. 15:38:36.063 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  430. 15:38:37.669 [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
  431. 15:38:37.672 [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  432. 15:38:37.743 [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 57 ms. Found 0 Redis repository interfaces.
  433. 15:38:37.895 [restartedMain] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
  434. 15:38:37.911 [restartedMain] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
  435. 15:38:38.711 [restartedMain] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext
  436. 15:38:38.711 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2647 ms
  437. 15:38:41.031 [restartedMain] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  438. 15:38:41.041 [restartedMain] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  439. 15:38:41.041 [restartedMain] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  440. 15:38:41.041 [restartedMain] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  441. 15:38:41.042 [restartedMain] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  442. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  443. NOT STARTED.
  444. Currently in standby mode.
  445. Number of jobs executed: 0
  446. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  447. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  448. 15:38:41.042 [restartedMain] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  449. 15:38:41.042 [restartedMain] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  450. 15:38:41.042 [restartedMain] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7934fa3d
  451. 15:38:42.755 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729
  452. 15:38:42.761 [restartedMain] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 15 endpoint(s) beneath base path '/actuator/z'
  453. 15:38:42.909 [restartedMain] INFO io.undertow.websockets.jsr - UT026003: Adding annotated server endpoint class com.zhyc.xps.common.ws.WebSocketServer for path /websocket/link
  454. 15:38:42.943 [restartedMain] INFO o.s.i.endpoint.EventDrivenConsumer - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
  455. 15:38:42.944 [restartedMain] INFO o.s.i.c.PublishSubscribeChannel - Channel 'xps-server.errorChannel' has 1 subscriber(s).
  456. 15:38:42.944 [restartedMain] INFO o.s.i.endpoint.EventDrivenConsumer - started bean '_org.springframework.integration.errorLogger'
  457. 15:38:42.967 [restartedMain] INFO io.undertow - starting server: Undertow - 2.3.4.Final
  458. 15:38:42.976 [restartedMain] INFO org.xnio - XNIO version 3.8.8.Final
  459. 15:38:42.986 [restartedMain] INFO org.xnio.nio - XNIO NIO Implementation Version 3.8.8.Final
  460. 15:38:43.015 [restartedMain] INFO org.jboss.threads - JBoss Threads version 3.5.0.Final
  461. 15:38:43.064 [restartedMain] INFO o.s.b.w.e.undertow.UndertowWebServer - Undertow started on port(s) 1788 (http)
  462. 15:38:43.065 [restartedMain] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  463. 15:38:43.065 [restartedMain] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  464. 15:38:43.089 [restartedMain] INFO com.zhyc.xps.XPSApplication - Started XPSApplication in 7.575 seconds (process running for 8.488)
  465. 15:38:43.092 [restartedMain] INFO com.zhyc.xps.sys.job.InitSystemJob - 初始化系统定时任务
  466. 15:38:43.100 [restartedMain] INFO com.zaxxer.hikari.HikariDataSource - DatebookHikariCP - Starting...
  467. 15:38:43.430 [restartedMain] INFO p6spy - 2023-12-04 15:38:43 | Time Consuming: 15 ms | Connection: statement-0 | SQL: SELECT 1
  468. 15:38:43.435 [restartedMain] INFO com.zaxxer.hikari.pool.HikariPool - DatebookHikariCP - Added connection com.p6spy.engine.wrapper.ConnectionWrapper@7a40b316
  469. 15:38:43.445 [restartedMain] INFO com.zaxxer.hikari.HikariDataSource - DatebookHikariCP - Start completed.
  470. 15:38:43.502 [XNIO-1 task-2] INFO io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
  471. 15:38:43.502 [XNIO-1 task-2] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
  472. 15:38:43.505 [XNIO-1 task-2] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 3 ms
  473. 15:38:43.584 [restartedMain] INFO p6spy - 2023-12-04 15:38:43 | Time Consuming: 63 ms | Connection: statement-0 | SQL: SELECT
  474. A.job_id,
  475. A.job_title,
  476. A.job_desc,
  477. A.status,
  478. A.job_type,
  479. A.job_code,
  480. A.job_cron,
  481. A.job_class_id,
  482. B.job_class,
  483. A.cycle_title,
  484. A.cycle_period,
  485. A.cycle_unit
  486. FROM job AS A
  487. LEFT JOIN job_class AS B ON (A.job_class_id = B.job_class_id)
  488. WHERE A.deleted_flag = 0
  489. AND A.status = 1
  490. ORDER BY A.job_id ASC
  491. 15:38:43.605 [restartedMain] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  492. 15:38:43.607 [restartedMain] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  493. 15:38:43.612 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:38:43 | Time Consuming: 6 ms | Connection: statement-1 | SQL: SELECT
  494. client_id,
  495. client_title,
  496. client_app_id,
  497. client_app_key,
  498. client_app_secret,
  499. client_desc,
  500. status,
  501. is_fixed
  502. FROM client
  503. WHERE deleted_flag = 0
  504. AND client_app_id = '10001'
  505. AND client_app_key = '82a8bf439373e305'
  506. 15:38:43.633 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:38:43 | Time Consuming: 8 ms | Connection: statement-1 | SQL: SELECT
  507. A.oc_id,
  508. B.oc_type_id,
  509. B.oc_name,
  510. A.account_id,
  511. A.account_name,
  512. A.account_real_name,
  513. A.password,
  514. A.account_type,
  515. A.account_staff_no,
  516. A.account_phone,
  517. A.account_last_ip,
  518. A.account_loc,
  519. A.status,
  520. A.account_avatar,
  521. A.account_photo,
  522. A.account_real_name,
  523. A.account_intro,
  524. A.wx_id,
  525. A.is_fixed
  526. FROM account AS A
  527. LEFT JOIN oc AS B ON (A.oc_id = B.oc_id )
  528. WHERE A.deleted_flag = 0
  529. AND (A.account_name = 'sxky'
  530. OR A.account_phone = 'sxky'
  531. OR A.account_mail = 'sxky'
  532. OR A.account_staff_no = 'sxky')
  533. 15:38:43.643 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:38:43 | Time Consuming: 5 ms | Connection: statement-1 | SQL: SELECT
  534. A.oc_id,
  535. A.oc_name,
  536. A.oc_type_id,
  537. A.root_id,
  538. A.parent_id,
  539. A.admin_id,
  540. B.account_name AS admin_name,
  541. A.group_id,
  542. A.node_left,
  543. A.node_right,
  544. A.node_level,
  545. A.is_leaf,
  546. A.status,
  547. A.if_lic
  548. FROM oc AS A
  549. LEFT JOIN account AS B ON (A.oc_id = B.oc_id AND A.admin_id = B.account_id)
  550. WHERE A.oc_id = 406283
  551. 15:38:43.651 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:38:43 | Time Consuming: 7 ms | Connection: statement-1 | SQL: SELECT
  552. A.rm_id,
  553. A.role_id,
  554. B.role_type_id,
  555. B.role_code,
  556. B.role_name,
  557. A.account_id
  558. FROM s_role_member AS A
  559. LEFT JOIN s_role AS B ON (A.role_id = B.role_id)
  560. WHERE account_id = 406283
  561. LIMIT 1
  562. 15:38:43.663 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:38:43 | Time Consuming: 10 ms | Connection: statement-1 | SQL: SELECT
  563. A.gm_id,
  564. A.oc_id,
  565. A.group_id,
  566. B.group_name,
  567. B.node_left ,
  568. B.node_right,
  569. A.account_id
  570. FROM s_group_member AS A
  571. LEFT JOIN s_group AS B ON (A.oc_id = B.oc_id AND A.group_id = B.group_id)
  572. WHERE B.deleted_flag = 0
  573. AND A.oc_id = 406283
  574. AND A.account_id = 406283
  575. LIMIT 1
  576. 15:38:43.674 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:38:43 | Time Consuming: 8 ms | Connection: statement-1 | SQL: SELECT
  577. A.gmp_id,
  578. A.oc_id,
  579. A.group_id,
  580. B.group_name,
  581. A.account_id,
  582. D.account_name,
  583. D.account_real_name,
  584. A.position_id,
  585. C.position_name
  586. FROM s_group_member_position A
  587. LEFT JOIN s_group B ON (A.oc_id = B.oc_id AND A.group_id = B.group_id)
  588. LEFT JOIN s_position C ON (A.oc_id = C.oc_id AND A.position_id = C.position_id)
  589. LEFT JOIN account D ON (A.oc_id = D.oc_id AND A.account_id = D.account_id)
  590. WHERE A.deleted_flag = 0
  591. AND A.oc_id = 406283
  592. AND A.group_id = 406283
  593. AND A.account_id = 406283
  594. LIMIT 1
  595. 15:38:43.682 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:38:43 | Time Consuming: 6 ms | Connection: statement-1 | SQL: SELECT
  596. A.gmpg_id,
  597. A.oc_id,
  598. A.group_id,
  599. A.account_id,
  600. A.position_id,
  601. A.grant_group_id,
  602. B.group_name AS grant_group_name
  603. FROM s_group_member_position_grant A
  604. LEFT JOIN s_group B ON(A.oc_id = B.oc_id AND A.grant_group_id = B.group_id)
  605. WHERE A.deleted_flag = 0
  606. AND A.oc_id = 406283
  607. AND A.group_id = 406283
  608. AND A.account_id = 406283
  609. AND A.position_id = 406283
  610. LIMIT 1
  611. 15:38:43.917 [RMI TCP Connection(2)-192.168.3.5] INFO p6spy - 2023-12-04 15:38:43 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT 1
  612. 15:38:44.372 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:44 | Time Consuming: 8 ms | Connection: statement-0 | SQL: SELECT
  613. client_id,
  614. client_title,
  615. client_app_id,
  616. client_app_key,
  617. client_app_secret,
  618. client_desc,
  619. status,
  620. is_fixed
  621. FROM client
  622. WHERE deleted_flag = 0
  623. AND client_app_id = '10001'
  624. AND client_app_key = '82a8bf439373e305'
  625. 15:38:44.393 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:44 | Time Consuming: 8 ms | Connection: statement-0 | SQL: SELECT
  626. A.client_id,
  627. A.role_id,
  628. A.permit_id,
  629. A.permit_title,
  630. A.permit_code,
  631. A.permit_entry,
  632. A.permit_desc,
  633. A.permit_type,
  634. A.parent_id,
  635. A.root_id,
  636. A.sort_no,
  637. A.is_home
  638. FROM s_role_permit AS A
  639. WHERE 1 = 1
  640. AND A.client_id = 2
  641. AND A.role_id = 6
  642. ORDER BY A.parent_id ASC ,A.sort_no ASC
  643. 15:38:44.884 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:44 | Time Consuming: 55 ms | Connection: statement-0 | SQL: SELECT count(*)
  644. FROM msg AS M
  645. WHERE M.oc_id = 406283
  646. AND (
  647. EXISTS (
  648. SELECT 1 FROM msg_to TT
  649. WHERE M.oc_id = TT.oc_id AND M.msg_id = TT.msg_id AND TT.msg_to_id = 406283 AND TT.status=0
  650. ) OR
  651. EXISTS (
  652. SELECT 1 FROM msg_cc CC
  653. WHERE M.oc_id = CC.oc_id AND M.msg_id = CC.msg_id AND CC.msg_cc_id = 406283 AND CC.status=0
  654. )
  655. )
  656. 15:38:45.421 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:45 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT 1
  657. 15:38:45.434 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:45 | Time Consuming: 6 ms | Connection: statement-0 | SQL: SELECT *
  658. FROM goaf_devinfo
  659. where oc_id = 406283
  660. 15:38:45.446 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:45 | Time Consuming: 8 ms | Connection: statement-0 | SQL: SELECT *
  661. FROM goaf_sensor
  662. where oc_id = 406283
  663. AND goaf_dev_name = '破碎大破'
  664. 15:38:45.458 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:45 | Time Consuming: 9 ms | Connection: statement-0 | SQL: SELECT C.goaf_sensor_name, C.goaf_sensor_location, C.goaf_sensor_status, C.goaf_install_time,
  665. B.goaf_sensor_alarm_id, B.goaf_sensor_alarm_level, B.goaf_sensor_alarm_type, A.goaf_datareport_time
  666. FROM goaf_sensor AS C
  667. LEFT JOIN
  668. (SELECT goaf_sensor_id, goaf_data_id, goaf_datareport_time
  669. FROM goaf_sensordata_new
  670. ) AS A ON A.goaf_sensor_id = C.goaf_sensor_id
  671. LEFT JOIN goaf_sensoralarm AS B ON A.goaf_data_id = B.goaf_data_id
  672. WHERE C.goaf_sensor_id = 442129
  673. 15:38:45.468 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:45 | Time Consuming: 9 ms | Connection: statement-0 | SQL: SELECT *
  674. FROM goaf_sensor
  675. where oc_id = 406283
  676. AND goaf_dev_name = '破碎圆锥'
  677. 15:38:45.474 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:45 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT C.goaf_sensor_name, C.goaf_sensor_location, C.goaf_sensor_status, C.goaf_install_time,
  678. B.goaf_sensor_alarm_id, B.goaf_sensor_alarm_level, B.goaf_sensor_alarm_type, A.goaf_datareport_time
  679. FROM goaf_sensor AS C
  680. LEFT JOIN
  681. (SELECT goaf_sensor_id, goaf_data_id, goaf_datareport_time
  682. FROM goaf_sensordata_new
  683. ) AS A ON A.goaf_sensor_id = C.goaf_sensor_id
  684. LEFT JOIN goaf_sensoralarm AS B ON A.goaf_data_id = B.goaf_data_id
  685. WHERE C.goaf_sensor_id = 442135
  686. 15:38:45.479 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:45 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT *
  687. FROM goaf_sensor
  688. where oc_id = 406283
  689. AND goaf_dev_name = ' 旧系列球磨机'
  690. 15:38:45.484 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:45 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT C.goaf_sensor_name, C.goaf_sensor_location, C.goaf_sensor_status, C.goaf_install_time,
  691. B.goaf_sensor_alarm_id, B.goaf_sensor_alarm_level, B.goaf_sensor_alarm_type, A.goaf_datareport_time
  692. FROM goaf_sensor AS C
  693. LEFT JOIN
  694. (SELECT goaf_sensor_id, goaf_data_id, goaf_datareport_time
  695. FROM goaf_sensordata_new
  696. ) AS A ON A.goaf_sensor_id = C.goaf_sensor_id
  697. LEFT JOIN goaf_sensoralarm AS B ON A.goaf_data_id = B.goaf_data_id
  698. WHERE C.goaf_sensor_id = 442136
  699. 15:38:45.490 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:45 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT C.goaf_sensor_name, C.goaf_sensor_location, C.goaf_sensor_status, C.goaf_install_time,
  700. B.goaf_sensor_alarm_id, B.goaf_sensor_alarm_level, B.goaf_sensor_alarm_type, A.goaf_datareport_time
  701. FROM goaf_sensor AS C
  702. LEFT JOIN
  703. (SELECT goaf_sensor_id, goaf_data_id, goaf_datareport_time
  704. FROM goaf_sensordata_new
  705. ) AS A ON A.goaf_sensor_id = C.goaf_sensor_id
  706. LEFT JOIN goaf_sensoralarm AS B ON A.goaf_data_id = B.goaf_data_id
  707. WHERE C.goaf_sensor_id = 442137
  708. 15:38:45.494 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:45 | Time Consuming: 3 ms | Connection: statement-0 | SQL: SELECT *
  709. FROM goaf_sensor
  710. where oc_id = 406283
  711. AND goaf_dev_name = '新系列球磨'
  712. 15:38:45.499 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:45 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT C.goaf_sensor_name, C.goaf_sensor_location, C.goaf_sensor_status, C.goaf_install_time,
  713. B.goaf_sensor_alarm_id, B.goaf_sensor_alarm_level, B.goaf_sensor_alarm_type, A.goaf_datareport_time
  714. FROM goaf_sensor AS C
  715. LEFT JOIN
  716. (SELECT goaf_sensor_id, goaf_data_id, goaf_datareport_time
  717. FROM goaf_sensordata_new
  718. ) AS A ON A.goaf_sensor_id = C.goaf_sensor_id
  719. LEFT JOIN goaf_sensoralarm AS B ON A.goaf_data_id = B.goaf_data_id
  720. WHERE C.goaf_sensor_id = 442139
  721. 15:38:52.817 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:52 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT 1
  722. 15:38:54.605 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:54 | Time Consuming: 1701 ms | Connection: statement-0 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283
  723. 15:38:55.235 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:55 | Time Consuming: 627 ms | Connection: statement-0 | SQL: SELECT *
  724. FROM goaf_sensordata
  725. WHERE oc_id = 406283
  726. ORDER BY goaf_datareport_time DESC
  727. LIMIT 10
  728. 15:38:59.680 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:59 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT 1
  729. 15:38:59.693 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:59 | Time Consuming: 8 ms | Connection: statement-0 | SQL: SELECT *
  730. FROM goaf_devinfo
  731. where oc_id = 406283
  732. 15:38:59.699 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:59 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT *
  733. FROM goaf_sensor
  734. where oc_id = 406283
  735. AND goaf_dev_name = '破碎大破'
  736. 15:38:59.704 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:59 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT C.goaf_sensor_name, C.goaf_sensor_location, C.goaf_sensor_status, C.goaf_install_time,
  737. B.goaf_sensor_alarm_id, B.goaf_sensor_alarm_level, B.goaf_sensor_alarm_type, A.goaf_datareport_time
  738. FROM goaf_sensor AS C
  739. LEFT JOIN
  740. (SELECT goaf_sensor_id, goaf_data_id, goaf_datareport_time
  741. FROM goaf_sensordata_new
  742. ) AS A ON A.goaf_sensor_id = C.goaf_sensor_id
  743. LEFT JOIN goaf_sensoralarm AS B ON A.goaf_data_id = B.goaf_data_id
  744. WHERE C.goaf_sensor_id = 442129
  745. 15:38:59.709 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:59 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT *
  746. FROM goaf_sensor
  747. where oc_id = 406283
  748. AND goaf_dev_name = '破碎圆锥'
  749. 15:38:59.714 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:59 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT C.goaf_sensor_name, C.goaf_sensor_location, C.goaf_sensor_status, C.goaf_install_time,
  750. B.goaf_sensor_alarm_id, B.goaf_sensor_alarm_level, B.goaf_sensor_alarm_type, A.goaf_datareport_time
  751. FROM goaf_sensor AS C
  752. LEFT JOIN
  753. (SELECT goaf_sensor_id, goaf_data_id, goaf_datareport_time
  754. FROM goaf_sensordata_new
  755. ) AS A ON A.goaf_sensor_id = C.goaf_sensor_id
  756. LEFT JOIN goaf_sensoralarm AS B ON A.goaf_data_id = B.goaf_data_id
  757. WHERE C.goaf_sensor_id = 442135
  758. 15:38:59.718 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:59 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT *
  759. FROM goaf_sensor
  760. where oc_id = 406283
  761. AND goaf_dev_name = ' 旧系列球磨机'
  762. 15:38:59.723 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:59 | Time Consuming: 3 ms | Connection: statement-0 | SQL: SELECT C.goaf_sensor_name, C.goaf_sensor_location, C.goaf_sensor_status, C.goaf_install_time,
  763. B.goaf_sensor_alarm_id, B.goaf_sensor_alarm_level, B.goaf_sensor_alarm_type, A.goaf_datareport_time
  764. FROM goaf_sensor AS C
  765. LEFT JOIN
  766. (SELECT goaf_sensor_id, goaf_data_id, goaf_datareport_time
  767. FROM goaf_sensordata_new
  768. ) AS A ON A.goaf_sensor_id = C.goaf_sensor_id
  769. LEFT JOIN goaf_sensoralarm AS B ON A.goaf_data_id = B.goaf_data_id
  770. WHERE C.goaf_sensor_id = 442136
  771. 15:38:59.728 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:59 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT C.goaf_sensor_name, C.goaf_sensor_location, C.goaf_sensor_status, C.goaf_install_time,
  772. B.goaf_sensor_alarm_id, B.goaf_sensor_alarm_level, B.goaf_sensor_alarm_type, A.goaf_datareport_time
  773. FROM goaf_sensor AS C
  774. LEFT JOIN
  775. (SELECT goaf_sensor_id, goaf_data_id, goaf_datareport_time
  776. FROM goaf_sensordata_new
  777. ) AS A ON A.goaf_sensor_id = C.goaf_sensor_id
  778. LEFT JOIN goaf_sensoralarm AS B ON A.goaf_data_id = B.goaf_data_id
  779. WHERE C.goaf_sensor_id = 442137
  780. 15:38:59.734 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:59 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT *
  781. FROM goaf_sensor
  782. where oc_id = 406283
  783. AND goaf_dev_name = '新系列球磨'
  784. 15:38:59.740 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:38:59 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT C.goaf_sensor_name, C.goaf_sensor_location, C.goaf_sensor_status, C.goaf_install_time,
  785. B.goaf_sensor_alarm_id, B.goaf_sensor_alarm_level, B.goaf_sensor_alarm_type, A.goaf_datareport_time
  786. FROM goaf_sensor AS C
  787. LEFT JOIN
  788. (SELECT goaf_sensor_id, goaf_data_id, goaf_datareport_time
  789. FROM goaf_sensordata_new
  790. ) AS A ON A.goaf_sensor_id = C.goaf_sensor_id
  791. LEFT JOIN goaf_sensoralarm AS B ON A.goaf_data_id = B.goaf_data_id
  792. WHERE C.goaf_sensor_id = 442139
  793. 15:39:01.001 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:39:01 | Time Consuming: 3 ms | Connection: statement-0 | SQL: SELECT 1
  794. 15:39:01.004 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:01 | Time Consuming: 3 ms | Connection: statement-1 | SQL: SELECT 1
  795. 15:39:01.005 [XNIO-1 task-4] INFO p6spy - 2023-12-04 15:39:01 | Time Consuming: 3 ms | Connection: statement-2 | SQL: SELECT 1
  796. 15:39:01.012 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:39:01 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT count(0) FROM goaf_devinfo WHERE oc_id = 406283
  797. 15:39:01.016 [XNIO-1 task-3] INFO p6spy - 2023-12-04 15:39:01 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT *
  798. FROM goaf_devinfo
  799. where oc_id = 406283
  800. LIMIT 10
  801. 15:39:01.016 [XNIO-1 task-4] INFO p6spy - 2023-12-04 15:39:01 | Time Consuming: 7 ms | Connection: statement-2 | SQL: SELECT *
  802. FROM goaf_syscfg
  803. WHERE oc_id = 406283
  804. 15:39:01.025 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:01 | Time Consuming: 16 ms | Connection: statement-1 | SQL: SELECT *
  805. FROM goaf_baseinfo
  806. WHERE oc_id = 406283
  807. 15:39:06.436 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:06 | Time Consuming: 4 ms | Connection: statement-1 | SQL: SELECT 1
  808. 15:39:06.474 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:06 | Time Consuming: 28 ms | Connection: statement-1 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283
  809. 15:39:07.087 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:07 | Time Consuming: 611 ms | Connection: statement-1 | SQL: SELECT *
  810. FROM goaf_sensordata
  811. WHERE oc_id = 406283
  812. ORDER BY goaf_datareport_time DESC
  813. LIMIT 10
  814. 15:39:08.429 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:08 | Time Consuming: 4 ms | Connection: statement-1 | SQL: SELECT 1
  815. 15:39:08.462 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:08 | Time Consuming: 23 ms | Connection: statement-1 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283 AND goaf_dev_name = '破碎大破'
  816. 15:39:09.024 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:09 | Time Consuming: 561 ms | Connection: statement-1 | SQL: SELECT *
  817. FROM goaf_sensordata
  818. WHERE oc_id = 406283
  819. AND goaf_dev_name = '破碎大破'
  820. ORDER BY goaf_datareport_time DESC
  821. LIMIT 10
  822. 15:39:50.207 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:50 | Time Consuming: 5 ms | Connection: statement-1 | SQL: SELECT 1
  823. 15:39:50.219 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:50 | Time Consuming: 4 ms | Connection: statement-1 | SQL: SELECT
  824. client_id,
  825. client_title,
  826. client_app_id,
  827. client_app_key,
  828. client_app_secret,
  829. client_desc,
  830. status,
  831. is_fixed
  832. FROM client
  833. WHERE deleted_flag = 0
  834. AND client_app_id = '10001'
  835. AND client_app_key = '82a8bf439373e305'
  836. 15:39:50.236 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:50 | Time Consuming: 4 ms | Connection: statement-1 | SQL: SELECT
  837. A.oc_id,
  838. B.oc_type_id,
  839. B.oc_name,
  840. A.account_id,
  841. A.account_name,
  842. A.account_real_name,
  843. A.password,
  844. A.account_type,
  845. A.account_staff_no,
  846. A.account_phone,
  847. A.account_last_ip,
  848. A.account_loc,
  849. A.status,
  850. A.account_avatar,
  851. A.account_photo,
  852. A.account_real_name,
  853. A.account_intro,
  854. A.wx_id,
  855. A.is_fixed
  856. FROM account AS A
  857. LEFT JOIN oc AS B ON (A.oc_id = B.oc_id )
  858. WHERE A.deleted_flag = 0
  859. AND (A.account_name = 'sxky'
  860. OR A.account_phone = 'sxky'
  861. OR A.account_mail = 'sxky'
  862. OR A.account_staff_no = 'sxky')
  863. 15:39:50.242 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:50 | Time Consuming: 4 ms | Connection: statement-1 | SQL: SELECT
  864. A.oc_id,
  865. A.oc_name,
  866. A.oc_type_id,
  867. A.root_id,
  868. A.parent_id,
  869. A.admin_id,
  870. B.account_name AS admin_name,
  871. A.group_id,
  872. A.node_left,
  873. A.node_right,
  874. A.node_level,
  875. A.is_leaf,
  876. A.status,
  877. A.if_lic
  878. FROM oc AS A
  879. LEFT JOIN account AS B ON (A.oc_id = B.oc_id AND A.admin_id = B.account_id)
  880. WHERE A.oc_id = 406283
  881. 15:39:50.247 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:50 | Time Consuming: 4 ms | Connection: statement-1 | SQL: SELECT
  882. A.rm_id,
  883. A.role_id,
  884. B.role_type_id,
  885. B.role_code,
  886. B.role_name,
  887. A.account_id
  888. FROM s_role_member AS A
  889. LEFT JOIN s_role AS B ON (A.role_id = B.role_id)
  890. WHERE account_id = 406283
  891. LIMIT 1
  892. 15:39:50.254 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:50 | Time Consuming: 5 ms | Connection: statement-1 | SQL: SELECT
  893. A.gm_id,
  894. A.oc_id,
  895. A.group_id,
  896. B.group_name,
  897. B.node_left ,
  898. B.node_right,
  899. A.account_id
  900. FROM s_group_member AS A
  901. LEFT JOIN s_group AS B ON (A.oc_id = B.oc_id AND A.group_id = B.group_id)
  902. WHERE B.deleted_flag = 0
  903. AND A.oc_id = 406283
  904. AND A.account_id = 406283
  905. LIMIT 1
  906. 15:39:50.261 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:50 | Time Consuming: 5 ms | Connection: statement-1 | SQL: SELECT
  907. A.gmp_id,
  908. A.oc_id,
  909. A.group_id,
  910. B.group_name,
  911. A.account_id,
  912. D.account_name,
  913. D.account_real_name,
  914. A.position_id,
  915. C.position_name
  916. FROM s_group_member_position A
  917. LEFT JOIN s_group B ON (A.oc_id = B.oc_id AND A.group_id = B.group_id)
  918. LEFT JOIN s_position C ON (A.oc_id = C.oc_id AND A.position_id = C.position_id)
  919. LEFT JOIN account D ON (A.oc_id = D.oc_id AND A.account_id = D.account_id)
  920. WHERE A.deleted_flag = 0
  921. AND A.oc_id = 406283
  922. AND A.group_id = 406283
  923. AND A.account_id = 406283
  924. LIMIT 1
  925. 15:39:50.268 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:50 | Time Consuming: 5 ms | Connection: statement-1 | SQL: SELECT
  926. A.gmpg_id,
  927. A.oc_id,
  928. A.group_id,
  929. A.account_id,
  930. A.position_id,
  931. A.grant_group_id,
  932. B.group_name AS grant_group_name
  933. FROM s_group_member_position_grant A
  934. LEFT JOIN s_group B ON(A.oc_id = B.oc_id AND A.grant_group_id = B.group_id)
  935. WHERE A.deleted_flag = 0
  936. AND A.oc_id = 406283
  937. AND A.group_id = 406283
  938. AND A.account_id = 406283
  939. AND A.position_id = 406283
  940. LIMIT 1
  941. 15:39:50.304 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:50 | Time Consuming: 5 ms | Connection: statement-1 | SQL: SELECT
  942. client_id,
  943. client_title,
  944. client_app_id,
  945. client_app_key,
  946. client_app_secret,
  947. client_desc,
  948. status,
  949. is_fixed
  950. FROM client
  951. WHERE deleted_flag = 0
  952. AND client_app_id = '10001'
  953. AND client_app_key = '82a8bf439373e305'
  954. 15:39:50.319 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:50 | Time Consuming: 5 ms | Connection: statement-1 | SQL: SELECT
  955. A.client_id,
  956. A.role_id,
  957. A.permit_id,
  958. A.permit_title,
  959. A.permit_code,
  960. A.permit_entry,
  961. A.permit_desc,
  962. A.permit_type,
  963. A.parent_id,
  964. A.root_id,
  965. A.sort_no,
  966. A.is_home
  967. FROM s_role_permit AS A
  968. WHERE 1 = 1
  969. AND A.client_id = 2
  970. AND A.role_id = 6
  971. ORDER BY A.parent_id ASC ,A.sort_no ASC
  972. 15:39:50.637 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:50 | Time Consuming: 33 ms | Connection: statement-1 | SQL: SELECT count(*)
  973. FROM msg AS M
  974. WHERE M.oc_id = 406283
  975. AND (
  976. EXISTS (
  977. SELECT 1 FROM msg_to TT
  978. WHERE M.oc_id = TT.oc_id AND M.msg_id = TT.msg_id AND TT.msg_to_id = 406283 AND TT.status=0
  979. ) OR
  980. EXISTS (
  981. SELECT 1 FROM msg_cc CC
  982. WHERE M.oc_id = CC.oc_id AND M.msg_id = CC.msg_id AND CC.msg_cc_id = 406283 AND CC.status=0
  983. )
  984. )
  985. 15:39:51.214 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:51 | Time Consuming: 8 ms | Connection: statement-1 | SQL: SELECT 1
  986. 15:39:51.222 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:51 | Time Consuming: 3 ms | Connection: statement-1 | SQL: SELECT *
  987. FROM goaf_devinfo
  988. where oc_id = 406283
  989. 15:39:51.228 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:51 | Time Consuming: 3 ms | Connection: statement-1 | SQL: SELECT *
  990. FROM goaf_sensor
  991. where oc_id = 406283
  992. AND goaf_dev_name = '破碎大破'
  993. 15:39:51.232 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:51 | Time Consuming: 3 ms | Connection: statement-1 | SQL: SELECT C.goaf_sensor_name, C.goaf_sensor_location, C.goaf_sensor_status, C.goaf_install_time,
  994. B.goaf_sensor_alarm_id, B.goaf_sensor_alarm_level, B.goaf_sensor_alarm_type, A.goaf_datareport_time
  995. FROM goaf_sensor AS C
  996. LEFT JOIN
  997. (SELECT goaf_sensor_id, goaf_data_id, goaf_datareport_time
  998. FROM goaf_sensordata_new
  999. ) AS A ON A.goaf_sensor_id = C.goaf_sensor_id
  1000. LEFT JOIN goaf_sensoralarm AS B ON A.goaf_data_id = B.goaf_data_id
  1001. WHERE C.goaf_sensor_id = 442129
  1002. 15:39:51.236 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:51 | Time Consuming: 3 ms | Connection: statement-1 | SQL: SELECT *
  1003. FROM goaf_sensor
  1004. where oc_id = 406283
  1005. AND goaf_dev_name = '破碎圆锥'
  1006. 15:39:51.240 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:51 | Time Consuming: 3 ms | Connection: statement-1 | SQL: SELECT C.goaf_sensor_name, C.goaf_sensor_location, C.goaf_sensor_status, C.goaf_install_time,
  1007. B.goaf_sensor_alarm_id, B.goaf_sensor_alarm_level, B.goaf_sensor_alarm_type, A.goaf_datareport_time
  1008. FROM goaf_sensor AS C
  1009. LEFT JOIN
  1010. (SELECT goaf_sensor_id, goaf_data_id, goaf_datareport_time
  1011. FROM goaf_sensordata_new
  1012. ) AS A ON A.goaf_sensor_id = C.goaf_sensor_id
  1013. LEFT JOIN goaf_sensoralarm AS B ON A.goaf_data_id = B.goaf_data_id
  1014. WHERE C.goaf_sensor_id = 442135
  1015. 15:39:51.245 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:51 | Time Consuming: 3 ms | Connection: statement-1 | SQL: SELECT *
  1016. FROM goaf_sensor
  1017. where oc_id = 406283
  1018. AND goaf_dev_name = ' 旧系列球磨机'
  1019. 15:39:51.250 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:51 | Time Consuming: 3 ms | Connection: statement-1 | SQL: SELECT C.goaf_sensor_name, C.goaf_sensor_location, C.goaf_sensor_status, C.goaf_install_time,
  1020. B.goaf_sensor_alarm_id, B.goaf_sensor_alarm_level, B.goaf_sensor_alarm_type, A.goaf_datareport_time
  1021. FROM goaf_sensor AS C
  1022. LEFT JOIN
  1023. (SELECT goaf_sensor_id, goaf_data_id, goaf_datareport_time
  1024. FROM goaf_sensordata_new
  1025. ) AS A ON A.goaf_sensor_id = C.goaf_sensor_id
  1026. LEFT JOIN goaf_sensoralarm AS B ON A.goaf_data_id = B.goaf_data_id
  1027. WHERE C.goaf_sensor_id = 442136
  1028. 15:39:51.254 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:51 | Time Consuming: 3 ms | Connection: statement-1 | SQL: SELECT C.goaf_sensor_name, C.goaf_sensor_location, C.goaf_sensor_status, C.goaf_install_time,
  1029. B.goaf_sensor_alarm_id, B.goaf_sensor_alarm_level, B.goaf_sensor_alarm_type, A.goaf_datareport_time
  1030. FROM goaf_sensor AS C
  1031. LEFT JOIN
  1032. (SELECT goaf_sensor_id, goaf_data_id, goaf_datareport_time
  1033. FROM goaf_sensordata_new
  1034. ) AS A ON A.goaf_sensor_id = C.goaf_sensor_id
  1035. LEFT JOIN goaf_sensoralarm AS B ON A.goaf_data_id = B.goaf_data_id
  1036. WHERE C.goaf_sensor_id = 442137
  1037. 15:39:51.260 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:51 | Time Consuming: 4 ms | Connection: statement-1 | SQL: SELECT *
  1038. FROM goaf_sensor
  1039. where oc_id = 406283
  1040. AND goaf_dev_name = '新系列球磨'
  1041. 15:39:51.266 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:51 | Time Consuming: 4 ms | Connection: statement-1 | SQL: SELECT C.goaf_sensor_name, C.goaf_sensor_location, C.goaf_sensor_status, C.goaf_install_time,
  1042. B.goaf_sensor_alarm_id, B.goaf_sensor_alarm_level, B.goaf_sensor_alarm_type, A.goaf_datareport_time
  1043. FROM goaf_sensor AS C
  1044. LEFT JOIN
  1045. (SELECT goaf_sensor_id, goaf_data_id, goaf_datareport_time
  1046. FROM goaf_sensordata_new
  1047. ) AS A ON A.goaf_sensor_id = C.goaf_sensor_id
  1048. LEFT JOIN goaf_sensoralarm AS B ON A.goaf_data_id = B.goaf_data_id
  1049. WHERE C.goaf_sensor_id = 442139
  1050. 15:39:52.634 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:52 | Time Consuming: 3 ms | Connection: statement-1 | SQL: SELECT 1
  1051. 15:39:52.686 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:52 | Time Consuming: 43 ms | Connection: statement-1 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283 AND goaf_dev_name = '破碎大破' AND goaf_datareport_time BETWEEN '2023-11-29 00:00:00' AND '2023-12-31 00:00:00'
  1052. 15:39:53.259 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:53 | Time Consuming: 572 ms | Connection: statement-1 | SQL: SELECT *
  1053. FROM goaf_sensordata
  1054. WHERE oc_id = 406283
  1055. AND goaf_dev_name = '破碎大破'
  1056. AND goaf_datareport_time BETWEEN '2023-11-29 00:00:00' AND '2023-12-31 00:00:00'
  1057. ORDER BY goaf_datareport_time DESC
  1058. LIMIT 10
  1059. 15:39:55.505 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:55 | Time Consuming: 4 ms | Connection: statement-1 | SQL: SELECT 1
  1060. 15:39:55.538 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:55 | Time Consuming: 27 ms | Connection: statement-1 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283
  1061. 15:39:56.124 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:39:56 | Time Consuming: 583 ms | Connection: statement-1 | SQL: SELECT *
  1062. FROM goaf_sensordata
  1063. WHERE oc_id = 406283
  1064. ORDER BY goaf_datareport_time DESC
  1065. LIMIT 10
  1066. 15:40:00.006 [quartzScheduler_Worker-1] INFO c.zhyc.xps.goaf.job.GoafCheckTaskJob - 采空区检查任务执行派发--->CheckTask Generate----Start
  1067. 15:40:00.010 [quartzScheduler_Worker-1] INFO p6spy - 2023-12-04 15:40:00 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT 1
  1068. 15:40:00.025 [quartzScheduler_Worker-1] INFO c.zhyc.xps.goaf.job.GoafCheckTaskJob - 采空区检查任务执行派发--->CheckTask Generate----End
  1069. 15:40:02.130 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:40:02 | Time Consuming: 3 ms | Connection: statement-1 | SQL: SELECT 1
  1070. 15:40:02.165 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:40:02 | Time Consuming: 27 ms | Connection: statement-1 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283 AND goaf_dev_name = '破碎大破' AND goaf_datareport_time BETWEEN '2023-11-29 00:00:00' AND '2023-12-31 00:00:00'
  1071. 15:40:02.923 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:40:02 | Time Consuming: 758 ms | Connection: statement-1 | SQL: SELECT *
  1072. FROM goaf_sensordata
  1073. WHERE oc_id = 406283
  1074. AND goaf_dev_name = '破碎大破'
  1075. AND goaf_datareport_time BETWEEN '2023-11-29 00:00:00' AND '2023-12-31 00:00:00'
  1076. ORDER BY goaf_datareport_time DESC
  1077. LIMIT 10
  1078. 15:40:46.749 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:40:46 | Time Consuming: 4 ms | Connection: statement-1 | SQL: SELECT 1
  1079. 15:40:46.783 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:40:46 | Time Consuming: 27 ms | Connection: statement-1 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283 AND goaf_dev_name = '新系列球磨' AND goaf_datareport_time BETWEEN '2023-11-30 00:00:00' AND '2023-11-30 04:00:00'
  1080. 15:40:48.134 [XNIO-1 task-2] INFO p6spy - 2023-12-04 15:40:48 | Time Consuming: 1350 ms | Connection: statement-1 | SQL: SELECT *
  1081. FROM goaf_sensordata
  1082. WHERE oc_id = 406283
  1083. AND goaf_dev_name = '新系列球磨'
  1084. AND goaf_datareport_time BETWEEN '2023-11-30 00:00:00' AND '2023-11-30 04:00:00'
  1085. ORDER BY goaf_datareport_time DESC
  1086. LIMIT 10
  1087. 15:41:17.025 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  1088. 15:41:17.026 [SpringApplicationShutdownHook] INFO io.undertow - stopping server: Undertow - 2.3.4.Final
  1089. 15:41:17.029 [SpringApplicationShutdownHook] INFO io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
  1090. 15:41:17.031 [SpringApplicationShutdownHook] INFO o.s.i.endpoint.EventDrivenConsumer - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
  1091. 15:41:17.031 [SpringApplicationShutdownHook] INFO o.s.i.c.PublishSubscribeChannel - Channel 'xps-server.errorChannel' has 0 subscriber(s).
  1092. 15:41:17.031 [SpringApplicationShutdownHook] INFO o.s.i.endpoint.EventDrivenConsumer - stopped bean '_org.springframework.integration.errorLogger'
  1093. 15:41:17.038 [SpringApplicationShutdownHook] INFO o.s.j.e.a.AnnotationMBeanExporter - Could not unregister MBean [com.github.tobato.fastdfs.domain.conn:name=fdfsConnectionPool,type=FdfsConnectionPool] as said MBean is not registered (perhaps already unregistered by an external process)
  1094. 15:41:17.041 [SpringApplicationShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  1095. 15:41:17.041 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  1096. 15:41:17.041 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  1097. 15:41:17.042 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  1098. 15:41:17.061 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - DatebookHikariCP - Shutdown initiated...
  1099. 15:41:17.064 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - DatebookHikariCP - Shutdown completed.