admin-service_20260427_0.log 231 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008
  1. [2026-04-27 09:36:35.341]  WARN [tofly-base,,,] 22212 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Could not locate PropertySource: I/O error on GET request for "http://localhost:8888/tofly-base/default": Connection refused: connect; nested exception is java.net.ConnectException: Connection refused: connect
  2. [2026-04-27 09:36:35.479]  WARN [tofly-base,,,] 22212 --- [ main] c.a.c.n.c.NacosPropertySourceBuilder  : Ignore the empty nacos configuration and get it based on dataId[tofly-base] & group[DEFAULT_GROUP]
  3. [2026-04-27 09:36:37.491]  WARN [tofly-base,,,] 22212 --- [ main] o.s.boot.actuate.endpoint.EndpointId  : Endpoint ID 'nacos-config' contains invalid characters, please migrate to a valid format.
  4. [2026-04-27 09:36:37.496]  WARN [tofly-base,,,] 22212 --- [ main] o.s.boot.actuate.endpoint.EndpointId  : Endpoint ID 'nacos-discovery' contains invalid characters, please migrate to a valid format.
  5. [2026-04-27 09:36:37.925]  WARN [tofly-base,,,] 22212 --- [ main] o.s.boot.actuate.endpoint.EndpointId  : Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
  6. [2026-04-27 09:36:38.019]  WARN [tofly-base,,,] 22212 --- [ main] o.s.boot.actuate.endpoint.EndpointId  : Endpoint ID 'hystrix.stream' contains invalid characters, please migrate to a valid format.
  7. [2026-04-27 09:36:39.223]  WARN [tofly-base,,,] 22212 --- [ main] io.undertow.websockets.jsr  : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
  8. [2026-04-27 09:36:39.438]  WARN [tofly-base,,,] 22212 --- [ main] c.n.c.sources.URLConfigurationSource  : No URLs will be polled as dynamic configuration sources.
  9. [2026-04-27 09:37:00.989] ERROR [tofly-base,,,] 22212 --- [ main] com.alibaba.druid.pool.DruidDataSource  : init datasource error, url: jdbc:oracle:thin:@36.134.42.221:11521/mis
  10. java.sql.SQLException: Listener refused the connection with the following error:
  11. ORA-12516, TNS:listener could not find available handler with matching protocol stack
  12. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:489)
  13. at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:553)
  14. at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:254)
  15. at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
  16. at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:528)
  17. at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1596)
  18. at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1662)
  19. at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:929)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  23. at java.lang.reflect.Method.invoke(Method.java:498)
  24. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1920)
  25. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1862)
  26. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1790)
  27. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
  28. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
  29. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
  30. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
  31. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
  32. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  33. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
  34. at org.springframework.beans.factory.support.DefaultListableBeanFactory.addCandidateEntry(DefaultListableBeanFactory.java:1525)
  35. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1489)
  36. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveMultipleBeans(DefaultListableBeanFactory.java:1408)
  37. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1265)
  38. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1227)
  39. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:884)
  40. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:788)
  41. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:227)
  42. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356)
  43. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1203)
  44. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:556)
  45. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
  46. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
  47. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
  48. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
  49. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  50. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:408)
  51. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1336)
  52. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1176)
  53. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:556)
  54. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
  55. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
  56. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
  57. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
  58. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  59. at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:624)
  60. at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:612)
  61. at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:1243)
  62. at org.springframework.boot.actuate.autoconfigure.health.HealthEndpointConfiguration.healthContributorRegistry(HealthEndpointConfiguration.java:78)
  63. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  66. at java.lang.reflect.Method.invoke(Method.java:498)
  67. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
  68. at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:650)
  69. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:635)
  70. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1336)
  71. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1176)
  72. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:556)
  73. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
  74. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
  75. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
  76. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
  77. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  78. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
  79. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1307)
  80. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1227)
  81. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:884)
  82. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:788)
  83. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:538)
  84. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1336)
  85. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1176)
  86. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:556)
  87. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
  88. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
  89. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
  90. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
  91. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  92. at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1109)
  93. at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.lambda$createEndpointBean$1(EndpointDiscoverer.java:145)
  94. at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer$EndpointBean.getBean(EndpointDiscoverer.java:469)
  95. at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.getFilterEndpoint(EndpointDiscoverer.java:329)
  96. at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.isFilterMatch(EndpointDiscoverer.java:307)
  97. at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.isExtensionExposed(EndpointDiscoverer.java:239)
  98. at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.addExtensionBean(EndpointDiscoverer.java:170)
  99. at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.addExtensionBeans(EndpointDiscoverer.java:159)
  100. at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.discoverEndpoints(EndpointDiscoverer.java:124)
  101. at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.getEndpoints(EndpointDiscoverer.java:117)
  102. at org.springframework.cloud.sleuth.instrument.web.TraceWebAutoConfiguration$ActuatorSkipPatternProviderConfig.getEndpointsPatterns(TraceWebAutoConfiguration.java:165)
  103. at org.springframework.cloud.sleuth.instrument.web.TraceWebAutoConfiguration$ActuatorSkipPatternProviderConfig.lambda$skipPatternForActuatorEndpointsSamePort$0(TraceWebAutoConfiguration.java:222)
  104. at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
  105. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382)
  106. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
  107. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
  108. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
  109. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  110. at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
  111. at org.springframework.cloud.sleuth.instrument.web.TraceWebAutoConfiguration.consolidateSkipPatterns(TraceWebAutoConfiguration.java:104)
  112. at org.springframework.cloud.sleuth.instrument.web.TraceWebAutoConfiguration.sleuthSkipPatternProvider(TraceWebAutoConfiguration.java:87)
  113. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  114. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  115. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  116. at java.lang.reflect.Method.invoke(Method.java:498)
  117. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
  118. at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:650)
  119. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:635)
  120. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1336)
  121. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1176)
  122. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:556)
  123. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
  124. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
  125. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
  126. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
  127. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  128. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
  129. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1307)
  130. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1227)
  131. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:884)
  132. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:788)
  133. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:538)
  134. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1336)
  135. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1176)
  136. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:556)
  137. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
  138. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
  139. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
  140. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
  141. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  142. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
  143. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1307)
  144. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1227)
  145. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:884)
  146. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:788)
  147. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:538)
  148. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1336)
  149. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1176)
  150. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:556)
  151. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
  152. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
  153. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
  154. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
  155. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
  156. at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:211)
  157. at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:174)
  158. at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:169)
  159. at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addAdaptableBeans(ServletContextInitializerBeans.java:154)
  160. at org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:86)
  161. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:253)
  162. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:227)
  163. at org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory$Initializer.onStartup(UndertowServletWebServerFactory.java:620)
  164. at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:204)
  165. at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:186)
  166. at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
  167. at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
  168. at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:252)
  169. at org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory.createDeploymentManager(UndertowServletWebServerFactory.java:293)
  170. at org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory.getWebServer(UndertowServletWebServerFactory.java:218)
  171. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:180)
  172. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:153)
  173. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:545)
  174. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
  175. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747)
  176. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
  177. at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
  178. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
  179. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215)
  180. at com.tofly.base.BaseApplication.main(BaseApplication.java:21)
  181. Caused by: oracle.net.ns.NetException: Listener refused the connection with the following error:
  182. ORA-12516, TNS:listener could not find available handler with matching protocol stack
  183. at oracle.net.ns.NSProtocol.connect(NSProtocol.java:399)
  184. at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1140)
  185. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:340)
  186. ... 168 common frames omitted
  187. [2026-04-27 09:37:02.364] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.listAppPage
  188. [2026-04-27 09:37:02.397] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.selectOldApp
  189. [2026-04-27 09:37:02.397] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.getNewVersionInformation
  190. [2026-04-27 09:37:02.446] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.insert!selectKey
  191. [2026-04-27 09:37:02.451] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.insert
  192. [2026-04-27 09:37:02.460] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.delete
  193. [2026-04-27 09:37:02.461] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.deleteByMap
  194. [2026-04-27 09:37:02.465] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.deleteById
  195. [2026-04-27 09:37:02.467] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.deleteBatchIds
  196. [2026-04-27 09:37:02.477] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.update
  197. [2026-04-27 09:37:02.481] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.updateById
  198. [2026-04-27 09:37:02.481] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.selectById
  199. [2026-04-27 09:37:02.484] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.selectBatchIds
  200. [2026-04-27 09:37:02.487] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.selectByMap
  201. [2026-04-27 09:37:02.490] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.selectOne
  202. [2026-04-27 09:37:02.493] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.selectCount
  203. [2026-04-27 09:37:02.497] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.selectMaps
  204. [2026-04-27 09:37:02.500] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.selectMapsPage
  205. [2026-04-27 09:37:02.504] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.selectObjs
  206. [2026-04-27 09:37:02.507] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.selectList
  207. [2026-04-27 09:37:02.511] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.selectPage
  208. [2026-04-27 09:37:02.518] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.insert!selectKey
  209. [2026-04-27 09:37:02.523] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.insert
  210. [2026-04-27 09:37:02.524] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.delete
  211. [2026-04-27 09:37:02.527] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.deleteByMap
  212. [2026-04-27 09:37:02.530] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.deleteById
  213. [2026-04-27 09:37:02.532] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.deleteBatchIds
  214. [2026-04-27 09:37:02.533] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.update
  215. [2026-04-27 09:37:02.533] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.updateById
  216. [2026-04-27 09:37:02.533] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.selectById
  217. [2026-04-27 09:37:02.538] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.selectBatchIds
  218. [2026-04-27 09:37:02.540] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.selectByMap
  219. [2026-04-27 09:37:02.541] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.selectOne
  220. [2026-04-27 09:37:02.543] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.selectCount
  221. [2026-04-27 09:37:02.546] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.selectMaps
  222. [2026-04-27 09:37:02.547] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.selectMapsPage
  223. [2026-04-27 09:37:02.550] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.selectObjs
  224. [2026-04-27 09:37:02.552] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.selectList
  225. [2026-04-27 09:37:02.554] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.selectPage
  226. [2026-04-27 09:37:02.566] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.insert!selectKey
  227. [2026-04-27 09:37:02.568] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.insert
  228. [2026-04-27 09:37:02.570] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.delete
  229. [2026-04-27 09:37:02.572] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.deleteByMap
  230. [2026-04-27 09:37:02.574] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.deleteById
  231. [2026-04-27 09:37:02.576] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.deleteBatchIds
  232. [2026-04-27 09:37:02.578] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.update
  233. [2026-04-27 09:37:02.579] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.updateById
  234. [2026-04-27 09:37:02.579] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.selectById
  235. [2026-04-27 09:37:02.581] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.selectBatchIds
  236. [2026-04-27 09:37:02.582] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.selectByMap
  237. [2026-04-27 09:37:02.584] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.selectOne
  238. [2026-04-27 09:37:02.586] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.selectCount
  239. [2026-04-27 09:37:02.589] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.selectMaps
  240. [2026-04-27 09:37:02.592] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.selectMapsPage
  241. [2026-04-27 09:37:02.593] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.selectObjs
  242. [2026-04-27 09:37:02.595] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.selectList
  243. [2026-04-27 09:37:02.597] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.selectPage
  244. [2026-04-27 09:37:02.606] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.insert!selectKey
  245. [2026-04-27 09:37:02.608] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.insert
  246. [2026-04-27 09:37:02.610] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.delete
  247. [2026-04-27 09:37:02.611] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.deleteByMap
  248. [2026-04-27 09:37:02.613] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.deleteById
  249. [2026-04-27 09:37:02.614] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.deleteBatchIds
  250. [2026-04-27 09:37:02.615] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.update
  251. [2026-04-27 09:37:02.617] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.updateById
  252. [2026-04-27 09:37:02.617] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.selectById
  253. [2026-04-27 09:37:02.619] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.selectBatchIds
  254. [2026-04-27 09:37:02.619] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.selectByMap
  255. [2026-04-27 09:37:02.620] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.selectOne
  256. [2026-04-27 09:37:02.622] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.selectCount
  257. [2026-04-27 09:37:02.624] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.selectMaps
  258. [2026-04-27 09:37:02.626] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.selectMapsPage
  259. [2026-04-27 09:37:02.628] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.selectObjs
  260. [2026-04-27 09:37:02.630] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.selectList
  261. [2026-04-27 09:37:02.631] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.selectPage
  262. [2026-04-27 09:37:02.639] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.getListCode
  263. [2026-04-27 09:37:02.640] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.insert!selectKey
  264. [2026-04-27 09:37:02.641] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.insert
  265. [2026-04-27 09:37:02.643] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.delete
  266. [2026-04-27 09:37:02.645] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.deleteByMap
  267. [2026-04-27 09:37:02.646] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.deleteById
  268. [2026-04-27 09:37:02.647] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.deleteBatchIds
  269. [2026-04-27 09:37:02.647] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.update
  270. [2026-04-27 09:37:02.649] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.updateById
  271. [2026-04-27 09:37:02.649] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.selectById
  272. [2026-04-27 09:37:02.649] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.selectBatchIds
  273. [2026-04-27 09:37:02.651] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.selectByMap
  274. [2026-04-27 09:37:02.653] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.selectOne
  275. [2026-04-27 09:37:02.655] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.selectCount
  276. [2026-04-27 09:37:02.656] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.selectMaps
  277. [2026-04-27 09:37:02.658] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.selectMapsPage
  278. [2026-04-27 09:37:02.659] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.selectObjs
  279. [2026-04-27 09:37:02.661] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.selectList
  280. [2026-04-27 09:37:02.662] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.selectPage
  281. [2026-04-27 09:37:02.667] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CommonMapper.getExistsNum
  282. [2026-04-27 09:37:02.668] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CommonMapper.getCodeName
  283. [2026-04-27 09:37:02.675] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.insert!selectKey
  284. [2026-04-27 09:37:02.678] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.insert
  285. [2026-04-27 09:37:02.678] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.delete
  286. [2026-04-27 09:37:02.679] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.deleteByMap
  287. [2026-04-27 09:37:02.680] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.deleteById
  288. [2026-04-27 09:37:02.681] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.deleteBatchIds
  289. [2026-04-27 09:37:02.682] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.update
  290. [2026-04-27 09:37:02.683] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.updateById
  291. [2026-04-27 09:37:02.683] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.selectById
  292. [2026-04-27 09:37:02.684] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.selectBatchIds
  293. [2026-04-27 09:37:02.685] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.selectByMap
  294. [2026-04-27 09:37:02.686] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.selectOne
  295. [2026-04-27 09:37:02.687] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.selectCount
  296. [2026-04-27 09:37:02.688] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.selectMaps
  297. [2026-04-27 09:37:02.690] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.selectMapsPage
  298. [2026-04-27 09:37:02.692] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.selectObjs
  299. [2026-04-27 09:37:02.694] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.selectList
  300. [2026-04-27 09:37:02.695] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.selectPage
  301. [2026-04-27 09:37:02.701] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.insert!selectKey
  302. [2026-04-27 09:37:02.702] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.insert
  303. [2026-04-27 09:37:02.703] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.delete
  304. [2026-04-27 09:37:02.704] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.deleteByMap
  305. [2026-04-27 09:37:02.705] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.deleteById
  306. [2026-04-27 09:37:02.707] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.deleteBatchIds
  307. [2026-04-27 09:37:02.708] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.update
  308. [2026-04-27 09:37:02.708] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.updateById
  309. [2026-04-27 09:37:02.708] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.selectById
  310. [2026-04-27 09:37:02.713] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.selectBatchIds
  311. [2026-04-27 09:37:02.713] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.selectByMap
  312. [2026-04-27 09:37:02.718] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.selectOne
  313. [2026-04-27 09:37:02.719] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.selectCount
  314. [2026-04-27 09:37:02.720] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.selectMaps
  315. [2026-04-27 09:37:02.722] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.selectMapsPage
  316. [2026-04-27 09:37:02.722] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.selectObjs
  317. [2026-04-27 09:37:02.725] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.selectList
  318. [2026-04-27 09:37:02.725] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.selectPage
  319. [2026-04-27 09:37:02.733] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.insert!selectKey
  320. [2026-04-27 09:37:02.733] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.insert
  321. [2026-04-27 09:37:02.733] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.delete
  322. [2026-04-27 09:37:02.733] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.deleteByMap
  323. [2026-04-27 09:37:02.738] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.deleteById
  324. [2026-04-27 09:37:02.740] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.deleteBatchIds
  325. [2026-04-27 09:37:02.741] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.update
  326. [2026-04-27 09:37:02.741] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.updateById
  327. [2026-04-27 09:37:02.741] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.selectById
  328. [2026-04-27 09:37:02.741] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.selectBatchIds
  329. [2026-04-27 09:37:02.746] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.selectByMap
  330. [2026-04-27 09:37:02.748] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.selectOne
  331. [2026-04-27 09:37:02.750] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.selectCount
  332. [2026-04-27 09:37:02.752] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.selectMaps
  333. [2026-04-27 09:37:02.752] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.selectMapsPage
  334. [2026-04-27 09:37:02.752] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.selectObjs
  335. [2026-04-27 09:37:02.758] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.selectList
  336. [2026-04-27 09:37:02.758] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.selectPage
  337. [2026-04-27 09:37:02.762] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.getDataBackPage
  338. [2026-04-27 09:37:02.768] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.insert
  339. [2026-04-27 09:37:02.773] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.delete
  340. [2026-04-27 09:37:02.774] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.deleteByMap
  341. [2026-04-27 09:37:02.776] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.deleteById
  342. [2026-04-27 09:37:02.776] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.deleteBatchIds
  343. [2026-04-27 09:37:02.781] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.update
  344. [2026-04-27 09:37:02.783] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.updateById
  345. [2026-04-27 09:37:02.783] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.selectById
  346. [2026-04-27 09:37:02.785] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.selectBatchIds
  347. [2026-04-27 09:37:02.786] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.selectByMap
  348. [2026-04-27 09:37:02.787] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.selectOne
  349. [2026-04-27 09:37:02.787] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.selectCount
  350. [2026-04-27 09:37:02.787] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.selectMaps
  351. [2026-04-27 09:37:02.792] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.selectMapsPage
  352. [2026-04-27 09:37:02.794] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.selectObjs
  353. [2026-04-27 09:37:02.795] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.selectList
  354. [2026-04-27 09:37:02.797] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.selectPage
  355. [2026-04-27 09:37:02.805] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.insert
  356. [2026-04-27 09:37:02.806] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.delete
  357. [2026-04-27 09:37:02.807] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.deleteByMap
  358. [2026-04-27 09:37:02.807] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.deleteById
  359. [2026-04-27 09:37:02.807] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.deleteBatchIds
  360. [2026-04-27 09:37:02.807] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.update
  361. [2026-04-27 09:37:02.812] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.updateById
  362. [2026-04-27 09:37:02.812] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.selectById
  363. [2026-04-27 09:37:02.812] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.selectBatchIds
  364. [2026-04-27 09:37:02.816] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.selectByMap
  365. [2026-04-27 09:37:02.817] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.selectOne
  366. [2026-04-27 09:37:02.819] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.selectCount
  367. [2026-04-27 09:37:02.819] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.selectMaps
  368. [2026-04-27 09:37:02.819] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.selectMapsPage
  369. [2026-04-27 09:37:02.824] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.selectObjs
  370. [2026-04-27 09:37:02.824] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.selectList
  371. [2026-04-27 09:37:02.828] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.selectPage
  372. [2026-04-27 09:37:02.832] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.listSourceByDept
  373. [2026-04-27 09:37:02.832] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.getCompanyName
  374. [2026-04-27 09:37:02.832] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.getStatus
  375. [2026-04-27 09:37:02.832] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.getBmName
  376. [2026-04-27 09:37:02.832] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.subList
  377. [2026-04-27 09:37:02.832] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.getRelatedDeptIds
  378. [2026-04-27 09:37:02.837] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.insert!selectKey
  379. [2026-04-27 09:37:02.838] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.insert
  380. [2026-04-27 09:37:02.839] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.delete
  381. [2026-04-27 09:37:02.841] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.deleteByMap
  382. [2026-04-27 09:37:02.841] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.deleteById
  383. [2026-04-27 09:37:02.841] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.deleteBatchIds
  384. [2026-04-27 09:37:02.841] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.update
  385. [2026-04-27 09:37:02.841] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.updateById
  386. [2026-04-27 09:37:02.841] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.selectById
  387. [2026-04-27 09:37:02.846] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.selectBatchIds
  388. [2026-04-27 09:37:02.846] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.selectByMap
  389. [2026-04-27 09:37:02.849] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.selectOne
  390. [2026-04-27 09:37:02.851] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.selectCount
  391. [2026-04-27 09:37:02.853] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.selectMaps
  392. [2026-04-27 09:37:02.853] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.selectMapsPage
  393. [2026-04-27 09:37:02.853] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.selectObjs
  394. [2026-04-27 09:37:02.858] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.selectList
  395. [2026-04-27 09:37:02.862] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.selectPage
  396. [2026-04-27 09:37:02.869] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.insert!selectKey
  397. [2026-04-27 09:37:02.869] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.insert
  398. [2026-04-27 09:37:02.872] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.delete
  399. [2026-04-27 09:37:02.874] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.deleteByMap
  400. [2026-04-27 09:37:02.874] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.deleteById
  401. [2026-04-27 09:37:02.874] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.deleteBatchIds
  402. [2026-04-27 09:37:02.879] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.update
  403. [2026-04-27 09:37:02.879] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.updateById
  404. [2026-04-27 09:37:02.879] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.selectById
  405. [2026-04-27 09:37:02.879] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.selectBatchIds
  406. [2026-04-27 09:37:02.884] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.selectByMap
  407. [2026-04-27 09:37:02.885] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.selectOne
  408. [2026-04-27 09:37:02.885] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.selectCount
  409. [2026-04-27 09:37:02.890] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.selectMaps
  410. [2026-04-27 09:37:02.890] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.selectMapsPage
  411. [2026-04-27 09:37:02.890] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.selectObjs
  412. [2026-04-27 09:37:02.895] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.selectList
  413. [2026-04-27 09:37:02.896] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.selectPage
  414. [2026-04-27 09:37:02.905] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.insert!selectKey
  415. [2026-04-27 09:37:02.906] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.insert
  416. [2026-04-27 09:37:02.908] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.delete
  417. [2026-04-27 09:37:02.908] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.deleteByMap
  418. [2026-04-27 09:37:02.908] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.deleteById
  419. [2026-04-27 09:37:02.908] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.deleteBatchIds
  420. [2026-04-27 09:37:02.914] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.update
  421. [2026-04-27 09:37:02.916] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.updateById
  422. [2026-04-27 09:37:02.916] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.selectById
  423. [2026-04-27 09:37:02.918] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.selectBatchIds
  424. [2026-04-27 09:37:02.919] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.selectByMap
  425. [2026-04-27 09:37:02.919] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.selectOne
  426. [2026-04-27 09:37:02.919] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.selectCount
  427. [2026-04-27 09:37:02.925] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.selectMaps
  428. [2026-04-27 09:37:02.926] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.selectMapsPage
  429. [2026-04-27 09:37:02.929] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.selectObjs
  430. [2026-04-27 09:37:02.930] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.selectList
  431. [2026-04-27 09:37:02.930] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.selectPage
  432. [2026-04-27 09:37:02.941] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.listLogPage
  433. [2026-04-27 09:37:02.941] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.countLogType
  434. [2026-04-27 09:37:02.941] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.getOperationRecords
  435. [2026-04-27 09:37:02.946] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.getOneLogInfo
  436. [2026-04-27 09:37:02.949] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.insert!selectKey
  437. [2026-04-27 09:37:02.951] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.insert
  438. [2026-04-27 09:37:02.953] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.delete
  439. [2026-04-27 09:37:02.953] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.deleteByMap
  440. [2026-04-27 09:37:02.953] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.deleteById
  441. [2026-04-27 09:37:02.957] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.deleteBatchIds
  442. [2026-04-27 09:37:02.957] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.update
  443. [2026-04-27 09:37:02.961] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.updateById
  444. [2026-04-27 09:37:02.962] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.selectById
  445. [2026-04-27 09:37:02.964] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.selectBatchIds
  446. [2026-04-27 09:37:02.965] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.selectByMap
  447. [2026-04-27 09:37:02.967] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.selectOne
  448. [2026-04-27 09:37:02.972] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.selectCount
  449. [2026-04-27 09:37:02.976] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.selectMaps
  450. [2026-04-27 09:37:02.981] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.selectMapsPage
  451. [2026-04-27 09:37:02.981] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.selectObjs
  452. [2026-04-27 09:37:02.985] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.selectList
  453. [2026-04-27 09:37:02.988] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.selectPage
  454. [2026-04-27 09:37:02.998] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.listMenusByRoleId
  455. [2026-04-27 09:37:03.019] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.getMenuListByUser
  456. [2026-04-27 09:37:03.020] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.getMenuListByUserId
  457. [2026-04-27 09:37:03.021] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.insert!selectKey
  458. [2026-04-27 09:37:03.021] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.insert
  459. [2026-04-27 09:37:03.026] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.delete
  460. [2026-04-27 09:37:03.028] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.deleteByMap
  461. [2026-04-27 09:37:03.029] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.deleteById
  462. [2026-04-27 09:37:03.031] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.deleteBatchIds
  463. [2026-04-27 09:37:03.033] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.update
  464. [2026-04-27 09:37:03.035] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.updateById
  465. [2026-04-27 09:37:03.035] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.selectById
  466. [2026-04-27 09:37:03.036] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.selectBatchIds
  467. [2026-04-27 09:37:03.037] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.selectByMap
  468. [2026-04-27 09:37:03.038] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.selectOne
  469. [2026-04-27 09:37:03.040] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.selectCount
  470. [2026-04-27 09:37:03.041] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.selectMaps
  471. [2026-04-27 09:37:03.044] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.selectMapsPage
  472. [2026-04-27 09:37:03.045] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.selectObjs
  473. [2026-04-27 09:37:03.046] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.selectList
  474. [2026-04-27 09:37:03.046] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.selectPage
  475. [2026-04-27 09:37:03.063] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.searchWeeklyPage
  476. [2026-04-27 09:37:03.063] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.insert!selectKey
  477. [2026-04-27 09:37:03.063] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.insert
  478. [2026-04-27 09:37:03.063] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.delete
  479. [2026-04-27 09:37:03.068] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.deleteByMap
  480. [2026-04-27 09:37:03.069] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.deleteById
  481. [2026-04-27 09:37:03.069] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.deleteBatchIds
  482. [2026-04-27 09:37:03.072] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.update
  483. [2026-04-27 09:37:03.074] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.updateById
  484. [2026-04-27 09:37:03.074] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.selectById
  485. [2026-04-27 09:37:03.075] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.selectBatchIds
  486. [2026-04-27 09:37:03.076] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.selectByMap
  487. [2026-04-27 09:37:03.076] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.selectOne
  488. [2026-04-27 09:37:03.076] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.selectCount
  489. [2026-04-27 09:37:03.076] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.selectMaps
  490. [2026-04-27 09:37:03.081] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.selectMapsPage
  491. [2026-04-27 09:37:03.083] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.selectObjs
  492. [2026-04-27 09:37:03.085] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.selectList
  493. [2026-04-27 09:37:03.085] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.selectPage
  494. [2026-04-27 09:37:03.093] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.insert!selectKey
  495. [2026-04-27 09:37:03.094] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.insert
  496. [2026-04-27 09:37:03.095] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.delete
  497. [2026-04-27 09:37:03.096] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.deleteByMap
  498. [2026-04-27 09:37:03.096] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.deleteById
  499. [2026-04-27 09:37:03.096] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.deleteBatchIds
  500. [2026-04-27 09:37:03.101] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.update
  501. [2026-04-27 09:37:03.101] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.updateById
  502. [2026-04-27 09:37:03.101] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.selectById
  503. [2026-04-27 09:37:03.103] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.selectBatchIds
  504. [2026-04-27 09:37:03.104] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.selectByMap
  505. [2026-04-27 09:37:03.106] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.selectOne
  506. [2026-04-27 09:37:03.107] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.selectCount
  507. [2026-04-27 09:37:03.107] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.selectMaps
  508. [2026-04-27 09:37:03.107] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.selectMapsPage
  509. [2026-04-27 09:37:03.107] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.selectObjs
  510. [2026-04-27 09:37:03.107] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.selectList
  511. [2026-04-27 09:37:03.113] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.selectPage
  512. [2026-04-27 09:37:03.118] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.insert!selectKey
  513. [2026-04-27 09:37:03.119] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.insert
  514. [2026-04-27 09:37:03.120] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.delete
  515. [2026-04-27 09:37:03.120] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.deleteByMap
  516. [2026-04-27 09:37:03.122] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.deleteById
  517. [2026-04-27 09:37:03.122] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.deleteBatchIds
  518. [2026-04-27 09:37:03.123] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.update
  519. [2026-04-27 09:37:03.123] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.updateById
  520. [2026-04-27 09:37:03.123] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.selectById
  521. [2026-04-27 09:37:03.123] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.selectBatchIds
  522. [2026-04-27 09:37:03.123] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.selectByMap
  523. [2026-04-27 09:37:03.127] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.selectOne
  524. [2026-04-27 09:37:03.127] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.selectCount
  525. [2026-04-27 09:37:03.128] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.selectMaps
  526. [2026-04-27 09:37:03.130] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.selectMapsPage
  527. [2026-04-27 09:37:03.130] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.selectObjs
  528. [2026-04-27 09:37:03.130] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.selectList
  529. [2026-04-27 09:37:03.130] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.selectPage
  530. [2026-04-27 09:37:03.135] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.insert!selectKey
  531. [2026-04-27 09:37:03.135] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.insert
  532. [2026-04-27 09:37:03.138] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.delete
  533. [2026-04-27 09:37:03.138] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.deleteByMap
  534. [2026-04-27 09:37:03.140] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.deleteById
  535. [2026-04-27 09:37:03.141] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.deleteBatchIds
  536. [2026-04-27 09:37:03.142] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.update
  537. [2026-04-27 09:37:03.144] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.updateById
  538. [2026-04-27 09:37:03.144] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.selectById
  539. [2026-04-27 09:37:03.144] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.selectBatchIds
  540. [2026-04-27 09:37:03.144] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.selectByMap
  541. [2026-04-27 09:37:03.144] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.selectOne
  542. [2026-04-27 09:37:03.149] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.selectCount
  543. [2026-04-27 09:37:03.149] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.selectMaps
  544. [2026-04-27 09:37:03.151] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.selectMapsPage
  545. [2026-04-27 09:37:03.153] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.selectObjs
  546. [2026-04-27 09:37:03.154] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.selectList
  547. [2026-04-27 09:37:03.156] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.selectPage
  548. [2026-04-27 09:37:03.161] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.getName
  549. [2026-04-27 09:37:03.162] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.getpName
  550. [2026-04-27 09:37:03.162] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.getPosition
  551. [2026-04-27 09:37:03.162] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.getAllUserPosition
  552. [2026-04-27 09:37:03.163] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.insert!selectKey
  553. [2026-04-27 09:37:03.163] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.insert
  554. [2026-04-27 09:37:03.163] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.delete
  555. [2026-04-27 09:37:03.163] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.deleteByMap
  556. [2026-04-27 09:37:03.163] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.deleteById
  557. [2026-04-27 09:37:03.169] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.deleteBatchIds
  558. [2026-04-27 09:37:03.170] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.update
  559. [2026-04-27 09:37:03.171] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.updateById
  560. [2026-04-27 09:37:03.171] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.selectById
  561. [2026-04-27 09:37:03.172] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.selectBatchIds
  562. [2026-04-27 09:37:03.173] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.selectByMap
  563. [2026-04-27 09:37:03.174] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.selectOne
  564. [2026-04-27 09:37:03.174] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.selectCount
  565. [2026-04-27 09:37:03.174] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.selectMaps
  566. [2026-04-27 09:37:03.174] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.selectMapsPage
  567. [2026-04-27 09:37:03.179] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.selectObjs
  568. [2026-04-27 09:37:03.179] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.selectList
  569. [2026-04-27 09:37:03.183] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.selectPage
  570. [2026-04-27 09:37:03.188] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.insert!selectKey
  571. [2026-04-27 09:37:03.190] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.insert
  572. [2026-04-27 09:37:03.191] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.delete
  573. [2026-04-27 09:37:03.194] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.deleteByMap
  574. [2026-04-27 09:37:03.194] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.deleteById
  575. [2026-04-27 09:37:03.195] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.deleteBatchIds
  576. [2026-04-27 09:37:03.197] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.update
  577. [2026-04-27 09:37:03.199] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.updateById
  578. [2026-04-27 09:37:03.199] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.selectById
  579. [2026-04-27 09:37:03.200] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.selectBatchIds
  580. [2026-04-27 09:37:03.201] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.selectByMap
  581. [2026-04-27 09:37:03.203] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.selectOne
  582. [2026-04-27 09:37:03.205] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.selectCount
  583. [2026-04-27 09:37:03.206] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.selectMaps
  584. [2026-04-27 09:37:03.206] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.selectMapsPage
  585. [2026-04-27 09:37:03.206] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.selectObjs
  586. [2026-04-27 09:37:03.211] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.selectList
  587. [2026-04-27 09:37:03.211] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.selectPage
  588. [2026-04-27 09:37:03.221] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.insert
  589. [2026-04-27 09:37:03.227] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.delete
  590. [2026-04-27 09:37:03.228] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.deleteByMap
  591. [2026-04-27 09:37:03.228] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.deleteById
  592. [2026-04-27 09:37:03.228] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.deleteBatchIds
  593. [2026-04-27 09:37:03.233] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.update
  594. [2026-04-27 09:37:03.233] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.updateById
  595. [2026-04-27 09:37:03.233] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.selectById
  596. [2026-04-27 09:37:03.233] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.selectBatchIds
  597. [2026-04-27 09:37:03.233] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.selectByMap
  598. [2026-04-27 09:37:03.233] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.selectOne
  599. [2026-04-27 09:37:03.239] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.selectCount
  600. [2026-04-27 09:37:03.240] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.selectMaps
  601. [2026-04-27 09:37:03.242] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.selectMapsPage
  602. [2026-04-27 09:37:03.245] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.selectObjs
  603. [2026-04-27 09:37:03.245] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.selectList
  604. [2026-04-27 09:37:03.245] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.selectPage
  605. [2026-04-27 09:37:03.254] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.insert!selectKey
  606. [2026-04-27 09:37:03.255] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.insert
  607. [2026-04-27 09:37:03.255] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.delete
  608. [2026-04-27 09:37:03.255] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.deleteByMap
  609. [2026-04-27 09:37:03.260] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.deleteById
  610. [2026-04-27 09:37:03.262] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.deleteBatchIds
  611. [2026-04-27 09:37:03.262] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.update
  612. [2026-04-27 09:37:03.262] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.updateById
  613. [2026-04-27 09:37:03.262] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.selectById
  614. [2026-04-27 09:37:03.268] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.selectBatchIds
  615. [2026-04-27 09:37:03.268] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.selectByMap
  616. [2026-04-27 09:37:03.268] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.selectOne
  617. [2026-04-27 09:37:03.268] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.selectCount
  618. [2026-04-27 09:37:03.272] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.selectMaps
  619. [2026-04-27 09:37:03.272] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.selectMapsPage
  620. [2026-04-27 09:37:03.272] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.selectObjs
  621. [2026-04-27 09:37:03.277] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.selectList
  622. [2026-04-27 09:37:03.277] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.selectPage
  623. [2026-04-27 09:37:03.284] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.listMenuByRoleId
  624. [2026-04-27 09:37:03.284] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.listRolesByUserId
  625. [2026-04-27 09:37:03.284] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.insert!selectKey
  626. [2026-04-27 09:37:03.289] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.insert
  627. [2026-04-27 09:37:03.289] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.delete
  628. [2026-04-27 09:37:03.289] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.deleteByMap
  629. [2026-04-27 09:37:03.295] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.deleteById
  630. [2026-04-27 09:37:03.296] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.deleteBatchIds
  631. [2026-04-27 09:37:03.297] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.update
  632. [2026-04-27 09:37:03.297] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.updateById
  633. [2026-04-27 09:37:03.297] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.selectById
  634. [2026-04-27 09:37:03.297] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.selectBatchIds
  635. [2026-04-27 09:37:03.297] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.selectByMap
  636. [2026-04-27 09:37:03.302] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.selectOne
  637. [2026-04-27 09:37:03.302] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.selectCount
  638. [2026-04-27 09:37:03.302] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.selectMaps
  639. [2026-04-27 09:37:03.307] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.selectMapsPage
  640. [2026-04-27 09:37:03.307] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.selectObjs
  641. [2026-04-27 09:37:03.307] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.selectList
  642. [2026-04-27 09:37:03.312] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.selectPage
  643. [2026-04-27 09:37:03.317] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.insert!selectKey
  644. [2026-04-27 09:37:03.317] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.insert
  645. [2026-04-27 09:37:03.322] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.delete
  646. [2026-04-27 09:37:03.324] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.deleteByMap
  647. [2026-04-27 09:37:03.324] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.deleteById
  648. [2026-04-27 09:37:03.324] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.deleteBatchIds
  649. [2026-04-27 09:37:03.327] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.update
  650. [2026-04-27 09:37:03.327] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.updateById
  651. [2026-04-27 09:37:03.328] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.selectById
  652. [2026-04-27 09:37:03.328] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.selectBatchIds
  653. [2026-04-27 09:37:03.328] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.selectByMap
  654. [2026-04-27 09:37:03.328] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.selectOne
  655. [2026-04-27 09:37:03.328] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.selectCount
  656. [2026-04-27 09:37:03.328] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.selectMaps
  657. [2026-04-27 09:37:03.328] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.selectMapsPage
  658. [2026-04-27 09:37:03.333] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.selectObjs
  659. [2026-04-27 09:37:03.333] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.selectList
  660. [2026-04-27 09:37:03.333] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.selectPage
  661. [2026-04-27 09:37:03.344] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.getauditorName
  662. [2026-04-27 09:37:03.344] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.getRoleName
  663. [2026-04-27 09:37:03.344] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.getUserSdeversionMap
  664. [2026-04-27 09:37:03.344] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.insert!selectKey
  665. [2026-04-27 09:37:03.344] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.insert
  666. [2026-04-27 09:37:03.349] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.delete
  667. [2026-04-27 09:37:03.351] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.deleteByMap
  668. [2026-04-27 09:37:03.352] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.deleteById
  669. [2026-04-27 09:37:03.352] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.deleteBatchIds
  670. [2026-04-27 09:37:03.352] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.update
  671. [2026-04-27 09:37:03.352] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.updateById
  672. [2026-04-27 09:37:03.352] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.selectById
  673. [2026-04-27 09:37:03.352] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.selectBatchIds
  674. [2026-04-27 09:37:03.352] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.selectByMap
  675. [2026-04-27 09:37:03.352] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.selectOne
  676. [2026-04-27 09:37:03.357] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.selectCount
  677. [2026-04-27 09:37:03.357] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.selectMaps
  678. [2026-04-27 09:37:03.357] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.selectMapsPage
  679. [2026-04-27 09:37:03.357] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.selectObjs
  680. [2026-04-27 09:37:03.357] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.selectList
  681. [2026-04-27 09:37:03.361] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.selectPage
  682. [2026-04-27 09:37:03.361] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.selectNextId
  683. [2026-04-27 09:37:03.367] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.insert
  684. [2026-04-27 09:37:03.367] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.delete
  685. [2026-04-27 09:37:03.367] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.deleteByMap
  686. [2026-04-27 09:37:03.367] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.deleteById
  687. [2026-04-27 09:37:03.367] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.deleteBatchIds
  688. [2026-04-27 09:37:03.371] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.update
  689. [2026-04-27 09:37:03.372] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.updateById
  690. [2026-04-27 09:37:03.372] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.selectById
  691. [2026-04-27 09:37:03.372] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.selectBatchIds
  692. [2026-04-27 09:37:03.372] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.selectByMap
  693. [2026-04-27 09:37:03.372] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.selectOne
  694. [2026-04-27 09:37:03.372] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.selectCount
  695. [2026-04-27 09:37:03.372] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.selectMaps
  696. [2026-04-27 09:37:03.377] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.selectMapsPage
  697. [2026-04-27 09:37:03.377] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.selectObjs
  698. [2026-04-27 09:37:03.377] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.selectList
  699. [2026-04-27 09:37:03.377] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.selectPage
  700. [2026-04-27 09:37:03.384] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.listSources
  701. [2026-04-27 09:37:03.384] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.getSourceByUser
  702. [2026-04-27 09:37:03.385] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.insert!selectKey
  703. [2026-04-27 09:37:03.385] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.insert
  704. [2026-04-27 09:37:03.385] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.delete
  705. [2026-04-27 09:37:03.385] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.deleteByMap
  706. [2026-04-27 09:37:03.385] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.deleteById
  707. [2026-04-27 09:37:03.390] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.deleteBatchIds
  708. [2026-04-27 09:37:03.390] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.update
  709. [2026-04-27 09:37:03.390] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.updateById
  710. [2026-04-27 09:37:03.390] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.selectById
  711. [2026-04-27 09:37:03.390] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.selectBatchIds
  712. [2026-04-27 09:37:03.390] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.selectByMap
  713. [2026-04-27 09:37:03.390] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.selectOne
  714. [2026-04-27 09:37:03.395] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.selectCount
  715. [2026-04-27 09:37:03.395] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.selectMaps
  716. [2026-04-27 09:37:03.395] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.selectMapsPage
  717. [2026-04-27 09:37:03.395] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.selectObjs
  718. [2026-04-27 09:37:03.401] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.selectList
  719. [2026-04-27 09:37:03.401] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.selectPage
  720. [2026-04-27 09:37:03.407] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.insert!selectKey
  721. [2026-04-27 09:37:03.407] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.insert
  722. [2026-04-27 09:37:03.407] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.delete
  723. [2026-04-27 09:37:03.407] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.deleteByMap
  724. [2026-04-27 09:37:03.407] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.deleteById
  725. [2026-04-27 09:37:03.407] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.deleteBatchIds
  726. [2026-04-27 09:37:03.412] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.update
  727. [2026-04-27 09:37:03.413] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.updateById
  728. [2026-04-27 09:37:03.414] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.selectById
  729. [2026-04-27 09:37:03.414] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.selectBatchIds
  730. [2026-04-27 09:37:03.414] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.selectByMap
  731. [2026-04-27 09:37:03.416] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.selectOne
  732. [2026-04-27 09:37:03.417] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.selectCount
  733. [2026-04-27 09:37:03.417] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.selectMaps
  734. [2026-04-27 09:37:03.417] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.selectMapsPage
  735. [2026-04-27 09:37:03.417] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.selectObjs
  736. [2026-04-27 09:37:03.422] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.selectList
  737. [2026-04-27 09:37:03.422] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.selectPage
  738. [2026-04-27 09:37:03.428] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.getCodeById
  739. [2026-04-27 09:37:03.428] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.getSort
  740. [2026-04-27 09:37:03.428] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.getBylistPcid
  741. [2026-04-27 09:37:03.428] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.insert!selectKey
  742. [2026-04-27 09:37:03.428] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.insert
  743. [2026-04-27 09:37:03.433] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.delete
  744. [2026-04-27 09:37:03.433] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.deleteByMap
  745. [2026-04-27 09:37:03.433] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.deleteById
  746. [2026-04-27 09:37:03.438] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.deleteBatchIds
  747. [2026-04-27 09:37:03.439] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.update
  748. [2026-04-27 09:37:03.439] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.updateById
  749. [2026-04-27 09:37:03.439] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.selectById
  750. [2026-04-27 09:37:03.439] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.selectBatchIds
  751. [2026-04-27 09:37:03.442] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.selectByMap
  752. [2026-04-27 09:37:03.443] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.selectOne
  753. [2026-04-27 09:37:03.445] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.selectCount
  754. [2026-04-27 09:37:03.446] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.selectMaps
  755. [2026-04-27 09:37:03.446] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.selectMapsPage
  756. [2026-04-27 09:37:03.448] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.selectObjs
  757. [2026-04-27 09:37:03.451] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.selectList
  758. [2026-04-27 09:37:03.451] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.selectPage
  759. [2026-04-27 09:37:03.456] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.insert!selectKey
  760. [2026-04-27 09:37:03.459] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.insert
  761. [2026-04-27 09:37:03.461] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.delete
  762. [2026-04-27 09:37:03.461] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.deleteByMap
  763. [2026-04-27 09:37:03.461] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.deleteById
  764. [2026-04-27 09:37:03.461] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.deleteBatchIds
  765. [2026-04-27 09:37:03.466] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.update
  766. [2026-04-27 09:37:03.466] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.updateById
  767. [2026-04-27 09:37:03.466] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.selectById
  768. [2026-04-27 09:37:03.466] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.selectBatchIds
  769. [2026-04-27 09:37:03.466] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.selectByMap
  770. [2026-04-27 09:37:03.466] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.selectOne
  771. [2026-04-27 09:37:03.472] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.selectCount
  772. [2026-04-27 09:37:03.472] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.selectMaps
  773. [2026-04-27 09:37:03.472] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.selectMapsPage
  774. [2026-04-27 09:37:03.472] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.selectObjs
  775. [2026-04-27 09:37:03.472] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.selectList
  776. [2026-04-27 09:37:03.472] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.selectPage
  777. [2026-04-27 09:37:03.477] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.listSystemPage
  778. [2026-04-27 09:37:03.477] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.getSystemListByUser
  779. [2026-04-27 09:37:03.483] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.insert!selectKey
  780. [2026-04-27 09:37:03.484] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.insert
  781. [2026-04-27 09:37:03.484] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.delete
  782. [2026-04-27 09:37:03.484] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.deleteByMap
  783. [2026-04-27 09:37:03.484] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.deleteById
  784. [2026-04-27 09:37:03.489] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.deleteBatchIds
  785. [2026-04-27 09:37:03.489] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.update
  786. [2026-04-27 09:37:03.489] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.updateById
  787. [2026-04-27 09:37:03.489] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.selectById
  788. [2026-04-27 09:37:03.489] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.selectBatchIds
  789. [2026-04-27 09:37:03.494] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.selectByMap
  790. [2026-04-27 09:37:03.496] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.selectOne
  791. [2026-04-27 09:37:03.496] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.selectCount
  792. [2026-04-27 09:37:03.496] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.selectMaps
  793. [2026-04-27 09:37:03.499] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.selectMapsPage
  794. [2026-04-27 09:37:03.499] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.selectObjs
  795. [2026-04-27 09:37:03.504] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.selectList
  796. [2026-04-27 09:37:03.505] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.selectPage
  797. [2026-04-27 09:37:03.511] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.getUserLonginName
  798. [2026-04-27 09:37:03.511] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.insert!selectKey
  799. [2026-04-27 09:37:03.511] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.insert
  800. [2026-04-27 09:37:03.514] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.delete
  801. [2026-04-27 09:37:03.517] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.deleteByMap
  802. [2026-04-27 09:37:03.517] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.deleteById
  803. [2026-04-27 09:37:03.517] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.deleteBatchIds
  804. [2026-04-27 09:37:03.522] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.update
  805. [2026-04-27 09:37:03.522] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.updateById
  806. [2026-04-27 09:37:03.522] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.selectById
  807. [2026-04-27 09:37:03.522] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.selectBatchIds
  808. [2026-04-27 09:37:03.527] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.selectByMap
  809. [2026-04-27 09:37:03.528] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.selectOne
  810. [2026-04-27 09:37:03.529] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.selectCount
  811. [2026-04-27 09:37:03.529] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.selectMaps
  812. [2026-04-27 09:37:03.529] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.selectMapsPage
  813. [2026-04-27 09:37:03.529] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.selectObjs
  814. [2026-04-27 09:37:03.529] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.selectList
  815. [2026-04-27 09:37:03.529] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.selectPage
  816. [2026-04-27 09:37:03.534] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getUserPage
  817. [2026-04-27 09:37:03.538] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getListHistory
  818. [2026-04-27 09:37:03.539] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getCompanyName
  819. [2026-04-27 09:37:03.539] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getDName
  820. [2026-04-27 09:37:03.539] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getRoleList
  821. [2026-04-27 09:37:03.540] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getDeptList
  822. [2026-04-27 09:37:03.540] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getUserById
  823. [2026-04-27 09:37:03.540] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getExistUserListByRole
  824. [2026-04-27 09:37:03.540] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getNoExistUserListByRole
  825. [2026-04-27 09:37:03.540] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getSources
  826. [2026-04-27 09:37:03.540] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.updateUserInfo
  827. [2026-04-27 09:37:03.540] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getUserByMenu
  828. [2026-04-27 09:37:03.540] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.updateByIdList
  829. [2026-04-27 09:37:03.540] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.updateByIdListToUnlock
  830. [2026-04-27 09:37:03.540] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.updateByIdStatusFlag
  831. [2026-04-27 09:37:03.540] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.updateUnStatusFlag
  832. [2026-04-27 09:37:03.541] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.sysUserReport
  833. [2026-04-27 09:37:03.541] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getDeptUserIdList
  834. [2026-04-27 09:37:03.546] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.insert!selectKey
  835. [2026-04-27 09:37:03.548] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.insert
  836. [2026-04-27 09:37:03.550] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.delete
  837. [2026-04-27 09:37:03.551] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.deleteByMap
  838. [2026-04-27 09:37:03.552] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.deleteById
  839. [2026-04-27 09:37:03.553] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.deleteBatchIds
  840. [2026-04-27 09:37:03.556] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.update
  841. [2026-04-27 09:37:03.556] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.updateById
  842. [2026-04-27 09:37:03.556] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.selectById
  843. [2026-04-27 09:37:03.559] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.selectBatchIds
  844. [2026-04-27 09:37:03.560] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.selectByMap
  845. [2026-04-27 09:37:03.561] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.selectOne
  846. [2026-04-27 09:37:03.561] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.selectCount
  847. [2026-04-27 09:37:03.561] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.selectMaps
  848. [2026-04-27 09:37:03.566] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.selectMapsPage
  849. [2026-04-27 09:37:03.566] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.selectObjs
  850. [2026-04-27 09:37:03.566] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.selectList
  851. [2026-04-27 09:37:03.566] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.selectPage
  852. [2026-04-27 09:37:03.575] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.insert!selectKey
  853. [2026-04-27 09:37:03.575] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.insert
  854. [2026-04-27 09:37:03.575] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.delete
  855. [2026-04-27 09:37:03.575] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.deleteByMap
  856. [2026-04-27 09:37:03.575] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.deleteById
  857. [2026-04-27 09:37:03.575] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.deleteBatchIds
  858. [2026-04-27 09:37:03.580] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.update
  859. [2026-04-27 09:37:03.580] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.updateById
  860. [2026-04-27 09:37:03.580] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.selectById
  861. [2026-04-27 09:37:03.583] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.selectBatchIds
  862. [2026-04-27 09:37:03.583] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.selectByMap
  863. [2026-04-27 09:37:03.583] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.selectOne
  864. [2026-04-27 09:37:03.583] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.selectCount
  865. [2026-04-27 09:37:03.589] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.selectMaps
  866. [2026-04-27 09:37:03.589] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.selectMapsPage
  867. [2026-04-27 09:37:03.589] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.selectObjs
  868. [2026-04-27 09:37:03.594] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.selectList
  869. [2026-04-27 09:37:03.595] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.selectPage
  870. [2026-04-27 09:37:03.601] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.insert!selectKey
  871. [2026-04-27 09:37:03.602] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.insert
  872. [2026-04-27 09:37:03.603] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.delete
  873. [2026-04-27 09:37:03.605] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.deleteByMap
  874. [2026-04-27 09:37:03.605] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.deleteById
  875. [2026-04-27 09:37:03.606] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.deleteBatchIds
  876. [2026-04-27 09:37:03.607] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.update
  877. [2026-04-27 09:37:03.608] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.updateById
  878. [2026-04-27 09:37:03.608] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.selectById
  879. [2026-04-27 09:37:03.609] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.selectBatchIds
  880. [2026-04-27 09:37:03.609] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.selectByMap
  881. [2026-04-27 09:37:03.610] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.selectOne
  882. [2026-04-27 09:37:03.611] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.selectCount
  883. [2026-04-27 09:37:03.612] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.selectMaps
  884. [2026-04-27 09:37:03.613] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.selectMapsPage
  885. [2026-04-27 09:37:03.613] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.selectObjs
  886. [2026-04-27 09:37:03.614] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.selectList
  887. [2026-04-27 09:37:03.615] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.selectPage
  888. [2026-04-27 09:37:03.619] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.insert!selectKey
  889. [2026-04-27 09:37:03.621] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.insert
  890. [2026-04-27 09:37:03.622] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.delete
  891. [2026-04-27 09:37:03.623] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.deleteByMap
  892. [2026-04-27 09:37:03.624] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.deleteById
  893. [2026-04-27 09:37:03.625] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.deleteBatchIds
  894. [2026-04-27 09:37:03.626] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.update
  895. [2026-04-27 09:37:03.627] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.updateById
  896. [2026-04-27 09:37:03.627] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.selectById
  897. [2026-04-27 09:37:03.629] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.selectBatchIds
  898. [2026-04-27 09:37:03.630] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.selectByMap
  899. [2026-04-27 09:37:03.631] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.selectOne
  900. [2026-04-27 09:37:03.632] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.selectCount
  901. [2026-04-27 09:37:03.634] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.selectMaps
  902. [2026-04-27 09:37:03.636] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.selectMapsPage
  903. [2026-04-27 09:37:03.637] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.selectObjs
  904. [2026-04-27 09:37:03.638] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.selectList
  905. [2026-04-27 09:37:03.639] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.selectPage
  906. [2026-04-27 09:37:03.645] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.insert!selectKey
  907. [2026-04-27 09:37:03.646] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.insert
  908. [2026-04-27 09:37:03.646] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.delete
  909. [2026-04-27 09:37:03.647] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.deleteByMap
  910. [2026-04-27 09:37:03.648] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.deleteById
  911. [2026-04-27 09:37:03.650] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.deleteBatchIds
  912. [2026-04-27 09:37:03.652] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.update
  913. [2026-04-27 09:37:03.653] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.updateById
  914. [2026-04-27 09:37:03.653] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.selectById
  915. [2026-04-27 09:37:03.653] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.selectBatchIds
  916. [2026-04-27 09:37:03.654] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.selectByMap
  917. [2026-04-27 09:37:03.655] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.selectOne
  918. [2026-04-27 09:37:03.655] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.selectCount
  919. [2026-04-27 09:37:03.655] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.selectMaps
  920. [2026-04-27 09:37:03.655] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.selectMapsPage
  921. [2026-04-27 09:37:03.661] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.selectObjs
  922. [2026-04-27 09:37:03.664] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.selectList
  923. [2026-04-27 09:37:03.667] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.selectPage
  924. [2026-04-27 09:37:03.676] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.insert!selectKey
  925. [2026-04-27 09:37:03.676] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.insert
  926. [2026-04-27 09:37:03.681] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.delete
  927. [2026-04-27 09:37:03.681] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.deleteByMap
  928. [2026-04-27 09:37:03.684] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.deleteById
  929. [2026-04-27 09:37:03.684] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.deleteBatchIds
  930. [2026-04-27 09:37:03.686] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.update
  931. [2026-04-27 09:37:03.689] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.updateById
  932. [2026-04-27 09:37:03.689] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.selectById
  933. [2026-04-27 09:37:03.689] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.selectBatchIds
  934. [2026-04-27 09:37:03.689] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.selectByMap
  935. [2026-04-27 09:37:03.689] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.selectOne
  936. [2026-04-27 09:37:03.689] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.selectCount
  937. [2026-04-27 09:37:03.694] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.selectMaps
  938. [2026-04-27 09:37:03.695] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.selectMapsPage
  939. [2026-04-27 09:37:03.696] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.selectObjs
  940. [2026-04-27 09:37:03.696] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.selectList
  941. [2026-04-27 09:37:03.700] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.selectPage
  942. [2026-04-27 09:37:03.702] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.baseapi.mapper.CommonInterfaceMapper.getExistsNum
  943. [2026-04-27 09:37:03.702] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.baseapi.mapper.CommonInterfaceMapper.getDBTable
  944. [2026-04-27 09:37:03.709] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.baseapi.mapper.ToflyCodeCommonMapper.getListCode
  945. [2026-04-27 09:37:03.709] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.baseapi.mapper.ToflyCodeCommonMapper.getUserName
  946. [2026-04-27 09:37:03.709] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.baseapi.mapper.ToflyCodeCommonMapper.getUserAvatar
  947. [2026-04-27 09:37:04.225] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.insert!selectKey
  948. [2026-04-27 09:37:04.226] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.insert
  949. [2026-04-27 09:37:04.228] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.delete
  950. [2026-04-27 09:37:04.228] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.deleteByMap
  951. [2026-04-27 09:37:04.228] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.deleteById
  952. [2026-04-27 09:37:04.229] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.deleteBatchIds
  953. [2026-04-27 09:37:04.230] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.update
  954. [2026-04-27 09:37:04.231] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.updateById
  955. [2026-04-27 09:37:04.231] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.selectById
  956. [2026-04-27 09:37:04.232] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.selectBatchIds
  957. [2026-04-27 09:37:04.233] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.selectByMap
  958. [2026-04-27 09:37:04.234] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.selectOne
  959. [2026-04-27 09:37:04.235] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.selectCount
  960. [2026-04-27 09:37:04.236] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.selectMaps
  961. [2026-04-27 09:37:04.237] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.selectMapsPage
  962. [2026-04-27 09:37:04.239] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.selectObjs
  963. [2026-04-27 09:37:04.239] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.selectList
  964. [2026-04-27 09:37:04.240] DEBUG [tofly-base,,,] 22212 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.selectPage
  965. [2026-04-27 09:37:08.901]  WARN [tofly-base,,,] 22212 --- [ main] c.n.c.sources.URLConfigurationSource  : No URLs will be polled as dynamic configuration sources.
  966. [2026-04-27 09:37:11.704]  WARN [tofly-base,,,] 22212 --- [ main] s.o.SpringCloudSecurityAutoConfiguration : All Spring Cloud Security modules and starters are deprecated. They will be moved to individual projects in the next major release.
  967. [2026-04-27 09:37:12.756]  WARN [tofly-base,,,] 22212 --- [ main] s.d.s.w.r.p.ParameterDataTypeReader  : Trying to infer dataType java.util.List<org.springframework.web.multipart.MultipartFile>
  968. [2026-04-27 09:37:16.969]  WARN [tofly-base,,,] 22212 --- [-192.168.10.238] c.c.c.ConfigServicePropertySourceLocator : Could not locate PropertySource: I/O error on GET request for "http://localhost:8888/tofly-base/default": Connection refused: connect; nested exception is java.net.ConnectException: Connection refused: connect
  969. [2026-04-27 11:34:36.132]  WARN [tofly-base,,,] 22212 --- [extShutdownHook] com.alibaba.druid.pool.DruidDataSource  : close connection error
  970. java.sql.SQLRecoverableException: IO 错误: Socket read timed out
  971. at oracle.jdbc.driver.T4CConnection.logoff(T4CConnection.java:587)
  972. at oracle.jdbc.driver.PhysicalConnection.close(PhysicalConnection.java:4011)
  973. at com.alibaba.druid.pool.DruidDataSource.close(DruidDataSource.java:1930)
  974. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  975. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  976. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  977. at java.lang.reflect.Method.invoke(Method.java:498)
  978. at org.springframework.beans.factory.support.DisposableBeanAdapter.invokeCustomDestroyMethod(DisposableBeanAdapter.java:339)
  979. at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:273)
  980. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587)
  981. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559)
  982. at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1092)
  983. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520)
  984. at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1085)
  985. at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1061)
  986. at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1030)
  987. at org.springframework.context.support.AbstractApplicationContext$1.run(AbstractApplicationContext.java:949)
  988. Caused by: oracle.net.ns.NetException: Socket read timed out
  989. at oracle.net.ns.Packet.receive(Packet.java:347)
  990. at oracle.net.ns.DataPacket.receive(DataPacket.java:106)
  991. at oracle.net.ns.NetInputStream.getNextPacket(NetInputStream.java:324)
  992. at oracle.net.ns.NetInputStream.read(NetInputStream.java:268)
  993. at oracle.net.ns.NetInputStream.read(NetInputStream.java:190)
  994. at oracle.net.ns.NetInputStream.read(NetInputStream.java:107)
  995. at oracle.jdbc.driver.T4CSocketInputStreamWrapper.readNextPacket(T4CSocketInputStreamWrapper.java:124)
  996. at oracle.jdbc.driver.T4CSocketInputStreamWrapper.read(T4CSocketInputStreamWrapper.java:80)
  997. at oracle.jdbc.driver.T4CMAREngine.unmarshalUB1(T4CMAREngine.java:1137)
  998. at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:350)
  999. at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:227)
  1000. at oracle.jdbc.driver.T4C7Ocommoncall.doOLOGOFF(T4C7Ocommoncall.java:61)
  1001. at oracle.jdbc.driver.T4CConnection.logoff(T4CConnection.java:574)
  1002. ... 16 common frames omitted