From 4e52e04d91ddcde71e8b7ea2c18171945bb80486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B7=B4=E5=8D=AB?= <14240332@qq.com> Date: Sat, 4 Feb 2023 10:11:19 +0800 Subject: [PATCH] =?UTF-8?q?toke=E6=97=B6=E6=95=88=E6=9C=9F=E5=85=8D?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ant-design-vue/.env.development | 2 +- linkage-boot/db/jeecgboot-mysql-5.7.sql | 2 +- .../org/jeecg/common/util/TokenUtils.java | 7 +- logs/error-log.html | 830 +++++ logs/jeecgboot-2023-02-04.0.html | 2863 +++++++++++++++++ 5 files changed, 3699 insertions(+), 5 deletions(-) create mode 100644 logs/jeecgboot-2023-02-04.0.html diff --git a/ant-design-vue/.env.development b/ant-design-vue/.env.development index 8f9d1d6..3c6a9a2 100644 --- a/ant-design-vue/.env.development +++ b/ant-design-vue/.env.development @@ -1,4 +1,4 @@ -NODE_ENV=development +yaNODE_ENV=development VUE_APP_API_BASE_URL=http://localhost:8080/linkage-boot VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview diff --git a/linkage-boot/db/jeecgboot-mysql-5.7.sql b/linkage-boot/db/jeecgboot-mysql-5.7.sql index b22b088..4565e7f 100644 --- a/linkage-boot/db/jeecgboot-mysql-5.7.sql +++ b/linkage-boot/db/jeecgboot-mysql-5.7.sql @@ -1,5 +1,5 @@ CREATE database if NOT EXISTS `jeecg-boot` default character set utf8mb4 collate utf8mb4_general_ci; -USE `jeecg-boot`; +USE `ttxh-boot`; /* Navicat Premium Data Transfer diff --git a/linkage-boot/linkage-boot-base-core/src/main/java/org/jeecg/common/util/TokenUtils.java b/linkage-boot/linkage-boot-base-core/src/main/java/org/jeecg/common/util/TokenUtils.java index bd2fa07..bbf58ed 100644 --- a/linkage-boot/linkage-boot-base-core/src/main/java/org/jeecg/common/util/TokenUtils.java +++ b/linkage-boot/linkage-boot-base-core/src/main/java/org/jeecg/common/util/TokenUtils.java @@ -68,9 +68,10 @@ public class TokenUtils { throw new JeecgBoot401Exception("账号已被锁定,请联系管理员!"); } // 校验token是否超时失效 & 或者账号密码是否错误 - if (!jwtTokenRefresh(token, username, user.getPassword(), redisUtil)) { - throw new JeecgBoot401Exception(CommonConstant.TOKEN_IS_INVALID_MSG); - } + //modified by 巴卫 +// if (!jwtTokenRefresh(token, username, user.getPassword(), redisUtil)) { +// throw new JeecgBoot401Exception(CommonConstant.TOKEN_IS_INVALID_MSG); +// } return true; } diff --git a/logs/error-log.html b/logs/error-log.html index d1aa322..e3b9581 100644 --- a/logs/error-log.html +++ b/logs/error-log.html @@ -289,3 +289,833 @@ TD.Exception { background: #A2AEE8; font-family: courier, monospace;} LineOfCaller + + + + Logback Log Messages + + + + +
+

Log session start time Sat Feb 04 09:41:34 CST 2023

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Logback Log Messages + + + + +
+

Log session start time Sat Feb 04 10:09:03 CST 2023

+ +
LevelDateMessageMethodOfCallerFileOfCallerLineOfCaller
ERROR2023-02-04 09:43:48,817{conn-10005, pstmt-20011} execute error. SELECT id, username, realname, password, salt, avatar, birthday, sex, email, phone, org_code, status, del_flag, work_no, post, telephone, create_by, create_time, update_by, update_time, activiti_sync, user_identity, depart_ids, rel_tenant_ids, client_id FROM sys_user WHERE del_flag = 0 AND (username = ?)statementLogErrorSlf4jLogFilter.java149
java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +
    at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) +
    at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) +
    at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:916) +
    at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:354) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461) +
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:626) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167) +
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497) +
    at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64) +
    at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64) +
    at com.sun.proxy.$Proxy382.query(Unknown Source) +
    at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63) +
    at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325) +
    at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) +
    at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64) +
    at com.sun.proxy.$Proxy380.query(Unknown Source) +
    at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62) +
    at com.sun.proxy.$Proxy380.query(Unknown Source) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427) +
    at com.sun.proxy.$Proxy136.selectList(Unknown Source) +
    at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) +
    at com.sun.proxy.$Proxy137.selectList(Unknown Source) +
    at com.baomidou.mybatisplus.core.mapper.BaseMapper.selectOne(BaseMapper.java:173) +
    at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$DefaultMethodInvoker.invoke(MybatisMapperProxy.java:162) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) +
    at com.sun.proxy.$Proxy137.selectOne(Unknown Source) +
    at com.baomidou.mybatisplus.extension.service.impl.ServiceImpl.getOne(ServiceImpl.java:202) +
    at com.baomidou.mybatisplus.extension.service.IService.getOne(IService.java:320) +
    at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke(<generated>) +
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) +
    at org.jeecg.modules.system.service.impl.SysUserServiceImpl$$EnhancerBySpringCGLIB$$6cf3d057.getOne(<generated>) +
    at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:111) +
    at org.jeecg.modules.system.controller.LoginController$$FastClassBySpringCGLIB$$b307ab61.invoke(<generated>) +
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) +
    at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:62) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) +
    at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) +
    at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) +
    at org.jeecg.modules.system.controller.LoginController$$EnhancerBySpringCGLIB$$a4307b84.login(<generated>) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) +
    at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150) +
    at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) +
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) +
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) +
    at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) +
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071) +
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964) +
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) +
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) +
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:696) +
    at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) +
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:779) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) +
    at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) +
    at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) +
    at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) +
    at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373) +
    at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) +
    at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) +
    at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177) +
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) +
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) +
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) +
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) +
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) +
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360) +
    at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) +
    at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) +
    at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891) +
    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784) +
    at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) +
    at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) +
    at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) +
    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) +
    at java.base/java.lang.Thread.run(Thread.java:834) +
ERROR2023-02-04 09:43:48,965 +### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +### The error may exist in org/jeecg/modules/system/mapper/SysUserMapper.java (best guess) +### The error may involve defaultParameterMap +### The error occurred while setting parameters +### SQL: SELECT id, username, realname, password, salt, avatar, birthday, sex, email, phone, org_code, status, del_flag, work_no, post, telephone, create_by, create_time, update_by, update_time, activiti_sync, user_identity, depart_ids, rel_tenant_ids, client_id FROM sys_user WHERE del_flag = 0 AND (username = ?) +### Cause: java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list'handleExceptionJeecgBootExceptionHandler.java79
org.springframework.jdbc.BadSqlGrammarException: +### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +### The error may exist in org/jeecg/modules/system/mapper/SysUserMapper.java (best guess) +### The error may involve defaultParameterMap +### The error occurred while setting parameters +### SQL: SELECT id, username, realname, password, salt, avatar, birthday, sex, email, phone, org_code, status, del_flag, work_no, post, telephone, create_by, create_time, update_by, update_time, activiti_sync, user_identity, depart_ids, rel_tenant_ids, client_id FROM sys_user WHERE del_flag = 0 AND (username = ?) +### Cause: java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +
    at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239) +
    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70) +
    at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:91) +
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441) +
    at com.sun.proxy.$Proxy136.selectList(Unknown Source) +
    at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) +
    at com.sun.proxy.$Proxy137.selectList(Unknown Source) +
    at com.baomidou.mybatisplus.core.mapper.BaseMapper.selectOne(BaseMapper.java:173) +
    at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$DefaultMethodInvoker.invoke(MybatisMapperProxy.java:162) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) +
    at com.sun.proxy.$Proxy137.selectOne(Unknown Source) +
    at com.baomidou.mybatisplus.extension.service.impl.ServiceImpl.getOne(ServiceImpl.java:202) +
    at com.baomidou.mybatisplus.extension.service.IService.getOne(IService.java:320) +
    at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke(<generated>) +
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) +
    at org.jeecg.modules.system.service.impl.SysUserServiceImpl$$EnhancerBySpringCGLIB$$6cf3d057.getOne(<generated>) +
    at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:111) +
    at org.jeecg.modules.system.controller.LoginController$$FastClassBySpringCGLIB$$b307ab61.invoke(<generated>) +
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) +
    at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:62) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) +
    at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) +
    at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) +
    at org.jeecg.modules.system.controller.LoginController$$EnhancerBySpringCGLIB$$a4307b84.login(<generated>) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) +
    at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150) +
    at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) +
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) +
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) +
    at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) +
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071) +
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964) +
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) +
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) +
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:696) +
    at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) +
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:779) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) +
    at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) +
    at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) +
    at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) +
    at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373) +
    at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) +
    at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) +
    at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177) +
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) +
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) +
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) +
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) +
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) +
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360) +
    at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) +
    at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) +
    at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891) +
    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784) +
    at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) +
    at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) +
    at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) +
    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) +
    at java.base/java.lang.Thread.run(Thread.java:834) +
Caused by: java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +
    at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) +
    at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) +
    at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:916) +
    at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:354) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461) +
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:626) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167) +
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497) +
    at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64) +
    at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64) +
    at com.sun.proxy.$Proxy382.query(Unknown Source) +
    at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63) +
    at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325) +
    at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) +
    at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64) +
    at com.sun.proxy.$Proxy380.query(Unknown Source) +
    at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62) +
    at com.sun.proxy.$Proxy380.query(Unknown Source) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427) +
     ... 129 common frames omitted +
ERROR2023-02-04 09:44:09,673{conn-10005, pstmt-20012} execute error. SELECT id, username, realname, password, salt, avatar, birthday, sex, email, phone, org_code, status, del_flag, work_no, post, telephone, create_by, create_time, update_by, update_time, activiti_sync, user_identity, depart_ids, rel_tenant_ids, client_id FROM sys_user WHERE del_flag = 0 AND (username = ?)statementLogErrorSlf4jLogFilter.java149
java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +
    at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) +
    at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) +
    at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:916) +
    at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:354) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461) +
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:626) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167) +
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497) +
    at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64) +
    at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64) +
    at com.sun.proxy.$Proxy382.query(Unknown Source) +
    at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63) +
    at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325) +
    at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) +
    at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64) +
    at com.sun.proxy.$Proxy380.query(Unknown Source) +
    at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62) +
    at com.sun.proxy.$Proxy380.query(Unknown Source) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427) +
    at com.sun.proxy.$Proxy136.selectList(Unknown Source) +
    at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) +
    at com.sun.proxy.$Proxy137.selectList(Unknown Source) +
    at com.baomidou.mybatisplus.core.mapper.BaseMapper.selectOne(BaseMapper.java:173) +
    at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$DefaultMethodInvoker.invoke(MybatisMapperProxy.java:162) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) +
    at com.sun.proxy.$Proxy137.selectOne(Unknown Source) +
    at com.baomidou.mybatisplus.extension.service.impl.ServiceImpl.getOne(ServiceImpl.java:202) +
    at com.baomidou.mybatisplus.extension.service.IService.getOne(IService.java:320) +
    at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke(<generated>) +
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) +
    at org.jeecg.modules.system.service.impl.SysUserServiceImpl$$EnhancerBySpringCGLIB$$6cf3d057.getOne(<generated>) +
    at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:111) +
    at org.jeecg.modules.system.controller.LoginController$$FastClassBySpringCGLIB$$b307ab61.invoke(<generated>) +
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) +
    at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:62) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) +
    at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) +
    at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) +
    at org.jeecg.modules.system.controller.LoginController$$EnhancerBySpringCGLIB$$a4307b84.login(<generated>) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) +
    at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150) +
    at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) +
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) +
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) +
    at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) +
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071) +
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964) +
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) +
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) +
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:696) +
    at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) +
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:779) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) +
    at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) +
    at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) +
    at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) +
    at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373) +
    at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) +
    at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) +
    at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177) +
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) +
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) +
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) +
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) +
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) +
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360) +
    at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) +
    at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) +
    at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891) +
    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784) +
    at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) +
    at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) +
    at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) +
    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) +
    at java.base/java.lang.Thread.run(Thread.java:834) +
ERROR2023-02-04 09:44:09,679 +### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +### The error may exist in org/jeecg/modules/system/mapper/SysUserMapper.java (best guess) +### The error may involve defaultParameterMap +### The error occurred while setting parameters +### SQL: SELECT id, username, realname, password, salt, avatar, birthday, sex, email, phone, org_code, status, del_flag, work_no, post, telephone, create_by, create_time, update_by, update_time, activiti_sync, user_identity, depart_ids, rel_tenant_ids, client_id FROM sys_user WHERE del_flag = 0 AND (username = ?) +### Cause: java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list'handleExceptionJeecgBootExceptionHandler.java79
org.springframework.jdbc.BadSqlGrammarException: +### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +### The error may exist in org/jeecg/modules/system/mapper/SysUserMapper.java (best guess) +### The error may involve defaultParameterMap +### The error occurred while setting parameters +### SQL: SELECT id, username, realname, password, salt, avatar, birthday, sex, email, phone, org_code, status, del_flag, work_no, post, telephone, create_by, create_time, update_by, update_time, activiti_sync, user_identity, depart_ids, rel_tenant_ids, client_id FROM sys_user WHERE del_flag = 0 AND (username = ?) +### Cause: java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +
    at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239) +
    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70) +
    at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:91) +
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441) +
    at com.sun.proxy.$Proxy136.selectList(Unknown Source) +
    at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) +
    at com.sun.proxy.$Proxy137.selectList(Unknown Source) +
    at com.baomidou.mybatisplus.core.mapper.BaseMapper.selectOne(BaseMapper.java:173) +
    at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$DefaultMethodInvoker.invoke(MybatisMapperProxy.java:162) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) +
    at com.sun.proxy.$Proxy137.selectOne(Unknown Source) +
    at com.baomidou.mybatisplus.extension.service.impl.ServiceImpl.getOne(ServiceImpl.java:202) +
    at com.baomidou.mybatisplus.extension.service.IService.getOne(IService.java:320) +
    at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke(<generated>) +
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) +
    at org.jeecg.modules.system.service.impl.SysUserServiceImpl$$EnhancerBySpringCGLIB$$6cf3d057.getOne(<generated>) +
    at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:111) +
    at org.jeecg.modules.system.controller.LoginController$$FastClassBySpringCGLIB$$b307ab61.invoke(<generated>) +
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) +
    at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:62) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) +
    at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) +
    at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) +
    at org.jeecg.modules.system.controller.LoginController$$EnhancerBySpringCGLIB$$a4307b84.login(<generated>) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) +
    at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150) +
    at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) +
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) +
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) +
    at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) +
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071) +
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964) +
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) +
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) +
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:696) +
    at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) +
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:779) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) +
    at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) +
    at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) +
    at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) +
    at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373) +
    at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) +
    at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) +
    at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177) +
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) +
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) +
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) +
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) +
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) +
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360) +
    at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) +
    at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) +
    at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891) +
    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784) +
    at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) +
    at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) +
    at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) +
    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) +
    at java.base/java.lang.Thread.run(Thread.java:834) +
Caused by: java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +
    at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) +
    at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) +
    at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:916) +
    at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:354) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461) +
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:626) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167) +
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497) +
    at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64) +
    at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64) +
    at com.sun.proxy.$Proxy382.query(Unknown Source) +
    at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63) +
    at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325) +
    at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) +
    at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64) +
    at com.sun.proxy.$Proxy380.query(Unknown Source) +
    at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62) +
    at com.sun.proxy.$Proxy380.query(Unknown Source) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427) +
     ... 129 common frames omitted +
+ + + + + + + + + diff --git a/logs/jeecgboot-2023-02-04.0.html b/logs/jeecgboot-2023-02-04.0.html new file mode 100644 index 0000000..03b4536 --- /dev/null +++ b/logs/jeecgboot-2023-02-04.0.html @@ -0,0 +1,2863 @@ + + + + Logback Log Messages + + + + +
+

Log session start time Sat Feb 04 09:41:34 CST 2023

+ +
LevelDateMessageMethodOfCallerFileOfCallerLineOfCaller
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Logback Log Messages + + + + +
+

Log session start time Sat Feb 04 10:09:03 CST 2023

+ +
LevelDateMessageMethodOfCallerFileOfCallerLineOfCaller
INFO2023-02-04 09:41:35,436Starting LinkageSystemApplication using Java 11.0.6 on DESKTOP-NV2FPM8 with PID 36808 (D:\TTXH\TTXH-MES\linkage-boot\linkage-module-system\linkage-system-start\target\classes started by 巴卫 in D:\TTXH\TTXH-MES\linkage-boot)logStartingStartupInfoLogger.java55
INFO2023-02-04 09:41:35,445The following 1 profile is active: "dev"logStartupProfileInfoSpringApplication.java651
INFO2023-02-04 09:41:35,453HV000001: Hibernate Validator 6.2.5.Final<clinit>Version.java21
INFO2023-02-04 09:41:39,593Multiple Spring Data modules found, entering strict repository configuration modemultipleStoresDetectedRepositoryConfigurationDelegate.java262
INFO2023-02-04 09:41:39,598Bootstrapping Spring Data Redis repositories in DEFAULT mode.registerRepositoriesInRepositoryConfigurationDelegate.java132
INFO2023-02-04 09:41:39,814Finished Spring Data repository scanning in 191 ms. Found 0 Redis repository interfaces.registerRepositoriesInRepositoryConfigurationDelegate.java201
INFO2023-02-04 09:41:40,187 ******************* init miniDao config [ begin ] *********************** miniDaoBeanScannerConfigurerMinidaoAutoConfiguration.java23
INFO2023-02-04 09:41:40,188 ------ minidao.base-package ------- org.jeecg.modules.jmreport.*miniDaoBeanScannerConfigurerMinidaoAutoConfiguration.java25
INFO2023-02-04 09:41:40,189 ******************* init miniDao config [ end ] *********************** miniDaoBeanScannerConfigurerMinidaoAutoConfiguration.java42
INFO2023-02-04 09:41:40,333register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-04 09:41:40,336register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDataSourceDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-04 09:41:40,336register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-04 09:41:40,336register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbFieldDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-04 09:41:40,336register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbParamDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-04 09:41:40,336register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-04 09:41:40,337register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictItemDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-04 09:41:40,337register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportLinkDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-04 09:41:40,337register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportMapDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-04 09:41:40,337register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportShareDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-04 09:41:41,142Bean '(inner bean)#163df259#9' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,152Bean 'jimuReportShareDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,153Bean '(inner bean)#163df259#8' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,155Bean 'jimuReportMapDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,157Bean '(inner bean)#163df259#7' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,158Bean 'jimuReportLinkDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,160Bean '(inner bean)#163df259#6' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,165Bean 'jimuReportDictItemDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,167Bean '(inner bean)#163df259#5' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,168Bean 'jimuReportDictDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,169Bean '(inner bean)#163df259#4' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,171Bean 'jimuReportDbParamDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,172Bean '(inner bean)#163df259#3' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,173Bean 'jimuReportDbFieldDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,174Bean '(inner bean)#163df259#2' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,175Bean 'jimuReportDbDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,178Bean '(inner bean)#163df259#1' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,180Bean 'jimuReportDataSourceDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,182Bean '(inner bean)#163df259' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,183Bean 'jimuReportDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,215Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,220Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,241Bean 'org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration' of type [org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,244Bean 'org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration' of type [org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,251Bean 'management.metrics.export.prometheus-org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties' of type [org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,259Bean 'prometheusConfig' of type [org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusPropertiesConfigAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,263Bean 'collectorRegistry' of type [io.prometheus.client.CollectorRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,265Bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration' of type [org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,266Bean 'micrometerClock' of type [io.micrometer.core.instrument.Clock$1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,302Bean 'prometheusMeterRegistry' of type [io.micrometer.prometheus.PrometheusMeterRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,306Bean 'micrometerOptions' of type [io.lettuce.core.metrics.MicrometerOptions] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,308Bean 'lettuceMetrics' of type [org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration$$Lambda$572/0x00000008405d7c40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,432Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,499Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,504Bean 'jeecgBaseConfig' of type [org.jeecg.config.JeecgBaseConfig] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,506Bean 'shiroConfig' of type [org.jeecg.config.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$b3063c99] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,892Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,898Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$bd586571] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,906Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:41,958Bean 'shiroRealm' of type [org.jeecg.config.shiro.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:42,058===============(1)创建缓存管理器RedisCacheManagerredisCacheManagerShiroConfig.java227
INFO2023-02-04 09:41:42,062===============(2)创建RedisManager,连接Redis..redisManagerShiroConfig.java245
INFO2023-02-04 09:41:42,082Bean 'redisManager' of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:42,107Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:42,151Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:42,188Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$66e2d250] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:42,194Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 09:41:42,717Tomcat initialized with port(s): 8080 (http)initializeTomcatWebServer.java108
INFO2023-02-04 09:41:42,735An older version [1.2.16] of the Apache Tomcat Native library is installed, while Tomcat recommends a minimum version of [1.2.30]logDirectJDKLog.java173
INFO2023-02-04 09:41:42,735Loaded Apache Tomcat Native library [1.2.16] using APR version [1.6.3].logDirectJDKLog.java173
INFO2023-02-04 09:41:42,735APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true], UDS [false].logDirectJDKLog.java173
INFO2023-02-04 09:41:42,735APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]logDirectJDKLog.java173
INFO2023-02-04 09:41:43,857OpenSSL successfully initialized [OpenSSL 1.0.2m 2 Nov 2017]logDirectJDKLog.java173
INFO2023-02-04 09:41:43,871Initializing ProtocolHandler ["http-nio-8080"]logDirectJDKLog.java173
INFO2023-02-04 09:41:43,871Starting service [Tomcat]logDirectJDKLog.java173
INFO2023-02-04 09:41:43,872Starting Servlet engine: [Apache Tomcat/9.0.69]logDirectJDKLog.java173
INFO2023-02-04 09:41:44,078Initializing Spring embedded WebApplicationContextlogDirectJDKLog.java173
INFO2023-02-04 09:41:44,078Root WebApplicationContext: initialization completed in 8435 msprepareWebApplicationContextServletWebServerApplicationContext.java290
INFO2023-02-04 09:41:44,500 Init JimuReport Config [ Token Interceptor & Resource Locations ] afterPropertiesSetJimuReportConfiguration.java99
INFO2023-02-04 09:41:45,788{dataSource-1,master} initedinitDruidDataSource.java994
INFO2023-02-04 09:41:45,790dynamic-datasource - load a datasource named [master] successaddDataSourceDynamicRoutingDataSource.java132
INFO2023-02-04 09:41:45,790dynamic-datasource initial loaded [1] datasource,primary datasource named [master]afterPropertiesSetDynamicRoutingDataSource.java237
INFO2023-02-04 09:41:48,939 --- redis config init --- redisTemplateRedisConfig.java56
INFO2023-02-04 09:41:50,983Using default implementation for ThreadExecutorinstantiateStdSchedulerFactory.java1220
INFO2023-02-04 09:41:50,986Job execution threads will use class loader of thread: maininitializeSimpleThreadPool.java268
INFO2023-02-04 09:41:50,999Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl<init>SchedulerSignalerImpl.java61
INFO2023-02-04 09:41:51,000Quartz Scheduler v.2.3.2 created.<init>QuartzScheduler.java229
INFO2023-02-04 09:41:51,007Using db table-based data access locking (synchronization).initializeJobStoreSupport.java672
INFO2023-02-04 09:41:51,011JobStoreCMT initialized.initializeJobStoreCMT.java145
INFO2023-02-04 09:41:51,012Scheduler meta-data: Quartz Scheduler (v2.3.2) 'MyScheduler' with instanceId 'DESKTOP-NV2FPM81675474910985' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered. +initializeQuartzScheduler.java294
INFO2023-02-04 09:41:51,013Quartz scheduler 'MyScheduler' initialized from an externally provided properties instance.instantiateStdSchedulerFactory.java1374
INFO2023-02-04 09:41:51,013Quartz scheduler version: 2.3.2instantiateStdSchedulerFactory.java1378
INFO2023-02-04 09:41:51,013JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@2aabd5a0setJobFactoryQuartzScheduler.java2293
INFO2023-02-04 09:41:53,468 Init JimuReport Config [ 线程池 ] afterPropertiesSetJmReportExecutorConfig.java42
INFO2023-02-04 09:41:55,852Exposing 2 endpoint(s) beneath base path '/actuator'<init>EndpointLinksResolver.java58
INFO2023-02-04 09:41:56,045 Init CodeGenerate Config [ Get Db Config From application.yml ] initCodeGenerateDbConfigCodeGenerateDbConfig.java46
INFO2023-02-04 09:41:58,387Starting ProtocolHandler ["http-nio-8080"]logDirectJDKLog.java173
INFO2023-02-04 09:41:58,416Tomcat started on port(s): 8080 (http) with context path '/linkage-boot'startTomcatWebServer.java220
INFO2023-02-04 09:42:01,568Will start Quartz Scheduler [MyScheduler] in 1 secondsstartSchedulerSchedulerFactoryBean.java734
INFO2023-02-04 09:42:01,594Started LinkageSystemApplication in 28.273 seconds (JVM running for 30.704)logStartedStartupInfoLogger.java61
INFO2023-02-04 09:42:01,605 Init Code Generate Template [ 检测如果是JAR启动环境,Copy模板到config目录 ] onApplicationEventCodeTemplateInitListener.java30
INFO2023-02-04 09:42:01,649 +---------------------------------------------------------- + Application Linkage-Boot is running! Access URLs: + Local: http://localhost:8080/linkage-boot/ + External: http://192.168.0.45:8080/linkage-boot/ + Swagger文档: http://192.168.0.45:8080/linkage-boot/doc.html +----------------------------------------------------------mainLinkageSystemApplication.java35
INFO2023-02-04 09:42:02,573Starting Quartz Scheduler now, after delay of 1 secondsrunSchedulerFactoryBean.java750
INFO2023-02-04 09:42:02,941Scheduler MyScheduler_$_DESKTOP-NV2FPM81675474910985 started.startQuartzScheduler.java547
INFO2023-02-04 09:42:03,587Initializing Spring DispatcherServlet 'dispatcherServlet'logDirectJDKLog.java173
INFO2023-02-04 09:42:03,587Initializing Servlet 'dispatcherServlet'initServletBeanFrameworkServlet.java525
INFO2023-02-04 09:42:03,592Completed initialization in 4 msinitServletBeanFrameworkServlet.java547
INFO2023-02-04 09:42:36,428————————身份认证失败——————————IP地址: 192.168.0.45,URL:/linkage-boot/errordoGetAuthenticationInfoShiroRealm.java97
INFO2023-02-04 09:43:44,345获取验证码,Redis key = 18089fd6e4205ac17b80941194e41821,checkCode = FVxtrandomImageLoginController.java516
ERROR2023-02-04 09:43:48,817{conn-10005, pstmt-20011} execute error. SELECT id, username, realname, password, salt, avatar, birthday, sex, email, phone, org_code, status, del_flag, work_no, post, telephone, create_by, create_time, update_by, update_time, activiti_sync, user_identity, depart_ids, rel_tenant_ids, client_id FROM sys_user WHERE del_flag = 0 AND (username = ?)statementLogErrorSlf4jLogFilter.java149
java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +
    at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) +
    at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) +
    at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:916) +
    at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:354) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461) +
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:626) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167) +
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497) +
    at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64) +
    at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64) +
    at com.sun.proxy.$Proxy382.query(Unknown Source) +
    at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63) +
    at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325) +
    at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) +
    at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64) +
    at com.sun.proxy.$Proxy380.query(Unknown Source) +
    at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62) +
    at com.sun.proxy.$Proxy380.query(Unknown Source) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427) +
    at com.sun.proxy.$Proxy136.selectList(Unknown Source) +
    at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) +
    at com.sun.proxy.$Proxy137.selectList(Unknown Source) +
    at com.baomidou.mybatisplus.core.mapper.BaseMapper.selectOne(BaseMapper.java:173) +
    at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$DefaultMethodInvoker.invoke(MybatisMapperProxy.java:162) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) +
    at com.sun.proxy.$Proxy137.selectOne(Unknown Source) +
    at com.baomidou.mybatisplus.extension.service.impl.ServiceImpl.getOne(ServiceImpl.java:202) +
    at com.baomidou.mybatisplus.extension.service.IService.getOne(IService.java:320) +
    at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke(<generated>) +
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) +
    at org.jeecg.modules.system.service.impl.SysUserServiceImpl$$EnhancerBySpringCGLIB$$6cf3d057.getOne(<generated>) +
    at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:111) +
    at org.jeecg.modules.system.controller.LoginController$$FastClassBySpringCGLIB$$b307ab61.invoke(<generated>) +
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) +
    at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:62) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) +
    at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) +
    at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) +
    at org.jeecg.modules.system.controller.LoginController$$EnhancerBySpringCGLIB$$a4307b84.login(<generated>) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) +
    at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150) +
    at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) +
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) +
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) +
    at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) +
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071) +
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964) +
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) +
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) +
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:696) +
    at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) +
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:779) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) +
    at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) +
    at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) +
    at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) +
    at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373) +
    at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) +
    at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) +
    at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177) +
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) +
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) +
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) +
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) +
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) +
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360) +
    at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) +
    at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) +
    at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891) +
    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784) +
    at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) +
    at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) +
    at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) +
    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) +
    at java.base/java.lang.Thread.run(Thread.java:834) +
ERROR2023-02-04 09:43:48,965 +### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +### The error may exist in org/jeecg/modules/system/mapper/SysUserMapper.java (best guess) +### The error may involve defaultParameterMap +### The error occurred while setting parameters +### SQL: SELECT id, username, realname, password, salt, avatar, birthday, sex, email, phone, org_code, status, del_flag, work_no, post, telephone, create_by, create_time, update_by, update_time, activiti_sync, user_identity, depart_ids, rel_tenant_ids, client_id FROM sys_user WHERE del_flag = 0 AND (username = ?) +### Cause: java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list'handleExceptionJeecgBootExceptionHandler.java79
org.springframework.jdbc.BadSqlGrammarException: +### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +### The error may exist in org/jeecg/modules/system/mapper/SysUserMapper.java (best guess) +### The error may involve defaultParameterMap +### The error occurred while setting parameters +### SQL: SELECT id, username, realname, password, salt, avatar, birthday, sex, email, phone, org_code, status, del_flag, work_no, post, telephone, create_by, create_time, update_by, update_time, activiti_sync, user_identity, depart_ids, rel_tenant_ids, client_id FROM sys_user WHERE del_flag = 0 AND (username = ?) +### Cause: java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +
    at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239) +
    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70) +
    at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:91) +
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441) +
    at com.sun.proxy.$Proxy136.selectList(Unknown Source) +
    at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) +
    at com.sun.proxy.$Proxy137.selectList(Unknown Source) +
    at com.baomidou.mybatisplus.core.mapper.BaseMapper.selectOne(BaseMapper.java:173) +
    at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$DefaultMethodInvoker.invoke(MybatisMapperProxy.java:162) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) +
    at com.sun.proxy.$Proxy137.selectOne(Unknown Source) +
    at com.baomidou.mybatisplus.extension.service.impl.ServiceImpl.getOne(ServiceImpl.java:202) +
    at com.baomidou.mybatisplus.extension.service.IService.getOne(IService.java:320) +
    at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke(<generated>) +
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) +
    at org.jeecg.modules.system.service.impl.SysUserServiceImpl$$EnhancerBySpringCGLIB$$6cf3d057.getOne(<generated>) +
    at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:111) +
    at org.jeecg.modules.system.controller.LoginController$$FastClassBySpringCGLIB$$b307ab61.invoke(<generated>) +
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) +
    at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:62) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) +
    at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) +
    at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) +
    at org.jeecg.modules.system.controller.LoginController$$EnhancerBySpringCGLIB$$a4307b84.login(<generated>) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) +
    at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150) +
    at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) +
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) +
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) +
    at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) +
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071) +
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964) +
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) +
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) +
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:696) +
    at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) +
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:779) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) +
    at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) +
    at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) +
    at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) +
    at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373) +
    at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) +
    at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) +
    at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177) +
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) +
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) +
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) +
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) +
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) +
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360) +
    at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) +
    at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) +
    at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891) +
    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784) +
    at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) +
    at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) +
    at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) +
    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) +
    at java.base/java.lang.Thread.run(Thread.java:834) +
Caused by: java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +
    at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) +
    at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) +
    at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:916) +
    at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:354) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461) +
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:626) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167) +
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497) +
    at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64) +
    at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64) +
    at com.sun.proxy.$Proxy382.query(Unknown Source) +
    at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63) +
    at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325) +
    at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) +
    at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64) +
    at com.sun.proxy.$Proxy380.query(Unknown Source) +
    at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62) +
    at com.sun.proxy.$Proxy380.query(Unknown Source) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427) +
     ... 129 common frames omitted +
ERROR2023-02-04 09:44:09,673{conn-10005, pstmt-20012} execute error. SELECT id, username, realname, password, salt, avatar, birthday, sex, email, phone, org_code, status, del_flag, work_no, post, telephone, create_by, create_time, update_by, update_time, activiti_sync, user_identity, depart_ids, rel_tenant_ids, client_id FROM sys_user WHERE del_flag = 0 AND (username = ?)statementLogErrorSlf4jLogFilter.java149
java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +
    at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) +
    at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) +
    at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:916) +
    at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:354) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461) +
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:626) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167) +
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497) +
    at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64) +
    at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64) +
    at com.sun.proxy.$Proxy382.query(Unknown Source) +
    at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63) +
    at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325) +
    at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) +
    at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64) +
    at com.sun.proxy.$Proxy380.query(Unknown Source) +
    at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62) +
    at com.sun.proxy.$Proxy380.query(Unknown Source) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427) +
    at com.sun.proxy.$Proxy136.selectList(Unknown Source) +
    at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) +
    at com.sun.proxy.$Proxy137.selectList(Unknown Source) +
    at com.baomidou.mybatisplus.core.mapper.BaseMapper.selectOne(BaseMapper.java:173) +
    at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$DefaultMethodInvoker.invoke(MybatisMapperProxy.java:162) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) +
    at com.sun.proxy.$Proxy137.selectOne(Unknown Source) +
    at com.baomidou.mybatisplus.extension.service.impl.ServiceImpl.getOne(ServiceImpl.java:202) +
    at com.baomidou.mybatisplus.extension.service.IService.getOne(IService.java:320) +
    at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke(<generated>) +
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) +
    at org.jeecg.modules.system.service.impl.SysUserServiceImpl$$EnhancerBySpringCGLIB$$6cf3d057.getOne(<generated>) +
    at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:111) +
    at org.jeecg.modules.system.controller.LoginController$$FastClassBySpringCGLIB$$b307ab61.invoke(<generated>) +
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) +
    at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:62) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) +
    at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) +
    at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) +
    at org.jeecg.modules.system.controller.LoginController$$EnhancerBySpringCGLIB$$a4307b84.login(<generated>) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) +
    at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150) +
    at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) +
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) +
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) +
    at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) +
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071) +
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964) +
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) +
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) +
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:696) +
    at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) +
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:779) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) +
    at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) +
    at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) +
    at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) +
    at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373) +
    at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) +
    at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) +
    at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177) +
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) +
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) +
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) +
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) +
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) +
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360) +
    at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) +
    at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) +
    at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891) +
    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784) +
    at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) +
    at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) +
    at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) +
    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) +
    at java.base/java.lang.Thread.run(Thread.java:834) +
ERROR2023-02-04 09:44:09,679 +### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +### The error may exist in org/jeecg/modules/system/mapper/SysUserMapper.java (best guess) +### The error may involve defaultParameterMap +### The error occurred while setting parameters +### SQL: SELECT id, username, realname, password, salt, avatar, birthday, sex, email, phone, org_code, status, del_flag, work_no, post, telephone, create_by, create_time, update_by, update_time, activiti_sync, user_identity, depart_ids, rel_tenant_ids, client_id FROM sys_user WHERE del_flag = 0 AND (username = ?) +### Cause: java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list'handleExceptionJeecgBootExceptionHandler.java79
org.springframework.jdbc.BadSqlGrammarException: +### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +### The error may exist in org/jeecg/modules/system/mapper/SysUserMapper.java (best guess) +### The error may involve defaultParameterMap +### The error occurred while setting parameters +### SQL: SELECT id, username, realname, password, salt, avatar, birthday, sex, email, phone, org_code, status, del_flag, work_no, post, telephone, create_by, create_time, update_by, update_time, activiti_sync, user_identity, depart_ids, rel_tenant_ids, client_id FROM sys_user WHERE del_flag = 0 AND (username = ?) +### Cause: java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +
    at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239) +
    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70) +
    at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:91) +
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441) +
    at com.sun.proxy.$Proxy136.selectList(Unknown Source) +
    at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) +
    at com.sun.proxy.$Proxy137.selectList(Unknown Source) +
    at com.baomidou.mybatisplus.core.mapper.BaseMapper.selectOne(BaseMapper.java:173) +
    at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$DefaultMethodInvoker.invoke(MybatisMapperProxy.java:162) +
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) +
    at com.sun.proxy.$Proxy137.selectOne(Unknown Source) +
    at com.baomidou.mybatisplus.extension.service.impl.ServiceImpl.getOne(ServiceImpl.java:202) +
    at com.baomidou.mybatisplus.extension.service.IService.getOne(IService.java:320) +
    at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke(<generated>) +
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) +
    at org.jeecg.modules.system.service.impl.SysUserServiceImpl$$EnhancerBySpringCGLIB$$6cf3d057.getOne(<generated>) +
    at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:111) +
    at org.jeecg.modules.system.controller.LoginController$$FastClassBySpringCGLIB$$b307ab61.invoke(<generated>) +
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) +
    at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:62) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) +
    at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) +
    at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) +
    at org.jeecg.modules.system.controller.LoginController$$EnhancerBySpringCGLIB$$a4307b84.login(<generated>) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) +
    at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150) +
    at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) +
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) +
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) +
    at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) +
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071) +
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964) +
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) +
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) +
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:696) +
    at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) +
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:779) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) +
    at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) +
    at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) +
    at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) +
    at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373) +
    at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) +
    at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) +
    at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) +
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177) +
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) +
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) +
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) +
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) +
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) +
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360) +
    at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) +
    at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) +
    at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891) +
    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784) +
    at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) +
    at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) +
    at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) +
    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) +
    at java.base/java.lang.Thread.run(Thread.java:834) +
Caused by: java.sql.SQLSyntaxErrorException: Unknown column 'id' in 'field list' +
    at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) +
    at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) +
    at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:916) +
    at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:354) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461) +
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:626) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) +
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) +
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167) +
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497) +
    at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64) +
    at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64) +
    at com.sun.proxy.$Proxy382.query(Unknown Source) +
    at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63) +
    at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325) +
    at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) +
    at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64) +
    at com.sun.proxy.$Proxy380.query(Unknown Source) +
    at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81) +
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62) +
    at com.sun.proxy.$Proxy380.query(Unknown Source) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145) +
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) +
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) +
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) +
    at java.base/java.lang.reflect.Method.invoke(Method.java:566) +
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427) +
     ... 129 common frames omitted +
WARN2023-02-04 09:51:03,702This scheduler instance (DESKTOP-NV2FPM81675474910985) is still active but was recovered by another instance in the cluster. This may cause inconsistent behavior.findFailedInstancesJobStoreSupport.java3411
INFO2023-02-04 09:52:21,038获取验证码,Redis key = cc8a68433078bcd4849beedb2de82b5b,checkCode = S2bprandomImageLoginController.java516
INFO2023-02-04 09:52:25,619redis remove key:sys:cache:encrypt:user::adminremoveJeecgRedisCacheWriter.java113
INFO2023-02-04 09:52:26,326加密操作,Aspect程序耗时:36msaroundSensitiveDataAspect.java76
INFO2023-02-04 09:52:27,065【系统 WebSocket】有新的连接,总数为:1onOpenWebSocket.java43
INFO2023-02-04 09:54:18,645【系统 WebSocket】连接断开,总数为:0onCloseWebSocket.java52
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LevelDateMessageMethodOfCallerFileOfCallerLineOfCaller
INFO2023-02-04 10:09:03,957HV000001: Hibernate Validator 6.2.5.Final<clinit>Version.java21
INFO2023-02-04 10:09:03,972Starting LinkageSystemApplication using Java 11.0.6 on DESKTOP-NV2FPM8 with PID 5884 (D:\TTXH\TTXH-MES\linkage-boot\linkage-module-system\linkage-system-start\target\classes started by 巴卫 in D:\TTXH\TTXH-MES\linkage-boot)logStartingStartupInfoLogger.java55
INFO2023-02-04 10:09:03,976The following 1 profile is active: "dev"logStartupProfileInfoSpringApplication.java651
INFO2023-02-04 10:09:06,079Multiple Spring Data modules found, entering strict repository configuration modemultipleStoresDetectedRepositoryConfigurationDelegate.java262
INFO2023-02-04 10:09:06,081Bootstrapping Spring Data Redis repositories in DEFAULT mode.registerRepositoriesInRepositoryConfigurationDelegate.java132
INFO2023-02-04 10:09:06,161Finished Spring Data repository scanning in 72 ms. Found 0 Redis repository interfaces.registerRepositoriesInRepositoryConfigurationDelegate.java201
INFO2023-02-04 10:09:06,228 ******************* init miniDao config [ begin ] *********************** miniDaoBeanScannerConfigurerMinidaoAutoConfiguration.java23
INFO2023-02-04 10:09:06,229 ------ minidao.base-package ------- org.jeecg.modules.jmreport.*miniDaoBeanScannerConfigurerMinidaoAutoConfiguration.java25
INFO2023-02-04 10:09:06,229 ******************* init miniDao config [ end ] *********************** miniDaoBeanScannerConfigurerMinidaoAutoConfiguration.java42
INFO2023-02-04 10:09:06,263register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-04 10:09:06,264register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDataSourceDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-04 10:09:06,264register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-04 10:09:06,264register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbFieldDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-04 10:09:06,264register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbParamDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-04 10:09:06,265register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-04 10:09:06,265register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictItemDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-04 10:09:06,265register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportLinkDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-04 10:09:06,265register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportMapDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-04 10:09:06,265register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportShareDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-04 10:09:06,455Bean '(inner bean)#5be69f7e#9' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,458Bean 'jimuReportShareDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,459Bean '(inner bean)#5be69f7e#8' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,459Bean 'jimuReportMapDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,460Bean '(inner bean)#5be69f7e#7' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,462Bean 'jimuReportLinkDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,462Bean '(inner bean)#5be69f7e#6' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,463Bean 'jimuReportDictItemDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,464Bean '(inner bean)#5be69f7e#5' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,464Bean 'jimuReportDictDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,464Bean '(inner bean)#5be69f7e#4' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,465Bean 'jimuReportDbParamDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,465Bean '(inner bean)#5be69f7e#3' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,466Bean 'jimuReportDbFieldDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,466Bean '(inner bean)#5be69f7e#2' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,466Bean 'jimuReportDbDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,467Bean '(inner bean)#5be69f7e#1' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,467Bean 'jimuReportDataSourceDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,467Bean '(inner bean)#5be69f7e' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,468Bean 'jimuReportDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,479Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,481Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,489Bean 'org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration' of type [org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,490Bean 'org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration' of type [org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,492Bean 'management.metrics.export.prometheus-org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties' of type [org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,493Bean 'prometheusConfig' of type [org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusPropertiesConfigAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,494Bean 'collectorRegistry' of type [io.prometheus.client.CollectorRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,495Bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration' of type [org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,495Bean 'micrometerClock' of type [io.micrometer.core.instrument.Clock$1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,506Bean 'prometheusMeterRegistry' of type [io.micrometer.prometheus.PrometheusMeterRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,508Bean 'micrometerOptions' of type [io.lettuce.core.metrics.MicrometerOptions] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,509Bean 'lettuceMetrics' of type [org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration$$Lambda$572/0x00000008405d7c40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,550Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,583Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,586Bean 'jeecgBaseConfig' of type [org.jeecg.config.JeecgBaseConfig] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,587Bean 'shiroConfig' of type [org.jeecg.config.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$def5f91e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,723Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,727Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e94821f6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,733Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,761Bean 'shiroRealm' of type [org.jeecg.config.shiro.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,827===============(1)创建缓存管理器RedisCacheManagerredisCacheManagerShiroConfig.java227
INFO2023-02-04 10:09:06,828===============(2)创建RedisManager,连接Redis..redisManagerShiroConfig.java245
INFO2023-02-04 10:09:06,830Bean 'redisManager' of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,835Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,852Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,866Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$92d28ed5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:06,868Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-04 10:09:07,185Tomcat initialized with port(s): 8080 (http)initializeTomcatWebServer.java108
INFO2023-02-04 10:09:07,186An older version [1.2.16] of the Apache Tomcat Native library is installed, while Tomcat recommends a minimum version of [1.2.30]logDirectJDKLog.java173
INFO2023-02-04 10:09:07,186Loaded Apache Tomcat Native library [1.2.16] using APR version [1.6.3].logDirectJDKLog.java173
INFO2023-02-04 10:09:07,187APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true], UDS [false].logDirectJDKLog.java173
INFO2023-02-04 10:09:07,188APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]logDirectJDKLog.java173
INFO2023-02-04 10:09:08,229OpenSSL successfully initialized [OpenSSL 1.0.2m 2 Nov 2017]logDirectJDKLog.java173
INFO2023-02-04 10:09:08,243Initializing ProtocolHandler ["http-nio-8080"]logDirectJDKLog.java173
INFO2023-02-04 10:09:08,244Starting service [Tomcat]logDirectJDKLog.java173
INFO2023-02-04 10:09:08,244Starting Servlet engine: [Apache Tomcat/9.0.69]logDirectJDKLog.java173
INFO2023-02-04 10:09:08,365Initializing Spring embedded WebApplicationContextlogDirectJDKLog.java173
INFO2023-02-04 10:09:08,366Root WebApplicationContext: initialization completed in 4349 msprepareWebApplicationContextServletWebServerApplicationContext.java290
INFO2023-02-04 10:09:08,527 Init JimuReport Config [ Token Interceptor & Resource Locations ] afterPropertiesSetJimuReportConfiguration.java99
INFO2023-02-04 10:09:09,229{dataSource-1,master} initedinitDruidDataSource.java994
INFO2023-02-04 10:09:09,231dynamic-datasource - load a datasource named [master] successaddDataSourceDynamicRoutingDataSource.java132
INFO2023-02-04 10:09:09,232dynamic-datasource initial loaded [1] datasource,primary datasource named [master]afterPropertiesSetDynamicRoutingDataSource.java237
INFO2023-02-04 10:09:10,380 --- redis config init --- redisTemplateRedisConfig.java56
INFO2023-02-04 10:09:11,237Using default implementation for ThreadExecutorinstantiateStdSchedulerFactory.java1220
INFO2023-02-04 10:09:11,238Job execution threads will use class loader of thread: maininitializeSimpleThreadPool.java268
INFO2023-02-04 10:09:11,259Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl<init>SchedulerSignalerImpl.java61
INFO2023-02-04 10:09:11,259Quartz Scheduler v.2.3.2 created.<init>QuartzScheduler.java229
INFO2023-02-04 10:09:11,261Using db table-based data access locking (synchronization).initializeJobStoreSupport.java672
INFO2023-02-04 10:09:11,262JobStoreCMT initialized.initializeJobStoreCMT.java145
INFO2023-02-04 10:09:11,262Scheduler meta-data: Quartz Scheduler (v2.3.2) 'MyScheduler' with instanceId 'DESKTOP-NV2FPM81675476551237' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered. +initializeQuartzScheduler.java294
INFO2023-02-04 10:09:11,262Quartz scheduler 'MyScheduler' initialized from an externally provided properties instance.instantiateStdSchedulerFactory.java1374
INFO2023-02-04 10:09:11,262Quartz scheduler version: 2.3.2instantiateStdSchedulerFactory.java1378
INFO2023-02-04 10:09:11,262JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@446c8a54setJobFactoryQuartzScheduler.java2293
INFO2023-02-04 10:09:12,384 Init JimuReport Config [ 线程池 ] afterPropertiesSetJmReportExecutorConfig.java42
INFO2023-02-04 10:09:13,200Exposing 2 endpoint(s) beneath base path '/actuator'<init>EndpointLinksResolver.java58
INFO2023-02-04 10:09:13,279 Init CodeGenerate Config [ Get Db Config From application.yml ] initCodeGenerateDbConfigCodeGenerateDbConfig.java46
INFO2023-02-04 10:09:14,245Starting ProtocolHandler ["http-nio-8080"]logDirectJDKLog.java173
INFO2023-02-04 10:09:14,261Tomcat started on port(s): 8080 (http) with context path '/linkage-boot'startTomcatWebServer.java220
INFO2023-02-04 10:09:15,380Will start Quartz Scheduler [MyScheduler] in 1 secondsstartSchedulerSchedulerFactoryBean.java734
INFO2023-02-04 10:09:15,392Started LinkageSystemApplication in 11.951 seconds (JVM running for 12.791)logStartedStartupInfoLogger.java61
INFO2023-02-04 10:09:15,398 Init Code Generate Template [ 检测如果是JAR启动环境,Copy模板到config目录 ] onApplicationEventCodeTemplateInitListener.java30
INFO2023-02-04 10:09:15,486 +---------------------------------------------------------- + Application Linkage-Boot is running! Access URLs: + Local: http://localhost:8080/linkage-boot/ + External: http://192.168.0.45:8080/linkage-boot/ + Swagger文档: http://192.168.0.45:8080/linkage-boot/doc.html +----------------------------------------------------------mainLinkageSystemApplication.java35
INFO2023-02-04 10:09:15,569Initializing Spring DispatcherServlet 'dispatcherServlet'logDirectJDKLog.java173
INFO2023-02-04 10:09:15,570Initializing Servlet 'dispatcherServlet'initServletBeanFrameworkServlet.java525
INFO2023-02-04 10:09:15,571Completed initialization in 1 msinitServletBeanFrameworkServlet.java547
INFO2023-02-04 10:09:16,389Starting Quartz Scheduler now, after delay of 1 secondsrunSchedulerFactoryBean.java750
INFO2023-02-04 10:09:16,567ClusterManager: detected 1 failed or restarted instances.logWarnIfNonZeroJobStoreSupport.java3644
INFO2023-02-04 10:09:16,568ClusterManager: Scanning for instance "DESKTOP-NV2FPM81675474910985"'s failed in-progress jobs.clusterRecoverJobStoreSupport.java3503
INFO2023-02-04 10:09:16,613Scheduler MyScheduler_$_DESKTOP-NV2FPM81675476551237 started.startQuartzScheduler.java547
INFO2023-02-04 10:09:36,153————————身份认证失败——————————IP地址: 192.168.0.45,URL:/linkage-boot/errordoGetAuthenticationInfoShiroRealm.java97