jeecgboot-2023-11-07.0.log 72 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734
  1. 2023-11-07 08:25:01.488 [http-nio-8080-exec-4] INFO o.jeecg.modules.system.controller.LoginController:161 - 用户名: 管理员,退出成功!
  2. 2023-11-07 08:25:01.568 [http-nio-8080-exec-10] INFO o.jeecg.modules.system.controller.LoginController:460 - 获取验证码,Redis checkCode = vDa8,key = 1699316701538
  3. 2023-11-07 08:25:03.982 [http-nio-8080-exec-2] INFO o.jeecg.modules.system.controller.LoginController:460 - 获取验证码,Redis checkCode = fgas,key = 1699316703962
  4. 2023-11-07 08:25:05.140 [http-nio-8080-exec-8] INFO o.jeecg.modules.system.controller.LoginController:460 - 获取验证码,Redis checkCode = vcn7,key = 1699316705137
  5. 2023-11-07 08:25:12.276 [http-nio-8080-exec-3] INFO org.apache.tomcat.util.http.parser.Cookie:173 - A cookie header was received [Hm_lvt_5819d05c0869771ff6e6a81cdec5b2e8=1698713102,1698801184,1699082305,1699086993;] that contained an invalid cookie. That cookie will be ignored.
  6. Note: further occurrences of this error will be logged at DEBUG level.
  7. 2023-11-07 08:25:12.280 [http-nio-8080-exec-3] ERROR o.jeecg.common.exception.JeecgBootExceptionHandler:79 - 文件[temp/f84e0dffddd4de1e6ac91a6a46b04ab3(1)_1658559722015.png]不存在..
  8. java.lang.RuntimeException: 文件[temp/f84e0dffddd4de1e6ac91a6a46b04ab3(1)_1658559722015.png]不存在..
  9. at org.jeecg.modules.system.controller.CommonController.view(CommonController.java:228)
  10. at org.jeecg.modules.system.controller.CommonController$$FastClassBySpringCGLIB$$669ac3eb.invoke(<generated>)
  11. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  12. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
  13. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  14. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  15. at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
  16. at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:62)
  17. at sun.reflect.GeneratedMethodAccessor267.invoke(Unknown Source)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. at java.lang.reflect.Method.invoke(Method.java:498)
  20. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
  21. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
  22. at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
  23. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
  24. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  25. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
  26. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  27. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  28. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
  29. at org.jeecg.modules.system.controller.CommonController$$EnhancerBySpringCGLIB$$403d8ec1.view(<generated>)
  30. at sun.reflect.GeneratedMethodAccessor754.invoke(Unknown Source)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  32. at java.lang.reflect.Method.invoke(Method.java:498)
  33. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
  34. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
  35. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
  36. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
  37. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
  38. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  39. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
  40. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
  41. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  42. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
  43. at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
  44. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  45. at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
  46. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
  47. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  48. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  49. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  50. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  51. at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
  52. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  53. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  54. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  55. at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:84)
  56. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  57. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  58. at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88)
  59. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  60. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  61. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  62. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
  63. at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
  64. at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
  65. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  66. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
  67. at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
  68. at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
  69. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  70. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
  71. at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:450)
  72. at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
  73. at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
  74. at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
  75. at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
  76. at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
  77. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  78. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  79. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  80. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
  81. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  82. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  83. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  84. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
  85. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  86. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  87. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  88. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
  89. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  90. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  91. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  92. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  93. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  94. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  95. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  96. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
  97. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  98. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
  99. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
  100. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  101. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  102. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
  103. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
  104. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  105. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
  106. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
  107. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  108. at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
  109. at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
  110. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  111. at java.lang.Thread.run(Thread.java:748)
  112. 2023-11-07 08:25:12.287 [http-nio-8080-exec-2] ERROR o.jeecg.common.exception.JeecgBootExceptionHandler:79 - nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property='ew.paramNameValuePairs.MPGENVAL1', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId='null', jdbcTypeName='null', expression='null'}. Cause: org.apache.ibatis.type.TypeException: Error setting null for parameter #1 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 无效的列类型: 1111
  113. org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property='ew.paramNameValuePairs.MPGENVAL1', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId='null', jdbcTypeName='null', expression='null'}. Cause: org.apache.ibatis.type.TypeException: Error setting null for parameter #1 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 无效的列类型: 1111
  114. at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:96)
  115. at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441)
  116. at com.sun.proxy.$Proxy136.selectOne(Unknown Source)
  117. at org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:160)
  118. at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:89)
  119. at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
  120. at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
  121. at com.sun.proxy.$Proxy301.selectCount(Unknown Source)
  122. at com.baomidou.mybatisplus.extension.service.IService.count(IService.java:361)
  123. at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke(<generated>)
  124. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  125. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689)
  126. at org.jeecg.modules.zrzyqc.qyxx.service.impl.QcQyxxServiceImpl$$EnhancerBySpringCGLIB$$9b78c882.count(<generated>)
  127. at org.jeecg.modules.zrzyqc.qyxx.controller.QcQyxxController.getNumber(QcQyxxController.java:532)
  128. at org.jeecg.modules.zrzyqc.qyxx.controller.QcQyxxController$$FastClassBySpringCGLIB$$4ef4ce16.invoke(<generated>)
  129. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  130. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
  131. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  132. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  133. at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
  134. at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:62)
  135. at sun.reflect.GeneratedMethodAccessor267.invoke(Unknown Source)
  136. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  137. at java.lang.reflect.Method.invoke(Method.java:498)
  138. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
  139. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
  140. at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
  141. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
  142. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  143. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
  144. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  145. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  146. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
  147. at org.jeecg.modules.zrzyqc.qyxx.controller.QcQyxxController$$EnhancerBySpringCGLIB$$d99562a0.getNumber(<generated>)
  148. at sun.reflect.GeneratedMethodAccessor755.invoke(Unknown Source)
  149. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  150. at java.lang.reflect.Method.invoke(Method.java:498)
  151. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
  152. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
  153. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
  154. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
  155. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
  156. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  157. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
  158. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
  159. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  160. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
  161. at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
  162. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  163. at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
  164. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
  165. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  166. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  167. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  168. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  169. at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
  170. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  171. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  172. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  173. at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
  174. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  175. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  176. at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88)
  177. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  178. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  179. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  180. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
  181. at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
  182. at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
  183. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  184. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
  185. at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
  186. at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
  187. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  188. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
  189. at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:450)
  190. at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
  191. at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
  192. at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
  193. at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
  194. at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
  195. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  196. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  197. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  198. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
  199. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  200. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  201. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  202. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
  203. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  204. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  205. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  206. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
  207. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  208. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  209. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  210. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  211. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  212. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  213. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  214. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
  215. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  216. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
  217. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
  218. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  219. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  220. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
  221. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
  222. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  223. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
  224. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
  225. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  226. at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
  227. at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
  228. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  229. at java.lang.Thread.run(Thread.java:748)
  230. Caused by: org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property='ew.paramNameValuePairs.MPGENVAL1', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId='null', jdbcTypeName='null', expression='null'}. Cause: org.apache.ibatis.type.TypeException: Error setting null for parameter #1 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 无效的列类型: 1111
  231. at com.baomidou.mybatisplus.core.MybatisParameterHandler.setParameters(MybatisParameterHandler.java:234)
  232. at org.apache.ibatis.executor.statement.PreparedStatementHandler.parameterize(PreparedStatementHandler.java:94)
  233. at org.apache.ibatis.executor.statement.RoutingStatementHandler.parameterize(RoutingStatementHandler.java:64)
  234. at sun.reflect.GeneratedMethodAccessor250.invoke(Unknown Source)
  235. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  236. at java.lang.reflect.Method.invoke(Method.java:498)
  237. at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64)
  238. at com.sun.proxy.$Proxy378.parameterize(Unknown Source)
  239. at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExecutor.java:88)
  240. at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:62)
  241. at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
  242. at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
  243. at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109)
  244. at sun.reflect.GeneratedMethodAccessor248.invoke(Unknown Source)
  245. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  246. at java.lang.reflect.Method.invoke(Method.java:498)
  247. at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64)
  248. at com.sun.proxy.$Proxy377.query(Unknown Source)
  249. at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
  250. at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62)
  251. at com.sun.proxy.$Proxy377.query(Unknown Source)
  252. at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151)
  253. at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145)
  254. at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
  255. at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76)
  256. at sun.reflect.GeneratedMethodAccessor265.invoke(Unknown Source)
  257. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  258. at java.lang.reflect.Method.invoke(Method.java:498)
  259. at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427)
  260. ... 114 common frames omitted
  261. Caused by: org.apache.ibatis.type.TypeException: Error setting null for parameter #1 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 无效的列类型: 1111
  262. at org.apache.ibatis.type.BaseTypeHandler.setParameter(BaseTypeHandler.java:67)
  263. at com.baomidou.mybatisplus.core.MybatisParameterHandler.setParameters(MybatisParameterHandler.java:232)
  264. ... 142 common frames omitted
  265. Caused by: java.sql.SQLException: 无效的列类型: 1111
  266. at oracle.jdbc.driver.OracleStatement.getInternalType(OracleStatement.java:3950)
  267. at oracle.jdbc.driver.OraclePreparedStatement.setNullCritical(OraclePreparedStatement.java:4559)
  268. at oracle.jdbc.driver.OraclePreparedStatement.setNull(OraclePreparedStatement.java:4541)
  269. at oracle.jdbc.driver.OraclePreparedStatementWrapper.setNull(OraclePreparedStatementWrapper.java:1283)
  270. at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_setNull(FilterChainImpl.java:3263)
  271. at com.alibaba.druid.filter.FilterAdapter.preparedStatement_setNull(FilterAdapter.java:1309)
  272. at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_setNull(FilterChainImpl.java:3260)
  273. at com.alibaba.druid.filter.FilterAdapter.preparedStatement_setNull(FilterAdapter.java:1309)
  274. at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_setNull(FilterChainImpl.java:3260)
  275. at com.alibaba.druid.filter.FilterAdapter.preparedStatement_setNull(FilterAdapter.java:1309)
  276. at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_setNull(FilterChainImpl.java:3260)
  277. at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.setNull(PreparedStatementProxyImpl.java:446)
  278. at com.alibaba.druid.pool.DruidPooledPreparedStatement.setNull(DruidPooledPreparedStatement.java:270)
  279. at sun.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)
  280. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  281. at java.lang.reflect.Method.invoke(Method.java:498)
  282. at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:67)
  283. at com.sun.proxy.$Proxy380.setNull(Unknown Source)
  284. at org.apache.ibatis.type.BaseTypeHandler.setParameter(BaseTypeHandler.java:65)
  285. ... 143 common frames omitted
  286. 2023-11-07 08:25:12.289 [http-nio-8080-exec-1] ERROR druid.sql.Statement:149 - {conn-10021, pstmt-23380} execute error. SELECT count(1) FROM SYS_log l WHERE l.log_content LIKE concat('修改密码%', ?, '%')
  287. java.sql.SQLSyntaxErrorException: ORA-00909: 参数个数无效
  288. at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)
  289. at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
  290. at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:879)
  291. at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:450)
  292. at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:192)
  293. at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
  294. at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
  295. at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:884)
  296. at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1167)
  297. at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1289)
  298. at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3584)
  299. at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3685)
  300. at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1376)
  301. at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461)
  302. at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
  303. at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459)
  304. at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:626)
  305. at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459)
  306. at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
  307. at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459)
  308. at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
  309. at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
  310. at sun.reflect.GeneratedMethodAccessor251.invoke(Unknown Source)
  311. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  312. at java.lang.reflect.Method.invoke(Method.java:498)
  313. at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
  314. at com.sun.proxy.$Proxy380.execute(Unknown Source)
  315. at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
  316. at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
  317. at sun.reflect.GeneratedMethodAccessor252.invoke(Unknown Source)
  318. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  319. at java.lang.reflect.Method.invoke(Method.java:498)
  320. at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64)
  321. at com.sun.proxy.$Proxy378.query(Unknown Source)
  322. at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63)
  323. at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
  324. at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
  325. at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109)
  326. at sun.reflect.GeneratedMethodAccessor248.invoke(Unknown Source)
  327. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  328. at java.lang.reflect.Method.invoke(Method.java:498)
  329. at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64)
  330. at com.sun.proxy.$Proxy377.query(Unknown Source)
  331. at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
  332. at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62)
  333. at com.sun.proxy.$Proxy377.query(Unknown Source)
  334. at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151)
  335. at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145)
  336. at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
  337. at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76)
  338. at sun.reflect.GeneratedMethodAccessor265.invoke(Unknown Source)
  339. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  340. at java.lang.reflect.Method.invoke(Method.java:498)
  341. at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427)
  342. at com.sun.proxy.$Proxy136.selectOne(Unknown Source)
  343. at org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:160)
  344. at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:89)
  345. at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
  346. at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
  347. at com.sun.proxy.$Proxy301.getPWDlog(Unknown Source)
  348. at org.jeecg.modules.zrzyqc.qyxx.service.impl.QcQyxxServiceImpl.getPWDlog(QcQyxxServiceImpl.java:118)
  349. at org.jeecg.modules.zrzyqc.qyxx.service.impl.QcQyxxServiceImpl$$FastClassBySpringCGLIB$$ea51f798.invoke(<generated>)
  350. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  351. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689)
  352. at org.jeecg.modules.zrzyqc.qyxx.service.impl.QcQyxxServiceImpl$$EnhancerBySpringCGLIB$$9b78c882.getPWDlog(<generated>)
  353. at org.jeecg.modules.zrzyqc.qyxx.controller.QcQyxxController.getPWDlog(QcQyxxController.java:293)
  354. at org.jeecg.modules.zrzyqc.qyxx.controller.QcQyxxController$$FastClassBySpringCGLIB$$4ef4ce16.invoke(<generated>)
  355. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  356. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
  357. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  358. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  359. at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
  360. at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:62)
  361. at sun.reflect.GeneratedMethodAccessor267.invoke(Unknown Source)
  362. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  363. at java.lang.reflect.Method.invoke(Method.java:498)
  364. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
  365. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
  366. at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
  367. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
  368. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  369. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
  370. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  371. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  372. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
  373. at org.jeecg.modules.zrzyqc.qyxx.controller.QcQyxxController$$EnhancerBySpringCGLIB$$d99562a0.getPWDlog(<generated>)
  374. at sun.reflect.GeneratedMethodAccessor756.invoke(Unknown Source)
  375. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  376. at java.lang.reflect.Method.invoke(Method.java:498)
  377. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
  378. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
  379. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
  380. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
  381. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
  382. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  383. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
  384. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
  385. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  386. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
  387. at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
  388. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  389. at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
  390. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
  391. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  392. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  393. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  394. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  395. at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
  396. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  397. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  398. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  399. at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
  400. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  401. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  402. at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88)
  403. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  404. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  405. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  406. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
  407. at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
  408. at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
  409. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  410. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
  411. at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
  412. at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
  413. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  414. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
  415. at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:450)
  416. at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
  417. at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
  418. at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
  419. at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
  420. at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
  421. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  422. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  423. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  424. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
  425. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  426. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  427. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  428. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
  429. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  430. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  431. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  432. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
  433. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  434. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  435. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  436. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  437. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  438. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  439. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  440. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
  441. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  442. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
  443. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
  444. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  445. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  446. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
  447. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
  448. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  449. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
  450. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
  451. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  452. at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
  453. at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
  454. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  455. at java.lang.Thread.run(Thread.java:748)
  456. 2023-11-07 08:25:12.292 [http-nio-8080-exec-1] ERROR o.jeecg.common.exception.JeecgBootExceptionHandler:79 -
  457. ### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00909: 参数个数无效
  458. ### The error may exist in file [E:\JingTian\zrzyqc2\ZRZYQCSB\BIZ\jeecg-boot-module-zrzyqc\target\classes\org\jeecg\modules\zrzyqc\qyxx\mapper\xml\QcQyxxMapper.xml]
  459. ### The error may involve defaultParameterMap
  460. ### The error occurred while setting parameters
  461. ### SQL: SELECT count(1) FROM SYS_log l WHERE l.log_content LIKE concat('修改密码%', ?, '%')
  462. ### Cause: java.sql.SQLSyntaxErrorException: ORA-00909: 参数个数无效
  463. ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00909: 参数个数无效
  464. org.springframework.jdbc.BadSqlGrammarException:
  465. ### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00909: 参数个数无效
  466. ### The error may exist in file [E:\JingTian\zrzyqc2\ZRZYQCSB\BIZ\jeecg-boot-module-zrzyqc\target\classes\org\jeecg\modules\zrzyqc\qyxx\mapper\xml\QcQyxxMapper.xml]
  467. ### The error may involve defaultParameterMap
  468. ### The error occurred while setting parameters
  469. ### SQL: SELECT count(1) FROM SYS_log l WHERE l.log_content LIKE concat('修改密码%', ?, '%')
  470. ### Cause: java.sql.SQLSyntaxErrorException: ORA-00909: 参数个数无效
  471. ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00909: 参数个数无效
  472. at org.springframework.jdbc.support.SQLExceptionSubclassTranslator.doTranslate(SQLExceptionSubclassTranslator.java:93)
  473. at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70)
  474. at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:79)
  475. at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:91)
  476. at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441)
  477. at com.sun.proxy.$Proxy136.selectOne(Unknown Source)
  478. at org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:160)
  479. at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:89)
  480. at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
  481. at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
  482. at com.sun.proxy.$Proxy301.getPWDlog(Unknown Source)
  483. at org.jeecg.modules.zrzyqc.qyxx.service.impl.QcQyxxServiceImpl.getPWDlog(QcQyxxServiceImpl.java:118)
  484. at org.jeecg.modules.zrzyqc.qyxx.service.impl.QcQyxxServiceImpl$$FastClassBySpringCGLIB$$ea51f798.invoke(<generated>)
  485. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  486. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689)
  487. at org.jeecg.modules.zrzyqc.qyxx.service.impl.QcQyxxServiceImpl$$EnhancerBySpringCGLIB$$9b78c882.getPWDlog(<generated>)
  488. at org.jeecg.modules.zrzyqc.qyxx.controller.QcQyxxController.getPWDlog(QcQyxxController.java:293)
  489. at org.jeecg.modules.zrzyqc.qyxx.controller.QcQyxxController$$FastClassBySpringCGLIB$$4ef4ce16.invoke(<generated>)
  490. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  491. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
  492. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  493. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  494. at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
  495. at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:62)
  496. at sun.reflect.GeneratedMethodAccessor267.invoke(Unknown Source)
  497. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  498. at java.lang.reflect.Method.invoke(Method.java:498)
  499. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
  500. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
  501. at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
  502. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
  503. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  504. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
  505. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  506. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  507. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
  508. at org.jeecg.modules.zrzyqc.qyxx.controller.QcQyxxController$$EnhancerBySpringCGLIB$$d99562a0.getPWDlog(<generated>)
  509. at sun.reflect.GeneratedMethodAccessor756.invoke(Unknown Source)
  510. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  511. at java.lang.reflect.Method.invoke(Method.java:498)
  512. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
  513. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
  514. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
  515. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
  516. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
  517. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  518. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
  519. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
  520. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  521. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
  522. at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
  523. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  524. at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
  525. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
  526. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  527. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  528. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  529. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  530. at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
  531. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  532. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  533. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  534. at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
  535. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  536. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  537. at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88)
  538. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  539. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  540. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  541. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
  542. at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
  543. at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
  544. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  545. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
  546. at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
  547. at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
  548. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  549. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
  550. at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:450)
  551. at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
  552. at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
  553. at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
  554. at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
  555. at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
  556. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  557. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  558. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  559. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
  560. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  561. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  562. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  563. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
  564. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  565. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  566. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  567. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
  568. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  569. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  570. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  571. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  572. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  573. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  574. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  575. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
  576. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  577. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
  578. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
  579. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  580. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  581. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
  582. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
  583. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  584. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
  585. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
  586. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  587. at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
  588. at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
  589. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  590. at java.lang.Thread.run(Thread.java:748)
  591. Caused by: java.sql.SQLSyntaxErrorException: ORA-00909: 参数个数无效
  592. at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)
  593. at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
  594. at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:879)
  595. at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:450)
  596. at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:192)
  597. at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
  598. at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
  599. at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:884)
  600. at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1167)
  601. at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1289)
  602. at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3584)
  603. at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3685)
  604. at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1376)
  605. at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461)
  606. at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
  607. at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459)
  608. at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:626)
  609. at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459)
  610. at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
  611. at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459)
  612. at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
  613. at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
  614. at sun.reflect.GeneratedMethodAccessor251.invoke(Unknown Source)
  615. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  616. at java.lang.reflect.Method.invoke(Method.java:498)
  617. at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
  618. at com.sun.proxy.$Proxy380.execute(Unknown Source)
  619. at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
  620. at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
  621. at sun.reflect.GeneratedMethodAccessor252.invoke(Unknown Source)
  622. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  623. at java.lang.reflect.Method.invoke(Method.java:498)
  624. at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64)
  625. at com.sun.proxy.$Proxy378.query(Unknown Source)
  626. at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63)
  627. at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
  628. at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
  629. at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109)
  630. at sun.reflect.GeneratedMethodAccessor248.invoke(Unknown Source)
  631. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  632. at java.lang.reflect.Method.invoke(Method.java:498)
  633. at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64)
  634. at com.sun.proxy.$Proxy377.query(Unknown Source)
  635. at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
  636. at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62)
  637. at com.sun.proxy.$Proxy377.query(Unknown Source)
  638. at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151)
  639. at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145)
  640. at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
  641. at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76)
  642. at sun.reflect.GeneratedMethodAccessor265.invoke(Unknown Source)
  643. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  644. at java.lang.reflect.Method.invoke(Method.java:498)
  645. at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427)
  646. ... 114 common frames omitted
  647. 2023-11-07 08:25:21.889 [http-nio-8080-exec-1] INFO o.j.m.r.catalog.controller.RescatalogController:80 - ======用户资源目录查询成功=====耗时:40毫秒
  648. 2023-11-07 08:29:52.743 [http-nio-8080-exec-10] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/getDictItems/rescatalog,alias,tablename,queryable='true'
  649. 2023-11-07 08:29:52.750 [http-nio-8080-exec-10] INFO org.jeecg.config.sign.util.HttpUtils:44 - pathVariable: rescatalog,alias,tablename,queryable='true'
  650. 2023-11-07 08:29:52.751 [http-nio-8080-exec-10] INFO org.jeecg.config.sign.util.HttpUtils:46 - pathVariable decode: rescatalog,alias,tablename,queryable='true'
  651. 2023-11-07 08:29:52.758 [http-nio-8080-exec-10] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {"x-path-variable":"rescatalog,alias,tablename,queryable='true'"}
  652. 2023-11-07 08:29:52.759 [http-nio-8080-exec-10] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : 6CE02791DBAAAF81C62554FC7C92F9DA
  653. 2023-11-07 08:29:52.763 [http-nio-8080-exec-10] INFO o.j.modules.system.controller.SysDictController:160 - dictCode : rescatalog,alias,tablename,queryable='true'
  654. 2023-11-07 08:29:52.764 [http-nio-8080-exec-10] INFO o.j.c.util.security.AbstractQueryBlackListHandler:48 - --获取sql信息--
  655. 2023-11-07 08:29:53.742 [http-nio-8080-exec-1] INFO org.jeecg.common.aspect.DictAspect:111 - __ 进入字典翻译切面 DictAspect ——
  656. 2023-11-07 08:29:55.190 [http-nio-8080-exec-6] INFO org.jeecg.common.aspect.DictAspect:111 - __ 进入字典翻译切面 DictAspect ——
  657. 2023-11-07 08:29:57.578 [http-nio-8080-exec-4] INFO org.jeecg.common.aspect.DictAspect:111 - __ 进入字典翻译切面 DictAspect ——
  658. 2023-11-07 08:29:59.354 [http-nio-8080-exec-10] INFO org.jeecg.common.system.query.QueryGenerator:594 - ---查询过滤器,Query规则---field:pid, rule:LIKE, value:1497162664117334018
  659. 2023-11-07 08:29:59.358 [http-nio-8080-exec-10] INFO org.jeecg.common.aspect.DictAspect:111 - __ 进入字典翻译切面 DictAspect ——
  660. 2023-11-07 08:30:02.101 [http-nio-8080-exec-1] INFO org.jeecg.common.system.query.QueryGenerator:594 - ---查询过滤器,Query规则---field:pid, rule:LIKE, value:1497146005642080257
  661. 2023-11-07 08:30:02.104 [http-nio-8080-exec-1] INFO org.jeecg.common.aspect.DictAspect:111 - __ 进入字典翻译切面 DictAspect ——
  662. 2023-11-07 08:30:20.821 [http-nio-8080-exec-8] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/loadTreeData
  663. 2023-11-07 08:30:20.821 [http-nio-8080-exec-4] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/loadDictItem/rescatalog,alias,id
  664. 2023-11-07 08:30:20.821 [http-nio-8080-exec-4] INFO org.jeecg.config.sign.util.HttpUtils:44 - pathVariable: rescatalog,alias,id
  665. 2023-11-07 08:30:20.821 [http-nio-8080-exec-8] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {"code":"id","condition":"","hasChildField":"has_child","pid":"0","pidField":"pid","tableName":"rescatalog","text":"alias"}
  666. 2023-11-07 08:30:20.821 [http-nio-8080-exec-4] INFO org.jeecg.config.sign.util.HttpUtils:46 - pathVariable decode: rescatalog,alias,id
  667. 2023-11-07 08:30:20.821 [http-nio-8080-exec-7] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/getDictItems/visible
  668. 2023-11-07 08:30:20.821 [http-nio-8080-exec-4] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {"key":"1497146005642080257","x-path-variable":"rescatalog,alias,id"}
  669. 2023-11-07 08:30:20.821 [http-nio-8080-exec-8] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : 50BCF9BE69036288520E6C1C1FB67BAA
  670. 2023-11-07 08:30:20.822 [http-nio-8080-exec-4] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : E4BDCC67908026BEC31C934D8B4B9B50
  671. 2023-11-07 08:30:20.821 [http-nio-8080-exec-7] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {}
  672. 2023-11-07 08:30:20.822 [http-nio-8080-exec-7] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : E19D6243CB1945AB4F7202A1B00F77D5
  673. 2023-11-07 08:30:20.822 [http-nio-8080-exec-4] INFO o.j.c.util.security.AbstractQueryBlackListHandler:48 - --获取sql信息--
  674. 2023-11-07 08:30:20.822 [http-nio-8080-exec-7] INFO o.j.modules.system.controller.SysDictController:160 - dictCode : visible
  675. 2023-11-07 08:30:20.825 [http-nio-8080-exec-4] INFO o.j.modules.system.controller.SysDictController:290 - Result(success=true, message=, code=0, result=[基础数据], result1=null, timestamp=1699317020822, onlTable=null)
  676. 2023-11-07 08:30:20.829 [http-nio-8080-exec-10] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/getDictItems/visible
  677. 2023-11-07 08:30:20.830 [http-nio-8080-exec-10] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {}
  678. 2023-11-07 08:30:20.830 [http-nio-8080-exec-10] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : E19D6243CB1945AB4F7202A1B00F77D5
  679. 2023-11-07 08:30:20.830 [http-nio-8080-exec-10] INFO o.j.modules.system.controller.SysDictController:160 - dictCode : visible
  680. 2023-11-07 08:30:45.362 [http-nio-8080-exec-6] INFO org.jeecg.common.aspect.DictAspect:111 - __ 进入字典翻译切面 DictAspect ——
  681. 2023-11-07 08:30:45.434 [http-nio-8080-exec-2] INFO org.jeecg.common.aspect.DictAspect:111 - __ 进入字典翻译切面 DictAspect ——
  682. 2023-11-07 08:30:48.717 [http-nio-8080-exec-3] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/loadTreeData
  683. 2023-11-07 08:30:48.717 [http-nio-8080-exec-3] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {"code":"id","condition":"","hasChildField":"has_child","pid":"0","pidField":"pid","tableName":"rescatalog","text":"alias"}
  684. 2023-11-07 08:30:48.717 [http-nio-8080-exec-3] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : 50BCF9BE69036288520E6C1C1FB67BAA
  685. 2023-11-07 08:30:48.718 [http-nio-8080-exec-9] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/getDictItems/visible
  686. 2023-11-07 08:30:48.718 [http-nio-8080-exec-9] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {}
  687. 2023-11-07 08:30:48.718 [http-nio-8080-exec-1] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/loadDictItem/rescatalog,alias,id
  688. 2023-11-07 08:30:48.718 [http-nio-8080-exec-9] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : E19D6243CB1945AB4F7202A1B00F77D5
  689. 2023-11-07 08:30:48.719 [http-nio-8080-exec-1] INFO org.jeecg.config.sign.util.HttpUtils:44 - pathVariable: rescatalog,alias,id
  690. 2023-11-07 08:30:48.719 [http-nio-8080-exec-1] INFO org.jeecg.config.sign.util.HttpUtils:46 - pathVariable decode: rescatalog,alias,id
  691. 2023-11-07 08:30:48.719 [http-nio-8080-exec-9] INFO o.j.modules.system.controller.SysDictController:160 - dictCode : visible
  692. 2023-11-07 08:30:48.719 [http-nio-8080-exec-1] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {"key":"1497146005642080257","x-path-variable":"rescatalog,alias,id"}
  693. 2023-11-07 08:30:48.719 [http-nio-8080-exec-1] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : E4BDCC67908026BEC31C934D8B4B9B50
  694. 2023-11-07 08:30:48.720 [http-nio-8080-exec-1] INFO o.j.c.util.security.AbstractQueryBlackListHandler:48 - --获取sql信息--
  695. 2023-11-07 08:30:48.721 [http-nio-8080-exec-1] INFO o.j.modules.system.controller.SysDictController:290 - Result(success=true, message=, code=0, result=[基础数据], result1=null, timestamp=1699317048720, onlTable=null)
  696. 2023-11-07 08:30:48.725 [http-nio-8080-exec-6] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/getDictItems/visible
  697. 2023-11-07 08:30:48.725 [http-nio-8080-exec-6] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {}
  698. 2023-11-07 08:30:48.725 [http-nio-8080-exec-6] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : E19D6243CB1945AB4F7202A1B00F77D5
  699. 2023-11-07 08:30:48.725 [http-nio-8080-exec-6] INFO o.j.modules.system.controller.SysDictController:160 - dictCode : visible
  700. 2023-11-07 08:30:53.095 [http-nio-8080-exec-4] INFO org.jeecg.common.aspect.DictAspect:111 - __ 进入字典翻译切面 DictAspect ——
  701. 2023-11-07 08:30:53.140 [http-nio-8080-exec-10] INFO org.jeecg.common.aspect.DictAspect:111 - __ 进入字典翻译切面 DictAspect ——
  702. 2023-11-07 08:31:13.844 [http-nio-8080-exec-2] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/loadTreeData
  703. 2023-11-07 08:31:13.845 [http-nio-8080-exec-2] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {"code":"id","condition":"","hasChildField":"has_child","pid":"0","pidField":"pid","tableName":"rescatalog","text":"alias"}
  704. 2023-11-07 08:31:13.845 [http-nio-8080-exec-5] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/getDictItems/visible
  705. 2023-11-07 08:31:13.845 [http-nio-8080-exec-2] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : 50BCF9BE69036288520E6C1C1FB67BAA
  706. 2023-11-07 08:31:13.845 [http-nio-8080-exec-5] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {}
  707. 2023-11-07 08:31:13.845 [http-nio-8080-exec-5] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : E19D6243CB1945AB4F7202A1B00F77D5
  708. 2023-11-07 08:31:13.846 [http-nio-8080-exec-5] INFO o.j.modules.system.controller.SysDictController:160 - dictCode : visible
  709. 2023-11-07 08:31:13.846 [http-nio-8080-exec-7] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/loadDictItem/rescatalog,alias,id
  710. 2023-11-07 08:31:13.846 [http-nio-8080-exec-7] INFO org.jeecg.config.sign.util.HttpUtils:44 - pathVariable: rescatalog,alias,id
  711. 2023-11-07 08:31:13.846 [http-nio-8080-exec-7] INFO org.jeecg.config.sign.util.HttpUtils:46 - pathVariable decode: rescatalog,alias,id
  712. 2023-11-07 08:31:13.846 [http-nio-8080-exec-7] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {"key":"1497146005642080257","x-path-variable":"rescatalog,alias,id"}
  713. 2023-11-07 08:31:13.847 [http-nio-8080-exec-7] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : E4BDCC67908026BEC31C934D8B4B9B50
  714. 2023-11-07 08:31:13.847 [http-nio-8080-exec-7] INFO o.j.c.util.security.AbstractQueryBlackListHandler:48 - --获取sql信息--
  715. 2023-11-07 08:31:13.848 [http-nio-8080-exec-7] INFO o.j.modules.system.controller.SysDictController:290 - Result(success=true, message=, code=0, result=[基础数据], result1=null, timestamp=1699317073847, onlTable=null)
  716. 2023-11-07 08:31:13.853 [http-nio-8080-exec-4] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/getDictItems/visible
  717. 2023-11-07 08:31:13.853 [http-nio-8080-exec-4] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {}
  718. 2023-11-07 08:31:13.853 [http-nio-8080-exec-4] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : E19D6243CB1945AB4F7202A1B00F77D5
  719. 2023-11-07 08:31:13.853 [http-nio-8080-exec-4] INFO o.j.modules.system.controller.SysDictController:160 - dictCode : visible
  720. 2023-11-07 08:31:20.231 [http-nio-8080-exec-9] INFO org.jeecg.common.aspect.DictAspect:111 - __ 进入字典翻译切面 DictAspect ——
  721. 2023-11-07 08:31:20.276 [http-nio-8080-exec-6] INFO org.jeecg.common.aspect.DictAspect:111 - __ 进入字典翻译切面 DictAspect ——
  722. 2023-11-07 08:35:41.290 [http-nio-8080-exec-9] INFO o.j.m.r.catalog.controller.RescatalogController:80 - ======用户资源目录查询成功=====耗时:27毫秒
  723. 2023-11-07 08:37:16.143 [http-nio-8080-exec-3] INFO o.j.m.r.catalog.controller.RescatalogController:80 - ======用户资源目录查询成功=====耗时:28毫秒
  724. 2023-11-07 08:37:34.358 [http-nio-8080-exec-10] INFO o.j.m.r.catalog.controller.RescatalogController:80 - ======用户资源目录查询成功=====耗时:25毫秒
  725. 2023-11-07 08:37:51.662 [http-nio-8080-exec-7] INFO o.j.m.r.catalog.controller.RescatalogController:80 - ======用户资源目录查询成功=====耗时:29毫秒
  726. 2023-11-07 08:38:39.268 [http-nio-8080-exec-5] INFO o.j.m.r.catalog.controller.RescatalogController:80 - ======用户资源目录查询成功=====耗时:27毫秒