7908 lines
		
	
	
		
			1.4 MiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			7908 lines
		
	
	
		
			1.4 MiB
		
	
	
	
	
	
	
	
| 2025/04/04-17:44:17 INFO  [main] com.jsh.erp.ErpApplication - Starting ErpApplication on limengshundeMac-mini.local with PID 47343 (/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes started by mengshun in /Users/mengshun/Documents/dev/JSH_ERP)
 | |
| 2025/04/04-17:44:17 DEBUG [main] com.jsh.erp.ErpApplication - Running with Spring Boot v2.0.0.RELEASE, Spring v5.0.4.RELEASE
 | |
| 2025/04/04-17:44:17 INFO  [main] com.jsh.erp.ErpApplication - No active profile set, falling back to default profiles: default
 | |
| 2025/04/04-17:44:19 INFO  [main] com.jsh.erp.ErpApplication - Starting ErpApplication on limengshundeMac-mini.local with PID 47350 (/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes started by mengshun in /Users/mengshun/Documents/dev/JSH_ERP)
 | |
| 2025/04/04-17:44:19 DEBUG [main] com.jsh.erp.ErpApplication - Running with Spring Boot v2.0.0.RELEASE, Spring v5.0.4.RELEASE
 | |
| 2025/04/04-17:44:19 INFO  [main] com.jsh.erp.ErpApplication - No active profile set, falling back to default profiles: default
 | |
| 2025/04/04-17:44:19 ERROR [main] com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
 | |
| com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.Util.getInstance(Util.java:384)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:973)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:918)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2588)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2321)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:832)
 | |
| 	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:417)
 | |
| 	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:344)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:365)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:194)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:460)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:534)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
 | |
| 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:601)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$64dd0eeb.CGLIB$sqlSessionFactory$1(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$64dd0eeb$$FastClassBySpringCGLIB$$b1dab194.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$64dd0eeb.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: java.lang.NullPointerException: null
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getServerCharacterEncoding(ConnectionImpl.java:3307)
 | |
| 	at com.mysql.jdbc.MysqlIO.sendConnectionAttributes(MysqlIO.java:1985)
 | |
| 	at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1911)
 | |
| 	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1288)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2506)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2539)
 | |
| 	... 88 common frames omitted
 | |
| 2025/04/04-17:44:19 ERROR [main] org.springframework.boot.SpringApplication - Application run failed
 | |
| org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 17 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1439)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 30 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:587)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	... 43 common frames omitted
 | |
| Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	... 55 common frames omitted
 | |
| Caused by: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at com.baomidou.mybatisplus.core.toolkit.ExceptionUtils.mpe(ExceptionUtils.java:51)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:604)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$64dd0eeb.CGLIB$sqlSessionFactory$1(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$64dd0eeb$$FastClassBySpringCGLIB$$b1dab194.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$64dd0eeb.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	... 56 common frames omitted
 | |
| 2025/04/04-17:44:19 INFO  [main] com.jsh.erp.ErpApplication - Starting ErpApplication on limengshundeMac-mini.local with PID 47352 (/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes started by mengshun in /Users/mengshun/Documents/dev/JSH_ERP)
 | |
| 2025/04/04-17:44:19 DEBUG [main] com.jsh.erp.ErpApplication - Running with Spring Boot v2.0.0.RELEASE, Spring v5.0.4.RELEASE
 | |
| 2025/04/04-17:44:19 INFO  [main] com.jsh.erp.ErpApplication - No active profile set, falling back to default profiles: default
 | |
| 2025/04/04-17:44:20 INFO  [main] com.jsh.erp.ErpApplication - Starting ErpApplication on limengshundeMac-mini.local with PID 47354 (/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes started by mengshun in /Users/mengshun/Documents/dev/JSH_ERP)
 | |
| 2025/04/04-17:44:20 DEBUG [main] com.jsh.erp.ErpApplication - Running with Spring Boot v2.0.0.RELEASE, Spring v5.0.4.RELEASE
 | |
| 2025/04/04-17:44:20 INFO  [main] com.jsh.erp.ErpApplication - No active profile set, falling back to default profiles: default
 | |
| 2025/04/04-17:44:21 ERROR [main] com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
 | |
| com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.Util.getInstance(Util.java:384)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:973)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:918)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2588)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2321)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:832)
 | |
| 	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:417)
 | |
| 	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:344)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:365)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:194)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:460)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:534)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
 | |
| 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:601)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$cb965aeb.CGLIB$sqlSessionFactory$1(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$cb965aeb$$FastClassBySpringCGLIB$$29e7d569.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$cb965aeb.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: java.lang.NullPointerException: null
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getServerCharacterEncoding(ConnectionImpl.java:3307)
 | |
| 	at com.mysql.jdbc.MysqlIO.sendConnectionAttributes(MysqlIO.java:1985)
 | |
| 	at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1911)
 | |
| 	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1288)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2506)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2539)
 | |
| 	... 88 common frames omitted
 | |
| 2025/04/04-17:44:21 ERROR [main] org.springframework.boot.SpringApplication - Application run failed
 | |
| org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 17 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1439)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 30 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:587)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	... 43 common frames omitted
 | |
| Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	... 55 common frames omitted
 | |
| Caused by: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at com.baomidou.mybatisplus.core.toolkit.ExceptionUtils.mpe(ExceptionUtils.java:51)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:604)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$cb965aeb.CGLIB$sqlSessionFactory$1(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$cb965aeb$$FastClassBySpringCGLIB$$29e7d569.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$cb965aeb.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	... 56 common frames omitted
 | |
| 2025/04/04-17:44:22 ERROR [main] com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
 | |
| com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.Util.getInstance(Util.java:384)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:973)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:918)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2588)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2321)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:832)
 | |
| 	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:417)
 | |
| 	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:344)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:365)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:194)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:460)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:534)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
 | |
| 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:601)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$9a43f54.CGLIB$sqlSessionFactory$2(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$9a43f54$$FastClassBySpringCGLIB$$41143c9a.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$9a43f54.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: java.lang.NullPointerException: null
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getServerCharacterEncoding(ConnectionImpl.java:3307)
 | |
| 	at com.mysql.jdbc.MysqlIO.sendConnectionAttributes(MysqlIO.java:1985)
 | |
| 	at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1911)
 | |
| 	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1288)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2506)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2539)
 | |
| 	... 88 common frames omitted
 | |
| 2025/04/04-17:44:22 ERROR [main] org.springframework.boot.SpringApplication - Application run failed
 | |
| org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 17 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1439)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 30 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:587)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	... 43 common frames omitted
 | |
| Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	... 55 common frames omitted
 | |
| Caused by: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at com.baomidou.mybatisplus.core.toolkit.ExceptionUtils.mpe(ExceptionUtils.java:51)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:604)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$9a43f54.CGLIB$sqlSessionFactory$2(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$9a43f54$$FastClassBySpringCGLIB$$41143c9a.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$9a43f54.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	... 56 common frames omitted
 | |
| 2025/04/04-17:44:22 ERROR [main] com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
 | |
| com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.Util.getInstance(Util.java:384)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:973)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:918)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2588)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2321)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:832)
 | |
| 	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:417)
 | |
| 	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:344)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:365)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:194)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:460)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:534)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
 | |
| 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:601)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$eb3ee780.CGLIB$sqlSessionFactory$2(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$eb3ee780$$FastClassBySpringCGLIB$$f2189a9d.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$eb3ee780.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: java.lang.NullPointerException: null
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getServerCharacterEncoding(ConnectionImpl.java:3307)
 | |
| 	at com.mysql.jdbc.MysqlIO.sendConnectionAttributes(MysqlIO.java:1985)
 | |
| 	at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1911)
 | |
| 	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1288)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2506)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2539)
 | |
| 	... 88 common frames omitted
 | |
| 2025/04/04-17:44:22 ERROR [main] org.springframework.boot.SpringApplication - Application run failed
 | |
| org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 17 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1439)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 30 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:587)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	... 43 common frames omitted
 | |
| Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	... 55 common frames omitted
 | |
| Caused by: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at com.baomidou.mybatisplus.core.toolkit.ExceptionUtils.mpe(ExceptionUtils.java:51)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:604)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$eb3ee780.CGLIB$sqlSessionFactory$2(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$eb3ee780$$FastClassBySpringCGLIB$$f2189a9d.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$eb3ee780.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	... 56 common frames omitted
 | |
| 2025/04/04-17:44:23 INFO  [main] com.jsh.erp.ErpApplication - Starting ErpApplication on limengshundeMac-mini.local with PID 47360 (/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes started by mengshun in /Users/mengshun/Documents/dev/JSH_ERP)
 | |
| 2025/04/04-17:44:23 DEBUG [main] com.jsh.erp.ErpApplication - Running with Spring Boot v2.0.0.RELEASE, Spring v5.0.4.RELEASE
 | |
| 2025/04/04-17:44:23 INFO  [main] com.jsh.erp.ErpApplication - No active profile set, falling back to default profiles: default
 | |
| 2025/04/04-17:44:23 INFO  [main] com.jsh.erp.ErpApplication - Starting ErpApplication on limengshundeMac-mini.local with PID 47364 (/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes started by mengshun in /Users/mengshun/Documents/dev/JSH_ERP)
 | |
| 2025/04/04-17:44:23 DEBUG [main] com.jsh.erp.ErpApplication - Running with Spring Boot v2.0.0.RELEASE, Spring v5.0.4.RELEASE
 | |
| 2025/04/04-17:44:23 INFO  [main] com.jsh.erp.ErpApplication - No active profile set, falling back to default profiles: default
 | |
| 2025/04/04-17:44:24 ERROR [main] com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
 | |
| com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.Util.getInstance(Util.java:384)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:973)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:918)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2588)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2321)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:832)
 | |
| 	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:417)
 | |
| 	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:344)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:365)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:194)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:460)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:534)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
 | |
| 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:601)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$3f5e4389.CGLIB$sqlSessionFactory$1(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$3f5e4389$$FastClassBySpringCGLIB$$7f0a2027.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$3f5e4389.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: java.lang.NullPointerException: null
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getServerCharacterEncoding(ConnectionImpl.java:3307)
 | |
| 	at com.mysql.jdbc.MysqlIO.sendConnectionAttributes(MysqlIO.java:1985)
 | |
| 	at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1911)
 | |
| 	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1288)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2506)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2539)
 | |
| 	... 88 common frames omitted
 | |
| 2025/04/04-17:44:24 ERROR [main] org.springframework.boot.SpringApplication - Application run failed
 | |
| org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 17 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1439)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 30 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:587)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	... 43 common frames omitted
 | |
| Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	... 55 common frames omitted
 | |
| Caused by: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at com.baomidou.mybatisplus.core.toolkit.ExceptionUtils.mpe(ExceptionUtils.java:51)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:604)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$3f5e4389.CGLIB$sqlSessionFactory$1(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$3f5e4389$$FastClassBySpringCGLIB$$7f0a2027.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$3f5e4389.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	... 56 common frames omitted
 | |
| 2025/04/04-17:49:50 INFO  [main] com.jsh.erp.ErpApplication - Starting ErpApplication on limengshundeMac-mini.local with PID 48514 (/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes started by mengshun in /Users/mengshun/Documents/dev/JSH_ERP)
 | |
| 2025/04/04-17:49:50 DEBUG [main] com.jsh.erp.ErpApplication - Running with Spring Boot v2.0.0.RELEASE, Spring v5.0.4.RELEASE
 | |
| 2025/04/04-17:49:50 INFO  [main] com.jsh.erp.ErpApplication - No active profile set, falling back to default profiles: default
 | |
| 2025/04/04-17:49:52 ERROR [main] com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
 | |
| com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.Util.getInstance(Util.java:384)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:973)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:918)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2588)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2321)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:832)
 | |
| 	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:417)
 | |
| 	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:344)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:365)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:194)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:460)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:534)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
 | |
| 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:601)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$5b32573a.CGLIB$sqlSessionFactory$1(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$5b32573a$$FastClassBySpringCGLIB$$74fbafe0.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$5b32573a.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: java.lang.NullPointerException: null
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getServerCharacterEncoding(ConnectionImpl.java:3307)
 | |
| 	at com.mysql.jdbc.MysqlIO.sendConnectionAttributes(MysqlIO.java:1985)
 | |
| 	at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1911)
 | |
| 	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1288)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2506)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2539)
 | |
| 	... 88 common frames omitted
 | |
| 2025/04/04-17:49:52 ERROR [main] org.springframework.boot.SpringApplication - Application run failed
 | |
| org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 17 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1439)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 30 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:587)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	... 43 common frames omitted
 | |
| Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	... 55 common frames omitted
 | |
| Caused by: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at com.baomidou.mybatisplus.core.toolkit.ExceptionUtils.mpe(ExceptionUtils.java:51)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:604)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$5b32573a.CGLIB$sqlSessionFactory$1(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$5b32573a$$FastClassBySpringCGLIB$$74fbafe0.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$5b32573a.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	... 56 common frames omitted
 | |
| 2025/04/04-17:50:38 INFO  [main] com.jsh.erp.ErpApplication - Starting ErpApplication on limengshundeMac-mini.local with PID 48685 (/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes started by mengshun in /Users/mengshun/Documents/dev/JSH_ERP)
 | |
| 2025/04/04-17:50:38 DEBUG [main] com.jsh.erp.ErpApplication - Running with Spring Boot v2.0.0.RELEASE, Spring v5.0.4.RELEASE
 | |
| 2025/04/04-17:50:38 INFO  [main] com.jsh.erp.ErpApplication - No active profile set, falling back to default profiles: default
 | |
| 2025/04/04-17:50:40 ERROR [main] com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
 | |
| com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.Util.getInstance(Util.java:384)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:973)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:918)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2588)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2321)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:832)
 | |
| 	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:417)
 | |
| 	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:344)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:365)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:194)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:460)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:534)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
 | |
| 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:601)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$dc60217a.CGLIB$sqlSessionFactory$2(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$dc60217a$$FastClassBySpringCGLIB$$c13a0fc6.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$dc60217a.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: java.lang.NullPointerException: null
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getServerCharacterEncoding(ConnectionImpl.java:3307)
 | |
| 	at com.mysql.jdbc.MysqlIO.sendConnectionAttributes(MysqlIO.java:1985)
 | |
| 	at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1911)
 | |
| 	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1288)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2506)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2539)
 | |
| 	... 88 common frames omitted
 | |
| 2025/04/04-17:50:40 ERROR [main] org.springframework.boot.SpringApplication - Application run failed
 | |
| org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 17 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1439)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 30 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:587)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	... 43 common frames omitted
 | |
| Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	... 55 common frames omitted
 | |
| Caused by: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at com.baomidou.mybatisplus.core.toolkit.ExceptionUtils.mpe(ExceptionUtils.java:51)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:604)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$dc60217a.CGLIB$sqlSessionFactory$2(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$dc60217a$$FastClassBySpringCGLIB$$c13a0fc6.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$dc60217a.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	... 56 common frames omitted
 | |
| 2025/04/04-17:51:20 INFO  [main] com.jsh.erp.ErpApplication - Starting ErpApplication on limengshundeMac-mini.local with PID 48992 (/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes started by mengshun in /Users/mengshun/Documents/dev/JSH_ERP)
 | |
| 2025/04/04-17:51:20 DEBUG [main] com.jsh.erp.ErpApplication - Running with Spring Boot v2.0.0.RELEASE, Spring v5.0.4.RELEASE
 | |
| 2025/04/04-17:51:20 INFO  [main] com.jsh.erp.ErpApplication - No active profile set, falling back to default profiles: default
 | |
| 2025/04/04-17:51:22 ERROR [main] com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
 | |
| com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.Util.getInstance(Util.java:384)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:973)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:918)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2588)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2321)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:832)
 | |
| 	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:417)
 | |
| 	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:344)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:365)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:194)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:460)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:534)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
 | |
| 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:601)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$f4a6de9d.CGLIB$sqlSessionFactory$2(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$f4a6de9d$$FastClassBySpringCGLIB$$2483f653.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$f4a6de9d.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: java.lang.NullPointerException: null
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getServerCharacterEncoding(ConnectionImpl.java:3307)
 | |
| 	at com.mysql.jdbc.MysqlIO.sendConnectionAttributes(MysqlIO.java:1985)
 | |
| 	at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1911)
 | |
| 	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1288)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2506)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2539)
 | |
| 	... 88 common frames omitted
 | |
| 2025/04/04-17:51:22 ERROR [main] org.springframework.boot.SpringApplication - Application run failed
 | |
| org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 17 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1439)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 30 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:587)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	... 43 common frames omitted
 | |
| Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	... 55 common frames omitted
 | |
| Caused by: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at com.baomidou.mybatisplus.core.toolkit.ExceptionUtils.mpe(ExceptionUtils.java:51)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:604)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$f4a6de9d.CGLIB$sqlSessionFactory$2(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$f4a6de9d$$FastClassBySpringCGLIB$$2483f653.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$f4a6de9d.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	... 56 common frames omitted
 | |
| 2025/04/04-17:51:42 INFO  [main] com.jsh.erp.ErpApplication - Starting ErpApplication on limengshundeMac-mini.local with PID 49123 (/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes started by mengshun in /Users/mengshun/Documents/dev/JSH_ERP)
 | |
| 2025/04/04-17:51:42 DEBUG [main] com.jsh.erp.ErpApplication - Running with Spring Boot v2.0.0.RELEASE, Spring v5.0.4.RELEASE
 | |
| 2025/04/04-17:51:42 INFO  [main] com.jsh.erp.ErpApplication - No active profile set, falling back to default profiles: default
 | |
| 2025/04/04-17:51:44 ERROR [main] com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
 | |
| com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.Util.getInstance(Util.java:384)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:973)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:918)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2588)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2321)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:832)
 | |
| 	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:417)
 | |
| 	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:344)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:365)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:194)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:460)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:534)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
 | |
| 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:601)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$374f98c4.CGLIB$sqlSessionFactory$1(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$374f98c4$$FastClassBySpringCGLIB$$c720dbea.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$374f98c4.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: java.lang.NullPointerException: null
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getServerCharacterEncoding(ConnectionImpl.java:3307)
 | |
| 	at com.mysql.jdbc.MysqlIO.sendConnectionAttributes(MysqlIO.java:1985)
 | |
| 	at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1911)
 | |
| 	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1288)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2506)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2539)
 | |
| 	... 88 common frames omitted
 | |
| 2025/04/04-17:51:44 ERROR [main] org.springframework.boot.SpringApplication - Application run failed
 | |
| org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 17 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1439)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 30 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:587)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	... 43 common frames omitted
 | |
| Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	... 55 common frames omitted
 | |
| Caused by: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at com.baomidou.mybatisplus.core.toolkit.ExceptionUtils.mpe(ExceptionUtils.java:51)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:604)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$374f98c4.CGLIB$sqlSessionFactory$1(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$374f98c4$$FastClassBySpringCGLIB$$c720dbea.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$374f98c4.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	... 56 common frames omitted
 | |
| 2025/04/04-17:52:33 INFO  [main] com.jsh.erp.ErpApplication - Starting ErpApplication on limengshundeMac-mini.local with PID 49138 (/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes started by mengshun in /Users/mengshun/Documents/dev/JSH_ERP)
 | |
| 2025/04/04-17:52:33 DEBUG [main] com.jsh.erp.ErpApplication - Running with Spring Boot v2.0.0.RELEASE, Spring v5.0.4.RELEASE
 | |
| 2025/04/04-17:52:33 INFO  [main] com.jsh.erp.ErpApplication - No active profile set, falling back to default profiles: default
 | |
| 2025/04/04-17:52:35 ERROR [main] com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
 | |
| com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.Util.getInstance(Util.java:384)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:973)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:918)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2588)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2321)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:832)
 | |
| 	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:417)
 | |
| 	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:344)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:365)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:194)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:460)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:534)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
 | |
| 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:601)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$72e141ff.CGLIB$sqlSessionFactory$2(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$72e141ff$$FastClassBySpringCGLIB$$aed6a048.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$72e141ff.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: java.lang.NullPointerException: null
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getServerCharacterEncoding(ConnectionImpl.java:3307)
 | |
| 	at com.mysql.jdbc.MysqlIO.sendConnectionAttributes(MysqlIO.java:1985)
 | |
| 	at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1911)
 | |
| 	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1288)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2506)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2539)
 | |
| 	... 88 common frames omitted
 | |
| 2025/04/04-17:52:35 ERROR [main] org.springframework.boot.SpringApplication - Application run failed
 | |
| org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 17 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1439)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 30 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:587)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	... 43 common frames omitted
 | |
| Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	... 55 common frames omitted
 | |
| Caused by: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at com.baomidou.mybatisplus.core.toolkit.ExceptionUtils.mpe(ExceptionUtils.java:51)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:604)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$72e141ff.CGLIB$sqlSessionFactory$2(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$72e141ff$$FastClassBySpringCGLIB$$aed6a048.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$72e141ff.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	... 56 common frames omitted
 | |
| 2025/04/04-17:53:18 INFO  [main] com.jsh.erp.ErpApplication - Starting ErpApplication on limengshundeMac-mini.local with PID 49173 (/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes started by mengshun in /Users/mengshun/Documents/dev/JSH_ERP)
 | |
| 2025/04/04-17:53:18 DEBUG [main] com.jsh.erp.ErpApplication - Running with Spring Boot v2.0.0.RELEASE, Spring v5.0.4.RELEASE
 | |
| 2025/04/04-17:53:18 INFO  [main] com.jsh.erp.ErpApplication - No active profile set, falling back to default profiles: default
 | |
| 2025/04/04-17:53:20 ERROR [main] com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
 | |
| com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.Util.getInstance(Util.java:384)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:973)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:918)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2588)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2321)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:832)
 | |
| 	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:417)
 | |
| 	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:344)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:365)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:194)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:460)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:534)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
 | |
| 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:601)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$dc60217a.CGLIB$sqlSessionFactory$2(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$dc60217a$$FastClassBySpringCGLIB$$c13a0fc6.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$dc60217a.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: java.lang.NullPointerException: null
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getServerCharacterEncoding(ConnectionImpl.java:3307)
 | |
| 	at com.mysql.jdbc.MysqlIO.sendConnectionAttributes(MysqlIO.java:1985)
 | |
| 	at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1911)
 | |
| 	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1288)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2506)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2539)
 | |
| 	... 88 common frames omitted
 | |
| 2025/04/04-17:53:20 ERROR [main] org.springframework.boot.SpringApplication - Application run failed
 | |
| org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 17 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1439)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 30 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:587)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	... 43 common frames omitted
 | |
| Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	... 55 common frames omitted
 | |
| Caused by: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at com.baomidou.mybatisplus.core.toolkit.ExceptionUtils.mpe(ExceptionUtils.java:51)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:604)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$dc60217a.CGLIB$sqlSessionFactory$2(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$dc60217a$$FastClassBySpringCGLIB$$c13a0fc6.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$dc60217a.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	... 56 common frames omitted
 | |
| 2025/04/04-17:53:39 INFO  [main] com.jsh.erp.ErpApplication - Starting ErpApplication on limengshundeMac-mini.local with PID 49208 (/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes started by mengshun in /Users/mengshun/Documents/dev/JSH_ERP)
 | |
| 2025/04/04-17:53:39 DEBUG [main] com.jsh.erp.ErpApplication - Running with Spring Boot v2.0.0.RELEASE, Spring v5.0.4.RELEASE
 | |
| 2025/04/04-17:53:39 INFO  [main] com.jsh.erp.ErpApplication - No active profile set, falling back to default profiles: default
 | |
| 2025/04/04-17:53:41 ERROR [main] com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
 | |
| com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.Util.getInstance(Util.java:384)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:973)
 | |
| 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:918)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2588)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2321)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:832)
 | |
| 	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 | |
| 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 | |
| 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 | |
| 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
 | |
| 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:417)
 | |
| 	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:344)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:365)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:194)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:460)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:534)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
 | |
| 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:601)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$b2713f07.CGLIB$sqlSessionFactory$1(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$b2713f07$$FastClassBySpringCGLIB$$d32a8908.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$b2713f07.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: java.lang.NullPointerException: null
 | |
| 	at com.mysql.jdbc.ConnectionImpl.getServerCharacterEncoding(ConnectionImpl.java:3307)
 | |
| 	at com.mysql.jdbc.MysqlIO.sendConnectionAttributes(MysqlIO.java:1985)
 | |
| 	at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1911)
 | |
| 	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1288)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2506)
 | |
| 	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2539)
 | |
| 	... 88 common frames omitted
 | |
| 2025/04/04-17:53:41 ERROR [main] org.springframework.boot.SpringApplication - Application run failed
 | |
| org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 17 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1439)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 30 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:587)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	... 43 common frames omitted
 | |
| Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	... 55 common frames omitted
 | |
| Caused by: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
 | |
| 	at com.baomidou.mybatisplus.core.toolkit.ExceptionUtils.mpe(ExceptionUtils.java:51)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:604)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$b2713f07.CGLIB$sqlSessionFactory$1(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$b2713f07$$FastClassBySpringCGLIB$$d32a8908.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$b2713f07.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	... 56 common frames omitted
 | |
| 2025/04/04-17:54:03 INFO  [main] com.jsh.erp.ErpApplication - Starting ErpApplication on limengshundeMac-mini.local with PID 49236 (/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes started by mengshun in /Users/mengshun/Documents/dev/JSH_ERP)
 | |
| 2025/04/04-17:54:03 DEBUG [main] com.jsh.erp.ErpApplication - Running with Spring Boot v2.0.0.RELEASE, Spring v5.0.4.RELEASE
 | |
| 2025/04/04-17:54:03 INFO  [main] com.jsh.erp.ErpApplication - No active profile set, falling back to default profiles: default
 | |
| 2025/04/04-17:54:05 INFO  [main] com.jsh.erp.ErpApplication - Started ErpApplication in 2.427 seconds (JVM running for 2.598)
 | |
| 2025/04/04-17:54:16 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:54:16 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: platform_name(String)
 | |
| 2025/04/04-17:54:16 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:16 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:54:16 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: platform_url(String)
 | |
| 2025/04/04-17:54:16 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:16 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:54:16 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: register_flag(String)
 | |
| 2025/04/04-17:54:16 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE (login_name = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: admin(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==>  Preparing: SELECT id, tenant_id, login_name, user_num_limit, type, enabled, create_time, expire_time, remark, delete_flag FROM jsh_tenant WHERE (tenant_id = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==> Parameters: 0(Long), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE (login_name = ? AND password = ? AND status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: admin(String), e10adc3949ba59abbe56e057f20f883e(String), 0(Byte), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE (login_name = ? AND status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: admin(String), 0(Byte), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.LogMapperEx.insertLogWithUserId - ==>  Preparing: insert into jsh_log (user_id, operation, client_ip, create_time, status, content, tenant_id) values (?, ?, ?, ?, ?, ?, ?) 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.LogMapperEx.insertLogWithUserId - ==> Parameters: 120(Long), 用户(String), 127.0.0.1/127.0.0.1(String), 2025-04-04 17:54:27.332(Timestamp), 0(Byte), 登录admin(String), 0(Long)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.LogMapperEx.insertLogWithUserId - <==    Updates: 1
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialPropertyMapper.selectByExample - ==>  Preparing: SELECT id, native_name, enabled, sort, another_name, tenant_id, delete_flag FROM jsh_material_property WHERE (delete_flag <> ?) 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 120(String), UserRole(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialPropertyMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 4(String), RoleFunctions(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE (delete_flag <> ?) 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:27 ERROR [http-nio-9999-exec-9] com.jsh.erp.service.MaterialPropertyService - 异常码[300],异常提示[数据查询异常],异常[{}]
 | |
| org.springframework.jdbc.BadSqlGrammarException: 
 | |
| ### Error querying database.  Cause: java.sql.SQLSyntaxErrorException: Unknown column 'tenant_id' in 'field list'
 | |
| ### The error may exist in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/mapper_xml/MaterialPropertyMapper.xml]
 | |
| ### The error may involve com.jsh.erp.datasource.mappers.MaterialPropertyMapper.selectByExample-Inline
 | |
| ### The error occurred while setting parameters
 | |
| ### SQL: SELECT id, native_name, enabled, sort, another_name, tenant_id, delete_flag FROM jsh_material_property WHERE (delete_flag <> ?)
 | |
| ### Cause: java.sql.SQLSyntaxErrorException: Unknown column 'tenant_id' in 'field list'
 | |
| ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column 'tenant_id' in 'field list'
 | |
| 	at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:235)
 | |
| 	at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
 | |
| 	at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:88)
 | |
| 	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)
 | |
| 	at com.sun.proxy.$Proxy93.selectList(Unknown Source)
 | |
| 	at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:223)
 | |
| 	at com.baomidou.mybatisplus.core.override.PageMapperMethod.executeForMany(PageMapperMethod.java:173)
 | |
| 	at com.baomidou.mybatisplus.core.override.PageMapperMethod.execute(PageMapperMethod.java:86)
 | |
| 	at com.baomidou.mybatisplus.core.override.PageMapperProxy.invoke(PageMapperProxy.java:64)
 | |
| 	at com.sun.proxy.$Proxy150.selectByExample(Unknown Source)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService.getMaterialProperty(MaterialPropertyService.java:53)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService$$FastClassBySpringCGLIB$$acdb6879.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
 | |
| 	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:685)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService$$EnhancerBySpringCGLIB$$41b90a3f.getMaterialProperty(<generated>)
 | |
| 	at com.jsh.erp.controller.MaterialPropertyController.getAllList(MaterialPropertyController.java:134)
 | |
| 	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:209)
 | |
| 	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:136)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:102)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:870)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:776)
 | |
| 	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
 | |
| 	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:991)
 | |
| 	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:925)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:978)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:870)
 | |
| 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:855)
 | |
| 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at com.jsh.erp.filter.LogCostFilter.doFilter(LogCostFilter.java:46)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
 | |
| 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
 | |
| 	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496)
 | |
| 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
 | |
| 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
 | |
| 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
 | |
| 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
 | |
| 	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803)
 | |
| 	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
 | |
| 	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790)
 | |
| 	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459)
 | |
| 	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
 | |
| 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
 | |
| 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 | |
| 	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 'tenant_id' in 'field list'
 | |
| 	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
 | |
| 	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
 | |
| 	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
 | |
| 	at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
 | |
| 	at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
 | |
| 	at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
 | |
| 	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
 | |
| 	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.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
 | |
| 	at com.sun.proxy.$Proxy193.execute(Unknown Source)
 | |
| 	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:63)
 | |
| 	at com.sun.proxy.$Proxy192.query(Unknown Source)
 | |
| 	at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63)
 | |
| 	at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:324)
 | |
| 	at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
 | |
| 	at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109)
 | |
| 	at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:108)
 | |
| 	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
 | |
| 	at com.sun.proxy.$Proxy191.query(Unknown Source)
 | |
| 	at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
 | |
| 	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:426)
 | |
| 	... 69 common frames omitted
 | |
| 2025/04/04-17:54:27 ERROR [http-nio-9999-exec-9] com.jsh.erp.controller.MaterialPropertyController - 数据查询异常
 | |
| com.jsh.erp.exception.BusinessRunTimeException: 数据查询异常
 | |
| 	at com.jsh.erp.exception.JshException.readFail(JshException.java:15)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService.getMaterialProperty(MaterialPropertyService.java:65)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService$$FastClassBySpringCGLIB$$acdb6879.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
 | |
| 	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:685)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService$$EnhancerBySpringCGLIB$$41b90a3f.getMaterialProperty(<generated>)
 | |
| 	at com.jsh.erp.controller.MaterialPropertyController.getAllList(MaterialPropertyController.java:134)
 | |
| 	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:209)
 | |
| 	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:136)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:102)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:870)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:776)
 | |
| 	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
 | |
| 	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:991)
 | |
| 	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:925)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:978)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:870)
 | |
| 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:855)
 | |
| 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at com.jsh.erp.filter.LogCostFilter.doFilter(LogCostFilter.java:46)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
 | |
| 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
 | |
| 	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496)
 | |
| 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
 | |
| 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
 | |
| 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
 | |
| 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
 | |
| 	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803)
 | |
| 	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
 | |
| 	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790)
 | |
| 	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459)
 | |
| 	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
 | |
| 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
 | |
| 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 | |
| 	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
 | |
| 	at java.base/java.lang.Thread.run(Thread.java:834)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 9
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 0(String), UserRole(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 0(String), RoleFunctions(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0401(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 040102(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 040104(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0502(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050203(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050202(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050201(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050204(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0603(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060301(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060303(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060305(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0801(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 5
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080103(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080105(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080107(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080109(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080111(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0704(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 6
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070402(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070403(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070404(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070405(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070406(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070407(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0301(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 14
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030113(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030102(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030105(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030103(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030104(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030106(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030107(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030150(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030108(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030109(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030101(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030110(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030111(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030112(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0101(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010101(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010102(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010103(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010105(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0102(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 7
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020101(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020102(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020103(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010202(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010204(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010205(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010206(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0001(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 10
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000102(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000103(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000108(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000104(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000105(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000105(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000109(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000106(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000107(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000112(String), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 120(String), UserRole(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 4(String), RoleFunctions(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (delete_flag <> ?) 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 64
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: pay_fee_url(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE (delete_flag <> ?) 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==>  Preparing: SELECT id, tenant_id, login_name, user_num_limit, type, enabled, create_time, expire_time, remark, delete_flag FROM jsh_tenant WHERE (tenant_id = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: pay_fee_url(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==> Parameters: 0(Long), 1(String)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-17:54:27 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: platform_name(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: platform_url(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 120(String), UserRole(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 4(String), RoleFunctions(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE (delete_flag <> ?) 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 9
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 0(String), UserRole(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 0(String), RoleFunctions(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0401(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 040102(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 040104(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0502(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050203(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050202(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050201(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050204(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0603(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060301(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060303(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060305(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0801(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 5
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080103(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080105(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080107(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080109(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080111(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0704(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 6
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070402(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070403(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070404(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070405(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070406(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070407(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0301(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 14
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030113(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030102(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030105(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030103(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030104(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030106(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030107(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030150(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030108(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030109(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030101(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030110(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030111(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030112(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0101(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010101(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010102(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010103(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010105(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0102(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 7
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020101(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020102(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020103(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010202(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010204(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010205(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010206(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0001(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 10
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000102(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000103(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000108(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000104(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000105(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000105(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000109(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000106(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000107(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000112(String), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 120(String), UserRole(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 4(String), RoleFunctions(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (delete_flag <> ?) 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 64
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE (delete_flag <> ?) 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: pay_fee_url(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: pay_fee_url(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==>  Preparing: SELECT id, tenant_id, login_name, user_num_limit, type, enabled, create_time, expire_time, remark, delete_flag FROM jsh_tenant WHERE (tenant_id = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==> Parameters: 0(Long), 1(String)
 | |
| 2025/04/04-17:54:37 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:40 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:54:40 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: platform_name(String)
 | |
| 2025/04/04-17:54:40 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:40 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:54:40 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: platform_url(String)
 | |
| 2025/04/04-17:54:40 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:54:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: register_flag(String)
 | |
| 2025/04/04-17:54:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE (login_name = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: jsh(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==>  Preparing: SELECT id, tenant_id, login_name, user_num_limit, type, enabled, create_time, expire_time, remark, delete_flag FROM jsh_tenant WHERE (tenant_id = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==> Parameters: 63(Long), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE (login_name = ? AND password = ? AND status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: jsh(String), e10adc3949ba59abbe56e057f20f883e(String), 0(Byte), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE (login_name = ? AND status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: jsh(String), 0(Byte), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.LogMapperEx.insertLogWithUserId - ==>  Preparing: insert into jsh_log (user_id, operation, client_ip, create_time, status, content, tenant_id) values (?, ?, ?, ?, ?, ?, ?) 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.LogMapperEx.insertLogWithUserId - ==> Parameters: 63(Long), 用户(String), 127.0.0.1/127.0.0.1(String), 2025-04-04 17:54:47.757(Timestamp), 0(Byte), 登录jsh(String), 63(Long)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.LogMapperEx.insertLogWithUserId - <==    Updates: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_excel_url(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 10(String), RoleFunctions(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialPropertyMapper.selectByExample - ==>  Preparing: SELECT id, native_name, enabled, sort, another_name, tenant_id, delete_flag FROM jsh_material_property WHERE jsh_material_property.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialPropertyMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:54:47 ERROR [http-nio-9999-exec-10] com.jsh.erp.service.MaterialPropertyService - 异常码[300],异常提示[数据查询异常],异常[{}]
 | |
| org.springframework.jdbc.BadSqlGrammarException: 
 | |
| ### Error querying database.  Cause: java.sql.SQLSyntaxErrorException: Unknown column 'tenant_id' in 'field list'
 | |
| ### The error may exist in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/mapper_xml/MaterialPropertyMapper.xml]
 | |
| ### The error may involve com.jsh.erp.datasource.mappers.MaterialPropertyMapper.selectByExample-Inline
 | |
| ### The error occurred while setting parameters
 | |
| ### SQL: SELECT id, native_name, enabled, sort, another_name, tenant_id, delete_flag FROM jsh_material_property WHERE jsh_material_property.tenant_id = 63 AND (delete_flag <> ?)
 | |
| ### Cause: java.sql.SQLSyntaxErrorException: Unknown column 'tenant_id' in 'field list'
 | |
| ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column 'tenant_id' in 'field list'
 | |
| 	at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:235)
 | |
| 	at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
 | |
| 	at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:88)
 | |
| 	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)
 | |
| 	at com.sun.proxy.$Proxy93.selectList(Unknown Source)
 | |
| 	at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:223)
 | |
| 	at com.baomidou.mybatisplus.core.override.PageMapperMethod.executeForMany(PageMapperMethod.java:173)
 | |
| 	at com.baomidou.mybatisplus.core.override.PageMapperMethod.execute(PageMapperMethod.java:86)
 | |
| 	at com.baomidou.mybatisplus.core.override.PageMapperProxy.invoke(PageMapperProxy.java:64)
 | |
| 	at com.sun.proxy.$Proxy150.selectByExample(Unknown Source)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService.getMaterialProperty(MaterialPropertyService.java:53)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService$$FastClassBySpringCGLIB$$acdb6879.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
 | |
| 	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:685)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService$$EnhancerBySpringCGLIB$$41b90a3f.getMaterialProperty(<generated>)
 | |
| 	at com.jsh.erp.controller.MaterialPropertyController.getAllList(MaterialPropertyController.java:134)
 | |
| 	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:209)
 | |
| 	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:136)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:102)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:870)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:776)
 | |
| 	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
 | |
| 	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:991)
 | |
| 	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:925)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:978)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:870)
 | |
| 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:855)
 | |
| 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at com.jsh.erp.filter.LogCostFilter.doFilter(LogCostFilter.java:46)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
 | |
| 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
 | |
| 	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496)
 | |
| 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
 | |
| 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
 | |
| 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
 | |
| 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
 | |
| 	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803)
 | |
| 	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
 | |
| 	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790)
 | |
| 	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459)
 | |
| 	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
 | |
| 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
 | |
| 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 | |
| 	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 'tenant_id' in 'field list'
 | |
| 	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
 | |
| 	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
 | |
| 	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
 | |
| 	at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
 | |
| 	at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
 | |
| 	at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
 | |
| 	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
 | |
| 	at jdk.internal.reflect.GeneratedMethodAccessor253.invoke(Unknown Source)
 | |
| 	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.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
 | |
| 	at com.sun.proxy.$Proxy193.execute(Unknown Source)
 | |
| 	at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
 | |
| 	at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
 | |
| 	at jdk.internal.reflect.GeneratedMethodAccessor256.invoke(Unknown Source)
 | |
| 	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:63)
 | |
| 	at com.sun.proxy.$Proxy192.query(Unknown Source)
 | |
| 	at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63)
 | |
| 	at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:324)
 | |
| 	at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
 | |
| 	at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109)
 | |
| 	at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:108)
 | |
| 	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
 | |
| 	at com.sun.proxy.$Proxy191.query(Unknown Source)
 | |
| 	at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
 | |
| 	at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
 | |
| 	at jdk.internal.reflect.GeneratedMethodAccessor265.invoke(Unknown Source)
 | |
| 	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:426)
 | |
| 	... 69 common frames omitted
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-17:54:47 ERROR [http-nio-9999-exec-10] com.jsh.erp.controller.MaterialPropertyController - 数据查询异常
 | |
| com.jsh.erp.exception.BusinessRunTimeException: 数据查询异常
 | |
| 	at com.jsh.erp.exception.JshException.readFail(JshException.java:15)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService.getMaterialProperty(MaterialPropertyService.java:65)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService$$FastClassBySpringCGLIB$$acdb6879.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
 | |
| 	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:685)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService$$EnhancerBySpringCGLIB$$41b90a3f.getMaterialProperty(<generated>)
 | |
| 	at com.jsh.erp.controller.MaterialPropertyController.getAllList(MaterialPropertyController.java:134)
 | |
| 	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:209)
 | |
| 	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:136)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:102)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:870)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:776)
 | |
| 	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
 | |
| 	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:991)
 | |
| 	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:925)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:978)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:870)
 | |
| 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:855)
 | |
| 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at com.jsh.erp.filter.LogCostFilter.doFilter(LogCostFilter.java:46)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
 | |
| 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
 | |
| 	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496)
 | |
| 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
 | |
| 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
 | |
| 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
 | |
| 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
 | |
| 	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803)
 | |
| 	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
 | |
| 	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790)
 | |
| 	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459)
 | |
| 	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
 | |
| 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
 | |
| 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 | |
| 	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
 | |
| 	at java.base/java.lang.Thread.run(Thread.java:834)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==>  Preparing: SELECT id, tenant_id, login_name, user_num_limit, type, enabled, create_time, expire_time, remark, delete_flag FROM jsh_tenant WHERE (tenant_id = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 9
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==> Parameters: 63(Long), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 10(String), RoleFunctions(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0401(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 040102(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 040104(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0502(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050203(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050202(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050201(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050204(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0603(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060301(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060303(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060305(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0801(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 5
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080103(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080105(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080107(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080109(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080111(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0704(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 6
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070402(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070403(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070404(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070405(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070406(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070407(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0301(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 14
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030113(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030102(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030105(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030103(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030104(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030106(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030107(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030150(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030108(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030109(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030101(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030110(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030111(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030112(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0101(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010101(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010102(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010103(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010105(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0102(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 7
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020101(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020102(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020103(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010202(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010204(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010205(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010206(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0001(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 10
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000102(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000103(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000108(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000104(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000105(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000105(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000109(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000106(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000107(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000112(String), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 10(String), RoleFunctions(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (delete_flag <> ?) 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 64
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: pay_fee_url(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==>  Preparing: SELECT id, tenant_id, login_name, user_num_limit, type, enabled, create_time, expire_time, remark, delete_flag FROM jsh_tenant WHERE (tenant_id = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==> Parameters: 63(Long), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: pay_fee_url(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg_COUNT - ==>  Preparing: SELECT count(0) FROM jsh_msg WHERE jsh_msg.tenant_id = 63 AND 1 = 1 AND ifnull(delete_Flag, '0') != '1' AND user_id = ? 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MsgMapper.selectByExample - ==>  Preparing: SELECT id, msg_title, msg_content, create_time, type, user_id, status, tenant_id, delete_Flag FROM jsh_msg WHERE jsh_msg.tenant_id = 63 AND (status = ? AND user_id = ? AND delete_Flag <> ?) ORDER BY id DESC 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg_COUNT - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MsgMapper.selectByExample - ==> Parameters: 1(String), 63(Long), 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MsgMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg_COUNT - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg - ==>  Preparing: SELECT * FROM jsh_msg WHERE jsh_msg.tenant_id = 63 AND 1 = 1 AND ifnull(delete_Flag, '0') != '1' AND user_id = ? ORDER BY create_time DESC LIMIT ? 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg - ==> Parameters: 63(Long), 5(Integer)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.inOrOutPriceList - ==>  Preparing: SELECT DISTINCT dh.id, dh.discount_last_money, dh.total_price, dh.type, dh.sub_type, dh.oper_time FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND di.id IS NOT NULL AND (dh.type = '入库' OR dh.type = '出库') AND dh.oper_time >= ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1' 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:54:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:54:48 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getBuyAndSaleStatisticsList - ==>  Preparing: SELECT DISTINCT dh.id, dh.discount_last_money, dh.total_price, dh.type, dh.sub_type, dh.oper_time FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND di.id IS NOT NULL AND (dh.type = '入库' OR dh.type = '出库') AND dh.oper_time >= ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1' 
 | |
| 2025/04/04-17:54:48 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getBuyAndSaleStatisticsList - ==> Parameters: 2025-01-01 00:00:00(String), 2025-12-31 23:59:59(String)
 | |
| 2025/04/04-17:54:48 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.inOrOutPriceList - ==> Parameters: 2024-11-01 00:00:00(String), 2025-04-04 23:59:59(String)
 | |
| 2025/04/04-17:54:48 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.inOrOutPriceList - <==      Total: 0
 | |
| 2025/04/04-17:54:48 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getBuyAndSaleStatisticsList - <==      Total: 0
 | |
| 2025/04/04-17:54:48 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:54:48 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:54:48 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:54:48 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:54:48 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:54:48 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_excel_url(String)
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserCustomer(String)
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 客户(String), true(Boolean), 1(String)
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==>  Preparing: SELECT id, type, name, enabled, sort, tenant_id, delete_flag FROM jsh_person WHERE jsh_person.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==>  Preparing: SELECT count(0) FROM (SELECT dh.id FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' LEFT JOIN jsh_material m ON m.tenant_id = 63 AND di.material_id = m.id AND ifnull(m.delete_flag, '0') != '1' LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND di.material_extend_id = me.id AND ifnull(me.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time >= ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1' GROUP BY dh.id) tb LEFT JOIN jsh_depot_head jdh ON jdh.tenant_id = 63 AND jdh.id = tb.id AND ifnull(jdh.delete_flag, '0') != '1' LEFT JOIN jsh_supplier s ON s.tenant_id = 63 AND jdh.organ_id = s.id AND ifnull(s.delete_flag, '0') != '1' LEFT JOIN jsh_user u ON u.tenant_id = 63 AND jdh.creator = u.id LEFT JOIN jsh_account a ON a.tenant_id = 63 AND jdh.account_id = a.id AND ifnull(a.delete_flag, '0') != '1' 
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==> Parameters: 其它(String), 请购单(String), 2025-01-04 00:00:00(String), 2025-04-04 23:59:59(String)
 | |
| 2025/04/04-17:55:08 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - <==      Total: 1
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_print_flag(String)
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - ==>  Preparing: UPDATE jsh_sequence SET current_val = current_val + 1 WHERE seq_name = 'depot_number_seq' 
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - ==> Parameters: 
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - <==    Updates: 1
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - ==>  Preparing: SELECT current_val FROM jsh_sequence WHERE seq_name = 'depot_number_seq' 
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - ==> Parameters: 
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - <==      Total: 1
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:55:09 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:55:12 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:55:12 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:55:12 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:55:12 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:55:12 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-17:55:12 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id IS NULL AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-17:55:12 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:55:12 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:55:12 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:55:12 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==> Parameters: null
 | |
| 2025/04/04-17:55:12 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:55:12 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-17:55:12 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====> Parameters: null, 17(Long)
 | |
| 2025/04/04-17:55:12 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-17:55:12 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======> Parameters: null, 21(Long)
 | |
| 2025/04/04-17:55:12 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <======      Total: 0
 | |
| 2025/04/04-17:55:12 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <====      Total: 1
 | |
| 2025/04/04-17:55:12 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - <==      Total: 1
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 供应商(String), true(Boolean), 1(String)
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_excel_url(String)
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 8
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserCustomer(String)
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 客户(String), true(Boolean), 1(String)
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==>  Preparing: SELECT id, type, name, enabled, sort, tenant_id, delete_flag FROM jsh_person WHERE jsh_person.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==>  Preparing: SELECT count(0) FROM (SELECT dh.id FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' LEFT JOIN jsh_material m ON m.tenant_id = 63 AND di.material_id = m.id AND ifnull(m.delete_flag, '0') != '1' LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND di.material_extend_id = me.id AND ifnull(me.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time >= ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1' GROUP BY dh.id) tb LEFT JOIN jsh_depot_head jdh ON jdh.tenant_id = 63 AND jdh.id = tb.id AND ifnull(jdh.delete_flag, '0') != '1' LEFT JOIN jsh_supplier s ON s.tenant_id = 63 AND jdh.organ_id = s.id AND ifnull(s.delete_flag, '0') != '1' LEFT JOIN jsh_user u ON u.tenant_id = 63 AND jdh.creator = u.id LEFT JOIN jsh_account a ON a.tenant_id = 63 AND jdh.account_id = a.id AND ifnull(a.delete_flag, '0') != '1' 
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==> Parameters: 其它(String), 采购订单(String), 2025-01-04 00:00:00(String), 2025-04-04 23:59:59(String)
 | |
| 2025/04/04-17:55:21 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - <==      Total: 1
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - ==>  Preparing: UPDATE jsh_sequence SET current_val = current_val + 1 WHERE seq_name = 'depot_number_seq' 
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - ==> Parameters: 
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 供应商(String), true(Boolean), 1(String)
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - <==    Updates: 1
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - ==>  Preparing: SELECT current_val FROM jsh_sequence WHERE seq_name = 'depot_number_seq' 
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - ==> Parameters: 
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - <==      Total: 1
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 8
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_print_flag(String)
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:55:22 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:55:25 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id IS NULL AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-17:55:25 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==> Parameters: null
 | |
| 2025/04/04-17:55:25 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:55:25 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-17:55:25 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:55:25 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====> Parameters: null, 17(Long)
 | |
| 2025/04/04-17:55:25 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:55:25 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-17:55:25 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:55:25 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======> Parameters: null, 21(Long)
 | |
| 2025/04/04-17:55:25 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-17:55:25 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <======      Total: 0
 | |
| 2025/04/04-17:55:25 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:55:25 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <====      Total: 1
 | |
| 2025/04/04-17:55:25 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - <==      Total: 1
 | |
| 2025/04/04-17:55:25 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:55:25 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:55:25 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:55:26 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id IS NULL AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-17:55:26 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:55:26 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:55:26 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==> Parameters: null
 | |
| 2025/04/04-17:55:26 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:55:26 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-17:55:26 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====> Parameters: null, 17(Long)
 | |
| 2025/04/04-17:55:26 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:55:26 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-17:55:26 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-17:55:26 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======> Parameters: null, 21(Long)
 | |
| 2025/04/04-17:55:26 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <======      Total: 0
 | |
| 2025/04/04-17:55:26 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <====      Total: 1
 | |
| 2025/04/04-17:55:26 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - <==      Total: 1
 | |
| 2025/04/04-17:55:26 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:55:26 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:55:26 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:55:26 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:55:33 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id IS NULL AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-17:55:33 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==> Parameters: null
 | |
| 2025/04/04-17:55:33 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-17:55:33 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====> Parameters: null, 17(Long)
 | |
| 2025/04/04-17:55:33 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-17:55:33 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======> Parameters: null, 21(Long)
 | |
| 2025/04/04-17:55:33 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <======      Total: 0
 | |
| 2025/04/04-17:55:33 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <====      Total: 1
 | |
| 2025/04/04-17:55:33 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - <==      Total: 1
 | |
| 2025/04/04-17:55:42 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UnitMapperEx.selectByConditionUnit_COUNT - ==>  Preparing: SELECT count(0) FROM jsh_unit WHERE jsh_unit.tenant_id = 63 AND 1 = 1 AND ifnull(delete_flag, '0') != '1' 
 | |
| 2025/04/04-17:55:42 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UnitMapperEx.selectByConditionUnit_COUNT - ==> Parameters: 
 | |
| 2025/04/04-17:55:42 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UnitMapperEx.selectByConditionUnit_COUNT - <==      Total: 1
 | |
| 2025/04/04-17:55:42 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UnitMapperEx.selectByConditionUnit - ==>  Preparing: SELECT * FROM jsh_unit WHERE jsh_unit.tenant_id = 63 AND 1 = 1 AND ifnull(delete_flag, '0') != '1' ORDER BY id DESC LIMIT ? 
 | |
| 2025/04/04-17:55:42 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UnitMapperEx.selectByConditionUnit - ==> Parameters: 10(Integer)
 | |
| 2025/04/04-17:55:42 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UnitMapperEx.selectByConditionUnit - <==      Total: 4
 | |
| 2025/04/04-17:58:34 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:58:34 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: platform_name(String)
 | |
| 2025/04/04-17:58:34 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:34 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:58:34 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: platform_url(String)
 | |
| 2025/04/04-17:58:34 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 10(String), RoleFunctions(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 9
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 10(String), RoleFunctions(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0401(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 040102(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 040104(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0502(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050203(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050202(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050201(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050204(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0603(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060301(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060303(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060305(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0801(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 5
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080103(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080105(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080107(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080109(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080111(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0704(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 6
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070402(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070403(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070404(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070405(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070406(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070407(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0301(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 14
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030113(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030102(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030105(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030103(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030104(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030106(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030107(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030150(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030108(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030109(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030101(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030110(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030111(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030112(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0101(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010101(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010102(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010103(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010105(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0102(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 7
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020101(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020102(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020103(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010202(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010204(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010205(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010206(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0001(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 10
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000102(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000103(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000108(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000104(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000105(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000105(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000109(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000106(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000107(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000112(String), 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 10(String), RoleFunctions(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 64
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: pay_fee_url(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: pay_fee_url(String)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg_COUNT - ==>  Preparing: SELECT count(0) FROM jsh_msg WHERE jsh_msg.tenant_id = 63 AND 1 = 1 AND ifnull(delete_Flag, '0') != '1' AND user_id = ? 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg_COUNT - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg_COUNT - <==      Total: 1
 | |
| 2025/04/04-17:58:35 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg - ==>  Preparing: SELECT * FROM jsh_msg WHERE jsh_msg.tenant_id = 63 AND 1 = 1 AND ifnull(delete_Flag, '0') != '1' AND user_id = ? ORDER BY create_time DESC LIMIT ? 
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg - ==> Parameters: 63(Long), 5(Integer)
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg - <==      Total: 1
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MsgMapper.selectByExample - ==>  Preparing: SELECT id, msg_title, msg_content, create_time, type, user_id, status, tenant_id, delete_Flag FROM jsh_msg WHERE jsh_msg.tenant_id = 63 AND (status = ? AND user_id = ? AND delete_Flag <> ?) ORDER BY id DESC 
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==>  Preparing: SELECT id, tenant_id, login_name, user_num_limit, type, enabled, create_time, expire_time, remark, delete_flag FROM jsh_tenant WHERE (tenant_id = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MsgMapper.selectByExample - ==> Parameters: 1(String), 63(Long), 1(String)
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==> Parameters: 63(Long), 1(String)
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MsgMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.inOrOutPriceList - ==>  Preparing: SELECT DISTINCT dh.id, dh.discount_last_money, dh.total_price, dh.type, dh.sub_type, dh.oper_time FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND di.id IS NOT NULL AND (dh.type = '入库' OR dh.type = '出库') AND dh.oper_time >= ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1' 
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.inOrOutPriceList - ==> Parameters: 2024-11-01 00:00:00(String), 2025-04-04 23:59:59(String)
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.inOrOutPriceList - <==      Total: 0
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getBuyAndSaleStatisticsList - ==>  Preparing: SELECT DISTINCT dh.id, dh.discount_last_money, dh.total_price, dh.type, dh.sub_type, dh.oper_time FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND di.id IS NOT NULL AND (dh.type = '入库' OR dh.type = '出库') AND dh.oper_time >= ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1' 
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getBuyAndSaleStatisticsList - ==> Parameters: 2025-01-01 00:00:00(String), 2025-12-31 23:59:59(String)
 | |
| 2025/04/04-17:58:36 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getBuyAndSaleStatisticsList - <==      Total: 0
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_excel_url(String)
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserCustomer(String)
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 客户(String), true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==>  Preparing: SELECT id, type, name, enabled, sort, tenant_id, delete_flag FROM jsh_person WHERE jsh_person.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==>  Preparing: SELECT count(0) FROM (SELECT dh.id FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' LEFT JOIN jsh_material m ON m.tenant_id = 63 AND di.material_id = m.id AND ifnull(m.delete_flag, '0') != '1' LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND di.material_extend_id = me.id AND ifnull(me.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time >= ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1' GROUP BY dh.id) tb LEFT JOIN jsh_depot_head jdh ON jdh.tenant_id = 63 AND jdh.id = tb.id AND ifnull(jdh.delete_flag, '0') != '1' LEFT JOIN jsh_supplier s ON s.tenant_id = 63 AND jdh.organ_id = s.id AND ifnull(s.delete_flag, '0') != '1' LEFT JOIN jsh_user u ON u.tenant_id = 63 AND jdh.creator = u.id LEFT JOIN jsh_account a ON a.tenant_id = 63 AND jdh.account_id = a.id AND ifnull(a.delete_flag, '0') != '1' 
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==> Parameters: 其它(String), 请购单(String), 2025-01-04 00:00:00(String), 2025-04-04 23:59:59(String)
 | |
| 2025/04/04-17:58:43 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - <==      Total: 1
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_excel_url(String)
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 供应商(String), true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 8
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserCustomer(String)
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 客户(String), true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==>  Preparing: SELECT id, type, name, enabled, sort, tenant_id, delete_flag FROM jsh_person WHERE jsh_person.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==>  Preparing: SELECT count(0) FROM (SELECT dh.id FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' LEFT JOIN jsh_material m ON m.tenant_id = 63 AND di.material_id = m.id AND ifnull(m.delete_flag, '0') != '1' LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND di.material_extend_id = me.id AND ifnull(me.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time >= ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1' GROUP BY dh.id) tb LEFT JOIN jsh_depot_head jdh ON jdh.tenant_id = 63 AND jdh.id = tb.id AND ifnull(jdh.delete_flag, '0') != '1' LEFT JOIN jsh_supplier s ON s.tenant_id = 63 AND jdh.organ_id = s.id AND ifnull(s.delete_flag, '0') != '1' LEFT JOIN jsh_user u ON u.tenant_id = 63 AND jdh.creator = u.id LEFT JOIN jsh_account a ON a.tenant_id = 63 AND jdh.account_id = a.id AND ifnull(a.delete_flag, '0') != '1' 
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==> Parameters: 其它(String), 采购订单(String), 2025-01-04 00:00:00(String), 2025-04-04 23:59:59(String)
 | |
| 2025/04/04-17:58:46 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 供应商(String), true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_excel_url(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 8
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserCustomer(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 客户(String), true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==>  Preparing: SELECT id, type, name, enabled, sort, tenant_id, delete_flag FROM jsh_person WHERE jsh_person.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==>  Preparing: SELECT count(0) FROM (SELECT dh.id FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' LEFT JOIN jsh_material m ON m.tenant_id = 63 AND di.material_id = m.id AND ifnull(m.delete_flag, '0') != '1' LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND di.material_extend_id = me.id AND ifnull(me.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time >= ? AND dh.oper_time <= ? AND di.depot_id IN (?, ?, ?) AND ifnull(dh.delete_flag, '0') != '1' GROUP BY dh.id) tb LEFT JOIN jsh_depot_head jdh ON jdh.tenant_id = 63 AND jdh.id = tb.id AND ifnull(jdh.delete_flag, '0') != '1' LEFT JOIN jsh_supplier s ON s.tenant_id = 63 AND jdh.organ_id = s.id AND ifnull(s.delete_flag, '0') != '1' LEFT JOIN jsh_user u ON u.tenant_id = 63 AND jdh.creator = u.id LEFT JOIN jsh_account a ON a.tenant_id = 63 AND jdh.account_id = a.id AND ifnull(a.delete_flag, '0') != '1' 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==> Parameters: 入库(String), 采购(String), 2025-01-04 00:00:00(String), 2025-04-04 23:59:59(String), 14(String), 15(String), 17(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_excel_url(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 供应商(String), true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 8
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserCustomer(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 客户(String), true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==>  Preparing: SELECT id, type, name, enabled, sort, tenant_id, delete_flag FROM jsh_person WHERE jsh_person.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==>  Preparing: SELECT count(0) FROM (SELECT dh.id FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' LEFT JOIN jsh_material m ON m.tenant_id = 63 AND di.material_id = m.id AND ifnull(m.delete_flag, '0') != '1' LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND di.material_extend_id = me.id AND ifnull(me.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time >= ? AND dh.oper_time <= ? AND di.depot_id IN (?, ?, ?) AND ifnull(dh.delete_flag, '0') != '1' GROUP BY dh.id) tb LEFT JOIN jsh_depot_head jdh ON jdh.tenant_id = 63 AND jdh.id = tb.id AND ifnull(jdh.delete_flag, '0') != '1' LEFT JOIN jsh_supplier s ON s.tenant_id = 63 AND jdh.organ_id = s.id AND ifnull(s.delete_flag, '0') != '1' LEFT JOIN jsh_user u ON u.tenant_id = 63 AND jdh.creator = u.id LEFT JOIN jsh_account a ON a.tenant_id = 63 AND jdh.account_id = a.id AND ifnull(a.delete_flag, '0') != '1' 
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==> Parameters: 出库(String), 采购退货(String), 2025-01-04 00:00:00(String), 2025-04-04 23:59:59(String), 14(String), 15(String), 17(String)
 | |
| 2025/04/04-17:58:47 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - <==      Total: 1
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_excel_url(String)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserCustomer(String)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 客户(String), true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserCustomer(String)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 客户(String), true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==>  Preparing: SELECT id, type, name, enabled, sort, tenant_id, delete_flag FROM jsh_person WHERE jsh_person.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==>  Preparing: SELECT count(0) FROM (SELECT dh.id FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' LEFT JOIN jsh_material m ON m.tenant_id = 63 AND di.material_id = m.id AND ifnull(m.delete_flag, '0') != '1' LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND di.material_extend_id = me.id AND ifnull(me.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time >= ? AND dh.oper_time <= ? AND dh.organ_id IN (?, ?, ?) AND ifnull(dh.delete_flag, '0') != '1' GROUP BY dh.id) tb LEFT JOIN jsh_depot_head jdh ON jdh.tenant_id = 63 AND jdh.id = tb.id AND ifnull(jdh.delete_flag, '0') != '1' LEFT JOIN jsh_supplier s ON s.tenant_id = 63 AND jdh.organ_id = s.id AND ifnull(s.delete_flag, '0') != '1' LEFT JOIN jsh_user u ON u.tenant_id = 63 AND jdh.creator = u.id LEFT JOIN jsh_account a ON a.tenant_id = 63 AND jdh.account_id = a.id AND ifnull(a.delete_flag, '0') != '1' 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==> Parameters: 其它(String), 销售订单(String), 2025-01-04 00:00:00(String), 2025-04-04 23:59:59(String), 71(String), 59(String), 58(String)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - <==      Total: 1
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead - ==>  Preparing: SELECT jdh.*, s.supplier OrganName, u.username userName, a.name AccountName FROM (SELECT dh.id FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' LEFT JOIN jsh_material m ON m.tenant_id = 63 AND di.material_id = m.id AND ifnull(m.delete_flag, '0') != '1' LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND di.material_extend_id = me.id AND ifnull(me.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time >= ? AND dh.oper_time <= ? AND dh.organ_id IN (?, ?, ?) AND ifnull(dh.delete_flag, '0') != '1' GROUP BY dh.id ORDER BY dh.id DESC) tb LEFT JOIN jsh_depot_head jdh ON jdh.tenant_id = 63 AND jdh.id = tb.id AND ifnull(jdh.delete_flag, '0') != '1' LEFT JOIN jsh_supplier s ON s.tenant_id = 63 AND jdh.organ_id = s.id AND ifnull(s.delete_flag, '0') != '1' LEFT JOIN jsh_user u ON u.tenant_id = 63 AND jdh.creator = u.id LEFT JOIN jsh_account a ON a.tenant_id = 63 AND jdh.account_id = a.id AND ifnull(a.delete_flag, '0') != '1' ORDER BY jdh.id DESC LIMIT ? 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead - ==> Parameters: 其它(String), 销售订单(String), 2025-01-04 00:00:00(String), 2025-04-04 23:59:59(String), 71(String), 59(String), 58(String), 10(Integer)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead - <==      Total: 1
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getFinishDepositByNumberList - ==>  Preparing: SELECT dh.link_number number, ifnull(sum(dh.deposit), 0) finishDeposit FROM jsh_depot_head dh WHERE dh.tenant_id = 63 AND 1 = 1 AND dh.link_number IN (?) AND ifnull(dh.delete_flag, '0') != '1' GROUP BY dh.link_number 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getFinishDepositByNumberList - ==> Parameters: XSDD00000000811(String)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getFinishDepositByNumberList - <==      Total: 0
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.AccountHeadMapperEx.getFinancialBillNoByBillIdList - ==>  Preparing: SELECT ai.bill_id FROM jsh_account_head ah LEFT JOIN jsh_account_item ai ON ai.tenant_id = 63 AND ah.id = ai.header_id AND ifnull(ai.delete_flag, '0') != '1' WHERE ah.tenant_id = 63 AND 1 = 1 AND ai.bill_id IN (?) AND ifnull(ah.delete_flag, '0') != '1' 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.AccountHeadMapperEx.getFinancialBillNoByBillIdList - ==> Parameters: 277(Long)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.AccountHeadMapperEx.getFinancialBillNoByBillIdList - <==      Total: 0
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapper.selectByExample - ==>  Preparing: SELECT id, type, sub_type, default_number, number, create_time, oper_time, organ_id, creator, account_id, change_amount, back_amount, total_price, pay_type, bill_type, remark, file_name, sales_man, account_id_list, account_money_list, discount, discount_money, discount_last_money, other_money, deposit, status, purchase_status, source, link_number, link_apply, tenant_id, delete_flag FROM jsh_depot_head WHERE jsh_depot_head.tenant_id = 63 AND (link_number IN (?) AND sub_type LIKE ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapper.selectByExample - ==> Parameters: XSDD00000000811(String), 退货(String), 1(String)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.findMaterialsListMapByHeaderIdList - ==>  Preparing: SELECT jsh_depot_item.header_id, GROUP_CONCAT(concat(jsh_material.name, ' ', ifnull(jsh_material.standard, ''), ' ', ifnull(jsh_material.model, ''), ' ', ifnull(jsh_material.color, ''))) AS materialsList FROM jsh_depot_item LEFT JOIN jsh_material ON jsh_material.tenant_id = 63 AND jsh_depot_item.material_id = jsh_material.Id AND ifnull(jsh_material.delete_Flag, '0') != '1' WHERE jsh_depot_item.tenant_id = 63 AND 1 = 1 AND jsh_depot_item.header_id IN (?) AND ifnull(jsh_depot_item.delete_flag, '0') != '1' GROUP BY jsh_depot_item.header_id 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.findMaterialsListMapByHeaderIdList - ==> Parameters: 277(Long)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.findMaterialsListMapByHeaderIdList - <==      Total: 1
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getMaterialCountListByHeaderIdList - ==>  Preparing: SELECT header_id, sum(oper_number) materialCount FROM jsh_depot_item WHERE jsh_depot_item.tenant_id = 63 AND 1 = 1 AND header_id IN (?) AND ifnull(delete_flag, '0') != '1' GROUP BY header_id 
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getMaterialCountListByHeaderIdList - ==> Parameters: 277(Long)
 | |
| 2025/04/04-17:58:49 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getMaterialCountListByHeaderIdList - <==      Total: 1
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_excel_url(String)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserCustomer(String)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 客户(String), true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserCustomer(String)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 客户(String), true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==>  Preparing: SELECT id, type, name, enabled, sort, tenant_id, delete_flag FROM jsh_person WHERE jsh_person.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==>  Preparing: SELECT count(0) FROM (SELECT dh.id FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' LEFT JOIN jsh_material m ON m.tenant_id = 63 AND di.material_id = m.id AND ifnull(m.delete_flag, '0') != '1' LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND di.material_extend_id = me.id AND ifnull(me.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time >= ? AND dh.oper_time <= ? AND dh.organ_id IN (?, ?, ?) AND di.depot_id IN (?, ?, ?) AND ifnull(dh.delete_flag, '0') != '1' GROUP BY dh.id) tb LEFT JOIN jsh_depot_head jdh ON jdh.tenant_id = 63 AND jdh.id = tb.id AND ifnull(jdh.delete_flag, '0') != '1' LEFT JOIN jsh_supplier s ON s.tenant_id = 63 AND jdh.organ_id = s.id AND ifnull(s.delete_flag, '0') != '1' LEFT JOIN jsh_user u ON u.tenant_id = 63 AND jdh.creator = u.id LEFT JOIN jsh_account a ON a.tenant_id = 63 AND jdh.account_id = a.id AND ifnull(a.delete_flag, '0') != '1' 
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==> Parameters: 出库(String), 销售(String), 2025-01-04 00:00:00(String), 2025-04-04 23:59:59(String), 71(String), 59(String), 58(String), 14(String), 15(String), 17(String)
 | |
| 2025/04/04-17:58:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - <==      Total: 1
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - ==>  Preparing: UPDATE jsh_sequence SET current_val = current_val + 1 WHERE seq_name = 'depot_number_seq' 
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_print_flag(String)
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - ==> Parameters: 
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - <==    Updates: 1
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - ==>  Preparing: SELECT current_val FROM jsh_sequence WHERE seq_name = 'depot_number_seq' 
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - ==> Parameters: 
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - <==      Total: 1
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:53 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:57 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.MaterialMapperEx.getMaterialByParam - ==>  Preparing: SELECT me.bar_code, m.name, m.mnemonic, m.standard, m.model, m.color, me.commodity_unit unit FROM jsh_material m LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND m.id = me.material_id AND ifnull(me.delete_Flag, '0') != '1' WHERE m.tenant_id = 63 AND m.enabled = 1 AND me.id IS NOT NULL AND (me.bar_code LIKE ? OR m.name LIKE ? OR m.standard LIKE ? OR m.model LIKE ? OR m.mnemonic LIKE ?) AND ifnull(m.delete_flag, '0') != '1' ORDER BY m.id DESC, me.default_flag DESC, me.id ASC LIMIT 0, 20 
 | |
| 2025/04/04-17:58:57 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.MaterialMapperEx.getMaterialByParam - ==> Parameters: %12313%(String), %12313%(String), %12313%(String), %12313%(String), %12313%(String)
 | |
| 2025/04/04-17:58:57 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.MaterialMapperEx.getMaterialByParam - <==      Total: 0
 | |
| 2025/04/04-17:58:58 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialMapperEx.getMaterialByParam - ==>  Preparing: SELECT me.bar_code, m.name, m.mnemonic, m.standard, m.model, m.color, me.commodity_unit unit FROM jsh_material m LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND m.id = me.material_id AND ifnull(me.delete_Flag, '0') != '1' WHERE m.tenant_id = 63 AND m.enabled = 1 AND me.id IS NOT NULL AND ifnull(m.delete_flag, '0') != '1' ORDER BY m.id DESC, me.default_flag DESC, me.id ASC LIMIT 0, 20 
 | |
| 2025/04/04-17:58:58 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialMapperEx.getMaterialByParam - ==> Parameters: 
 | |
| 2025/04/04-17:58:58 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialMapperEx.getMaterialByParam - <==      Total: 14
 | |
| 2025/04/04-17:58:59 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id IS NULL AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-17:58:59 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:58:59 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:58:59 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==> Parameters: null
 | |
| 2025/04/04-17:58:59 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:58:59 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-17:58:59 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:58:59 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====> Parameters: null, 17(Long)
 | |
| 2025/04/04-17:58:59 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-17:58:59 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:58:59 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-17:58:59 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:58:59 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======> Parameters: null, 21(Long)
 | |
| 2025/04/04-17:58:59 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:58:59 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <======      Total: 0
 | |
| 2025/04/04-17:58:59 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-17:58:59 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <====      Total: 1
 | |
| 2025/04/04-17:58:59 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - <==      Total: 1
 | |
| 2025/04/04-17:59:10 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id IS NULL AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-17:59:10 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==> Parameters: null
 | |
| 2025/04/04-17:59:10 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-17:59:10 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-17:59:10 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-17:59:10 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====> Parameters: null, 17(Long)
 | |
| 2025/04/04-17:59:10 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-17:59:10 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-17:59:10 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-17:59:10 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======> Parameters: null, 21(Long)
 | |
| 2025/04/04-17:59:10 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-17:59:10 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <======      Total: 0
 | |
| 2025/04/04-17:59:10 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <====      Total: 1
 | |
| 2025/04/04-17:59:10 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - <==      Total: 1
 | |
| 2025/04/04-17:59:10 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-17:59:10 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-17:59:10 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-17:59:10 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:00:04 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:00:04 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: platform_name(String)
 | |
| 2025/04/04-18:00:04 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:00:04 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:00:04 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: platform_url(String)
 | |
| 2025/04/04-18:00:04 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 10(String), RoleFunctions(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 9
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 10(String), RoleFunctions(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0401(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 040102(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 040104(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0502(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050203(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050202(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050201(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050204(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0603(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060301(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060303(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060305(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0801(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 5
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080103(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080105(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080107(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080109(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080111(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0704(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 6
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070402(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070403(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070404(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070405(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070406(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070407(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0301(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 14
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030113(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030102(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030105(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030103(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030104(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030106(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030107(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030150(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030108(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030109(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030101(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030110(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030111(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030112(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0101(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010101(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010102(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010103(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010105(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0102(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 7
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020101(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020102(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020103(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010202(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010204(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010205(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010206(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0001(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 10
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000102(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000103(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000108(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000104(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000105(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000105(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000109(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000106(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000107(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000112(String), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 10(String), RoleFunctions(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (delete_flag <> ?) 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 64
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: pay_fee_url(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_excel_url(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg_COUNT - ==>  Preparing: SELECT count(0) FROM jsh_msg WHERE jsh_msg.tenant_id = 63 AND 1 = 1 AND ifnull(delete_Flag, '0') != '1' AND user_id = ? 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg_COUNT - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg - ==>  Preparing: SELECT * FROM jsh_msg WHERE jsh_msg.tenant_id = 63 AND 1 = 1 AND ifnull(delete_Flag, '0') != '1' AND user_id = ? ORDER BY create_time DESC LIMIT ? 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg - ==> Parameters: 63(Long), 5(Integer)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MsgMapper.selectByExample - ==>  Preparing: SELECT id, msg_title, msg_content, create_time, type, user_id, status, tenant_id, delete_Flag FROM jsh_msg WHERE jsh_msg.tenant_id = 63 AND (status = ? AND user_id = ? AND delete_Flag <> ?) ORDER BY id DESC 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MsgMapper.selectByExample - ==> Parameters: 1(String), 63(Long), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MsgMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserCustomer(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 客户(String), true(Boolean), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==>  Preparing: SELECT id, type, name, enabled, sort, tenant_id, delete_flag FROM jsh_person WHERE jsh_person.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==>  Preparing: SELECT count(0) FROM (SELECT dh.id FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' LEFT JOIN jsh_material m ON m.tenant_id = 63 AND di.material_id = m.id AND ifnull(m.delete_flag, '0') != '1' LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND di.material_extend_id = me.id AND ifnull(me.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time >= ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1' GROUP BY dh.id) tb LEFT JOIN jsh_depot_head jdh ON jdh.tenant_id = 63 AND jdh.id = tb.id AND ifnull(jdh.delete_flag, '0') != '1' LEFT JOIN jsh_supplier s ON s.tenant_id = 63 AND jdh.organ_id = s.id AND ifnull(s.delete_flag, '0') != '1' LEFT JOIN jsh_user u ON u.tenant_id = 63 AND jdh.creator = u.id LEFT JOIN jsh_account a ON a.tenant_id = 63 AND jdh.account_id = a.id AND ifnull(a.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==> Parameters: 其它(String), 请购单(String), 2025-01-04 00:00:00(String), 2025-04-04 23:59:59(String)
 | |
| 2025/04/04-18:00:05 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - ==>  Preparing: UPDATE jsh_sequence SET current_val = current_val + 1 WHERE seq_name = 'depot_number_seq' 
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - ==> Parameters: 
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_print_flag(String)
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - <==    Updates: 1
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - ==>  Preparing: SELECT current_val FROM jsh_sequence WHERE seq_name = 'depot_number_seq' 
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - ==> Parameters: 
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - <==      Total: 1
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:00:10 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:00:11 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id IS NULL AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:00:11 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:00:11 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==> Parameters: null
 | |
| 2025/04/04-18:00:11 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:00:11 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:00:11 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:00:11 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====> Parameters: null, 17(Long)
 | |
| 2025/04/04-18:00:11 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:00:11 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:00:11 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:00:11 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:00:11 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======> Parameters: null, 21(Long)
 | |
| 2025/04/04-18:00:11 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <======      Total: 0
 | |
| 2025/04/04-18:00:11 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <====      Total: 1
 | |
| 2025/04/04-18:00:11 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - <==      Total: 1
 | |
| 2025/04/04-18:00:11 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:00:11 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:00:11 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:00:16 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id IS NULL AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:00:16 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==> Parameters: null
 | |
| 2025/04/04-18:00:16 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:00:16 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====> Parameters: null, 17(Long)
 | |
| 2025/04/04-18:00:16 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:00:16 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======> Parameters: null, 21(Long)
 | |
| 2025/04/04-18:00:16 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <======      Total: 0
 | |
| 2025/04/04-18:00:16 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <====      Total: 1
 | |
| 2025/04/04-18:00:16 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - <==      Total: 1
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_excel_url(String)
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 会员(String), true(Boolean), 1(String)
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserCustomer(String)
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 客户(String), true(Boolean), 1(String)
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==>  Preparing: SELECT id, type, name, enabled, sort, tenant_id, delete_flag FROM jsh_person WHERE jsh_person.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==>  Preparing: SELECT count(0) FROM (SELECT dh.id FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' LEFT JOIN jsh_material m ON m.tenant_id = 63 AND di.material_id = m.id AND ifnull(m.delete_flag, '0') != '1' LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND di.material_extend_id = me.id AND ifnull(me.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time >= ? AND dh.oper_time <= ? AND di.depot_id IN (?, ?, ?) AND ifnull(dh.delete_flag, '0') != '1' GROUP BY dh.id) tb LEFT JOIN jsh_depot_head jdh ON jdh.tenant_id = 63 AND jdh.id = tb.id AND ifnull(jdh.delete_flag, '0') != '1' LEFT JOIN jsh_supplier s ON s.tenant_id = 63 AND jdh.organ_id = s.id AND ifnull(s.delete_flag, '0') != '1' LEFT JOIN jsh_user u ON u.tenant_id = 63 AND jdh.creator = u.id LEFT JOIN jsh_account a ON a.tenant_id = 63 AND jdh.account_id = a.id AND ifnull(a.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==> Parameters: 入库(String), 零售退货(String), 2025-01-04 00:00:00(String), 2025-04-04 23:59:59(String), 14(String), 15(String), 17(String)
 | |
| 2025/04/04-18:04:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_excel_url(String)
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 会员(String), true(Boolean), 1(String)
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserCustomer(String)
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 客户(String), true(Boolean), 1(String)
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==>  Preparing: SELECT id, type, name, enabled, sort, tenant_id, delete_flag FROM jsh_person WHERE jsh_person.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==>  Preparing: SELECT count(0) FROM (SELECT dh.id FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' LEFT JOIN jsh_material m ON m.tenant_id = 63 AND di.material_id = m.id AND ifnull(m.delete_flag, '0') != '1' LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND di.material_extend_id = me.id AND ifnull(me.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time >= ? AND dh.oper_time <= ? AND di.depot_id IN (?, ?, ?) AND ifnull(dh.delete_flag, '0') != '1' GROUP BY dh.id) tb LEFT JOIN jsh_depot_head jdh ON jdh.tenant_id = 63 AND jdh.id = tb.id AND ifnull(jdh.delete_flag, '0') != '1' LEFT JOIN jsh_supplier s ON s.tenant_id = 63 AND jdh.organ_id = s.id AND ifnull(s.delete_flag, '0') != '1' LEFT JOIN jsh_user u ON u.tenant_id = 63 AND jdh.creator = u.id LEFT JOIN jsh_account a ON a.tenant_id = 63 AND jdh.account_id = a.id AND ifnull(a.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==> Parameters: 出库(String), 零售(String), 2025-01-04 00:00:00(String), 2025-04-04 23:59:59(String), 14(String), 15(String), 17(String)
 | |
| 2025/04/04-18:04:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_print_flag(String)
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - ==>  Preparing: UPDATE jsh_sequence SET current_val = current_val + 1 WHERE seq_name = 'depot_number_seq' 
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - ==> Parameters: 
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 会员(String), true(Boolean), 1(String)
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - <==    Updates: 1
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - ==>  Preparing: SELECT current_val FROM jsh_sequence WHERE seq_name = 'depot_number_seq' 
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - ==> Parameters: 
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - <==      Total: 1
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:04:31 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:35 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id IS NULL AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:04:35 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==> Parameters: null
 | |
| 2025/04/04-18:04:35 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:04:35 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:04:35 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:04:35 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====> Parameters: null, 17(Long)
 | |
| 2025/04/04-18:04:35 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:04:35 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:04:35 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:04:35 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:04:35 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======> Parameters: null, 21(Long)
 | |
| 2025/04/04-18:04:35 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <======      Total: 0
 | |
| 2025/04/04-18:04:35 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:04:35 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <====      Total: 1
 | |
| 2025/04/04-18:04:35 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - <==      Total: 1
 | |
| 2025/04/04-18:04:35 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:04:35 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:04:35 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: pay_fee_url(String)
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==>  Preparing: SELECT id, tenant_id, login_name, user_num_limit, type, enabled, create_time, expire_time, remark, delete_flag FROM jsh_tenant WHERE (tenant_id = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==> Parameters: 63(Long), 1(String)
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotItemMapperEx.inOrOutPriceList - ==>  Preparing: SELECT DISTINCT dh.id, dh.discount_last_money, dh.total_price, dh.type, dh.sub_type, dh.oper_time FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND di.id IS NOT NULL AND (dh.type = '入库' OR dh.type = '出库') AND dh.oper_time >= ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotItemMapperEx.inOrOutPriceList - ==> Parameters: 2024-11-01 00:00:00(String), 2025-04-04 23:59:59(String)
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotItemMapperEx.inOrOutPriceList - <==      Total: 0
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getBuyAndSaleStatisticsList - ==>  Preparing: SELECT DISTINCT dh.id, dh.discount_last_money, dh.total_price, dh.type, dh.sub_type, dh.oper_time FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND di.id IS NOT NULL AND (dh.type = '入库' OR dh.type = '出库') AND dh.oper_time >= ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getBuyAndSaleStatisticsList - ==> Parameters: 2025-01-01 00:00:00(String), 2025-12-31 23:59:59(String)
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:04:40 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getBuyAndSaleStatisticsList - <==      Total: 0
 | |
| 2025/04/04-18:04:43 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:04:43 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: platform_name(String)
 | |
| 2025/04/04-18:04:43 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:43 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:04:43 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: platform_url(String)
 | |
| 2025/04/04-18:04:43 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:44 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:04:44 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: register_flag(String)
 | |
| 2025/04/04-18:04:44 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:04:56 ERROR [http-nio-9999-exec-7] com.jsh.erp.service.UserService - 异常码[500010],异常提示[验证码错误]
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE (login_name = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: admin(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==>  Preparing: SELECT id, tenant_id, login_name, user_num_limit, type, enabled, create_time, expire_time, remark, delete_flag FROM jsh_tenant WHERE (tenant_id = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==> Parameters: 0(Long), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE (login_name = ? AND password = ? AND status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: admin(String), e10adc3949ba59abbe56e057f20f883e(String), 0(Byte), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE (login_name = ? AND status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: admin(String), 0(Byte), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.LogMapperEx.insertLogWithUserId - ==>  Preparing: insert into jsh_log (user_id, operation, client_ip, create_time, status, content, tenant_id) values (?, ?, ?, ?, ?, ?, ?) 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.LogMapperEx.insertLogWithUserId - ==> Parameters: 120(Long), 用户(String), 127.0.0.1/127.0.0.1(String), 2025-04-04 18:05:03.762(Timestamp), 0(Byte), 登录admin(String), 0(Long)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.LogMapperEx.insertLogWithUserId - <==    Updates: 1
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MaterialPropertyMapper.selectByExample - ==>  Preparing: SELECT id, native_name, enabled, sort, another_name, tenant_id, delete_flag FROM jsh_material_property WHERE (delete_flag <> ?) 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 120(String), UserRole(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MaterialPropertyMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 4(String), RoleFunctions(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE (delete_flag <> ?) 
 | |
| 2025/04/04-18:05:03 ERROR [http-nio-9999-exec-4] com.jsh.erp.service.MaterialPropertyService - 异常码[300],异常提示[数据查询异常],异常[{}]
 | |
| org.springframework.jdbc.BadSqlGrammarException: 
 | |
| ### Error querying database.  Cause: java.sql.SQLSyntaxErrorException: Unknown column 'tenant_id' in 'field list'
 | |
| ### The error may exist in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/mapper_xml/MaterialPropertyMapper.xml]
 | |
| ### The error may involve com.jsh.erp.datasource.mappers.MaterialPropertyMapper.selectByExample-Inline
 | |
| ### The error occurred while setting parameters
 | |
| ### SQL: SELECT id, native_name, enabled, sort, another_name, tenant_id, delete_flag FROM jsh_material_property WHERE (delete_flag <> ?)
 | |
| ### Cause: java.sql.SQLSyntaxErrorException: Unknown column 'tenant_id' in 'field list'
 | |
| ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column 'tenant_id' in 'field list'
 | |
| 	at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:235)
 | |
| 	at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
 | |
| 	at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:88)
 | |
| 	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)
 | |
| 	at com.sun.proxy.$Proxy93.selectList(Unknown Source)
 | |
| 	at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:223)
 | |
| 	at com.baomidou.mybatisplus.core.override.PageMapperMethod.executeForMany(PageMapperMethod.java:173)
 | |
| 	at com.baomidou.mybatisplus.core.override.PageMapperMethod.execute(PageMapperMethod.java:86)
 | |
| 	at com.baomidou.mybatisplus.core.override.PageMapperProxy.invoke(PageMapperProxy.java:64)
 | |
| 	at com.sun.proxy.$Proxy150.selectByExample(Unknown Source)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService.getMaterialProperty(MaterialPropertyService.java:53)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService$$FastClassBySpringCGLIB$$acdb6879.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
 | |
| 	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:685)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService$$EnhancerBySpringCGLIB$$41b90a3f.getMaterialProperty(<generated>)
 | |
| 	at com.jsh.erp.controller.MaterialPropertyController.getAllList(MaterialPropertyController.java:134)
 | |
| 	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:209)
 | |
| 	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:136)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:102)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:870)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:776)
 | |
| 	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
 | |
| 	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:991)
 | |
| 	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:925)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:978)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:870)
 | |
| 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:855)
 | |
| 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at com.jsh.erp.filter.LogCostFilter.doFilter(LogCostFilter.java:46)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
 | |
| 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
 | |
| 	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496)
 | |
| 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
 | |
| 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
 | |
| 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
 | |
| 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
 | |
| 	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803)
 | |
| 	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
 | |
| 	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790)
 | |
| 	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459)
 | |
| 	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
 | |
| 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
 | |
| 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 | |
| 	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 'tenant_id' in 'field list'
 | |
| 	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
 | |
| 	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
 | |
| 	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
 | |
| 	at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
 | |
| 	at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
 | |
| 	at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
 | |
| 	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
 | |
| 	at jdk.internal.reflect.GeneratedMethodAccessor253.invoke(Unknown Source)
 | |
| 	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.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
 | |
| 	at com.sun.proxy.$Proxy193.execute(Unknown Source)
 | |
| 	at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
 | |
| 	at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
 | |
| 	at jdk.internal.reflect.GeneratedMethodAccessor256.invoke(Unknown Source)
 | |
| 	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:63)
 | |
| 	at com.sun.proxy.$Proxy192.query(Unknown Source)
 | |
| 	at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63)
 | |
| 	at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:324)
 | |
| 	at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
 | |
| 	at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109)
 | |
| 	at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:108)
 | |
| 	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
 | |
| 	at com.sun.proxy.$Proxy191.query(Unknown Source)
 | |
| 	at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
 | |
| 	at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
 | |
| 	at jdk.internal.reflect.GeneratedMethodAccessor265.invoke(Unknown Source)
 | |
| 	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:426)
 | |
| 	... 69 common frames omitted
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:05:03 ERROR [http-nio-9999-exec-4] com.jsh.erp.controller.MaterialPropertyController - 数据查询异常
 | |
| com.jsh.erp.exception.BusinessRunTimeException: 数据查询异常
 | |
| 	at com.jsh.erp.exception.JshException.readFail(JshException.java:15)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService.getMaterialProperty(MaterialPropertyService.java:65)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService$$FastClassBySpringCGLIB$$acdb6879.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
 | |
| 	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:685)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService$$EnhancerBySpringCGLIB$$41b90a3f.getMaterialProperty(<generated>)
 | |
| 	at com.jsh.erp.controller.MaterialPropertyController.getAllList(MaterialPropertyController.java:134)
 | |
| 	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:209)
 | |
| 	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:136)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:102)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:870)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:776)
 | |
| 	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
 | |
| 	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:991)
 | |
| 	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:925)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:978)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:870)
 | |
| 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:855)
 | |
| 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at com.jsh.erp.filter.LogCostFilter.doFilter(LogCostFilter.java:46)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
 | |
| 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
 | |
| 	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496)
 | |
| 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
 | |
| 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
 | |
| 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
 | |
| 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
 | |
| 	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803)
 | |
| 	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
 | |
| 	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790)
 | |
| 	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459)
 | |
| 	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
 | |
| 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
 | |
| 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 | |
| 	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
 | |
| 	at java.base/java.lang.Thread.run(Thread.java:834)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 9
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 0(String), UserRole(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 0(String), RoleFunctions(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0401(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 040102(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 040104(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0502(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050203(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050202(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050201(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050204(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0603(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060301(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060303(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060305(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0801(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 5
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080103(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080105(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080107(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080109(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080111(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0704(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 6
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070402(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070403(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070404(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070405(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070406(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070407(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0301(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 14
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030113(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030102(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030105(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030103(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030104(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030106(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030107(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030150(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030108(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030109(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030101(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030110(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030111(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030112(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0101(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010101(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010102(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010103(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010105(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0102(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 7
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020101(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020102(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020103(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010202(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010204(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010205(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010206(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0001(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 10
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000102(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000103(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000108(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000104(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000105(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000105(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000109(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000106(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000107(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000112(String), 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 120(String), UserRole(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 4(String), RoleFunctions(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (delete_flag <> ?) 
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:05:03 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 64
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE (delete_flag <> ?) 
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: pay_fee_url(String)
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==>  Preparing: SELECT id, tenant_id, login_name, user_num_limit, type, enabled, create_time, expire_time, remark, delete_flag FROM jsh_tenant WHERE (tenant_id = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==> Parameters: 0(Long), 1(String)
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: pay_fee_url(String)
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:05:04 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE (delete_flag <> ?) 
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_excel_url(String)
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 会员(String), true(Boolean), 1(String)
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 120(String), UserRole(String)
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 4(Long)
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE (delete_flag <> ?) 
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE (delete_flag <> ?) 
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 120(String), UserRole(String)
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 4(Long)
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 120(String), UserCustomer(String)
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 0
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 客户(String), true(Boolean), 1(String)
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==>  Preparing: SELECT id, type, name, enabled, sort, tenant_id, delete_flag FROM jsh_person WHERE (enabled = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==>  Preparing: SELECT count(0) FROM (SELECT dh.id FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' LEFT JOIN jsh_material m ON di.material_id = m.id AND ifnull(m.delete_flag, '0') != '1' LEFT JOIN jsh_material_extend me ON di.material_extend_id = me.id AND ifnull(me.delete_flag, '0') != '1' WHERE 1 = 1 AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time >= ? AND dh.oper_time <= ? AND di.depot_id IN (?, ?, ?) AND ifnull(dh.delete_flag, '0') != '1' GROUP BY dh.id) tb LEFT JOIN jsh_depot_head jdh ON jdh.id = tb.id AND ifnull(jdh.delete_flag, '0') != '1' LEFT JOIN jsh_supplier s ON jdh.organ_id = s.id AND ifnull(s.delete_flag, '0') != '1' LEFT JOIN jsh_user u ON jdh.creator = u.id LEFT JOIN jsh_account a ON jdh.account_id = a.id AND ifnull(a.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==> Parameters: 出库(String), 零售(String), 2025-01-04 00:00:00(String), 2025-04-04 23:59:59(String), 14(String), 15(String), 17(String)
 | |
| 2025/04/04-18:05:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:07:57 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE parent_id IS NULL AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:07:57 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==> Parameters: null
 | |
| 2025/04/04-18:07:57 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:07:57 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====> Parameters: null, 17(Long)
 | |
| 2025/04/04-18:07:57 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:07:57 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======> Parameters: null, 21(Long)
 | |
| 2025/04/04-18:07:57 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <======      Total: 0
 | |
| 2025/04/04-18:07:57 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <====      Total: 1
 | |
| 2025/04/04-18:07:57 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - <==      Total: 1
 | |
| 2025/04/04-18:07:57 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UnitMapperEx.selectByConditionUnit_COUNT - ==>  Preparing: SELECT count(0) FROM jsh_unit WHERE 1 = 1 AND ifnull(delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:07:57 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UnitMapperEx.selectByConditionUnit_COUNT - ==> Parameters: 
 | |
| 2025/04/04-18:07:57 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UnitMapperEx.selectByConditionUnit_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:07:57 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UnitMapperEx.selectByConditionUnit - ==>  Preparing: SELECT * FROM jsh_unit WHERE 1 = 1 AND ifnull(delete_flag, '0') != '1' ORDER BY id DESC LIMIT ? 
 | |
| 2025/04/04-18:07:57 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UnitMapperEx.selectByConditionUnit - ==> Parameters: 10(Integer)
 | |
| 2025/04/04-18:07:57 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UnitMapperEx.selectByConditionUnit - <==      Total: 4
 | |
| 2025/04/04-18:07:58 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialAttributeMapperEx.selectByConditionMaterialAttribute_COUNT - ==>  Preparing: SELECT count(0) FROM jsh_material_attribute ma WHERE 1 = 1 AND ifnull(ma.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:07:58 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialAttributeMapperEx.selectByConditionMaterialAttribute_COUNT - ==> Parameters: 
 | |
| 2025/04/04-18:07:58 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialAttributeMapperEx.selectByConditionMaterialAttribute_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:07:58 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialAttributeMapperEx.selectByConditionMaterialAttribute - ==>  Preparing: SELECT * FROM jsh_material_attribute ma WHERE 1 = 1 AND ifnull(ma.delete_flag, '0') != '1' ORDER BY ma.id DESC LIMIT ? 
 | |
| 2025/04/04-18:07:58 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialAttributeMapperEx.selectByConditionMaterialAttribute - ==> Parameters: 10(Integer)
 | |
| 2025/04/04-18:07:58 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialAttributeMapperEx.selectByConditionMaterialAttribute - <==      Total: 5
 | |
| 2025/04/04-18:08:17 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-18:08:17 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-18:08:17 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:08:17 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapperEx.selectByConditionPlatformConfig_COUNT - ==>  Preparing: SELECT count(0) FROM jsh_platform_config WHERE 1 = 1 AND platform_key != 'activation_code' AND platform_key != 'app_activation_code' 
 | |
| 2025/04/04-18:08:17 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapperEx.selectByConditionPlatformConfig_COUNT - ==> Parameters: 
 | |
| 2025/04/04-18:08:17 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapperEx.selectByConditionPlatformConfig_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:08:17 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapperEx.selectByConditionPlatformConfig - ==>  Preparing: SELECT * FROM jsh_platform_config WHERE 1 = 1 AND platform_key != 'activation_code' AND platform_key != 'app_activation_code' LIMIT ? 
 | |
| 2025/04/04-18:08:17 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapperEx.selectByConditionPlatformConfig - ==> Parameters: 10(Integer)
 | |
| 2025/04/04-18:08:17 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapperEx.selectByConditionPlatformConfig - <==      Total: 10
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 120(String), UserRole(String)
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 4(Long)
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SupplierMapperEx.selectByConditionSupplier_COUNT - ==>  Preparing: SELECT count(0) FROM jsh_supplier WHERE 1 = 1 AND type = ? AND ifnull(delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SupplierMapperEx.selectByConditionSupplier_COUNT - ==> Parameters: 供应商(String)
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SupplierMapperEx.selectByConditionSupplier_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SupplierMapperEx.selectByConditionSupplier - ==>  Preparing: SELECT * FROM jsh_supplier WHERE 1 = 1 AND type = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC, id DESC LIMIT ? 
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SupplierMapperEx.selectByConditionSupplier - ==> Parameters: 供应商(String), 10(Integer)
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SupplierMapperEx.selectByConditionSupplier - <==      Total: 8
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==>  Preparing: SELECT *, (preBackInMoney + preBackOutMoney) AS preBackMoney, (backInMoney + backOutMoney) AS backMoney FROM (SELECT s.id, s.supplier, s.contacts, s.telephone, s.phone_num, s.email, (CASE WHEN s.type = '供应商' THEN ifnull(s.begin_need_pay, 0) ELSE ifnull(s.begin_need_get, 0) END) begin_need, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preDebtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preReturnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackOutMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') debtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') returnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backOutMoney FROM jsh_supplier s WHERE s.enabled = 1 AND s.type = ? AND s.id = ? AND ifnull(s.delete_flag, '0') != '1') tb WHERE begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney != 0 ORDER BY begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney DESC 
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==> Parameters: 入库(String), 采购(String), 2025-01-01(String), 出库(String), 采购退货(String), 2025-01-01(String), 2025-01-01(String), 2025-01-01(String), 入库(String), 采购(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 出库(String), 采购退货(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 供应商(String), 94(Integer)
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - <==      Total: 0
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==>  Preparing: SELECT *, (preBackInMoney + preBackOutMoney) AS preBackMoney, (backInMoney + backOutMoney) AS backMoney FROM (SELECT s.id, s.supplier, s.contacts, s.telephone, s.phone_num, s.email, (CASE WHEN s.type = '供应商' THEN ifnull(s.begin_need_pay, 0) ELSE ifnull(s.begin_need_get, 0) END) begin_need, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preDebtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preReturnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackOutMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') debtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') returnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backOutMoney FROM jsh_supplier s WHERE s.enabled = 1 AND s.type = ? AND s.id = ? AND ifnull(s.delete_flag, '0') != '1') tb WHERE begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney != 0 ORDER BY begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney DESC 
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==> Parameters: 入库(String), 采购(String), 2025-01-01(String), 出库(String), 采购退货(String), 2025-01-01(String), 2025-01-01(String), 2025-01-01(String), 入库(String), 采购(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 出库(String), 采购退货(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 供应商(String), 93(Integer)
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - <==      Total: 0
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==>  Preparing: SELECT *, (preBackInMoney + preBackOutMoney) AS preBackMoney, (backInMoney + backOutMoney) AS backMoney FROM (SELECT s.id, s.supplier, s.contacts, s.telephone, s.phone_num, s.email, (CASE WHEN s.type = '供应商' THEN ifnull(s.begin_need_pay, 0) ELSE ifnull(s.begin_need_get, 0) END) begin_need, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preDebtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preReturnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackOutMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') debtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') returnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backOutMoney FROM jsh_supplier s WHERE s.enabled = 1 AND s.type = ? AND s.id = ? AND ifnull(s.delete_flag, '0') != '1') tb WHERE begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney != 0 ORDER BY begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney DESC 
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==> Parameters: 入库(String), 采购(String), 2025-01-01(String), 出库(String), 采购退货(String), 2025-01-01(String), 2025-01-01(String), 2025-01-01(String), 入库(String), 采购(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 出库(String), 采购退货(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 供应商(String), 92(Integer)
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - <==      Total: 0
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==>  Preparing: SELECT *, (preBackInMoney + preBackOutMoney) AS preBackMoney, (backInMoney + backOutMoney) AS backMoney FROM (SELECT s.id, s.supplier, s.contacts, s.telephone, s.phone_num, s.email, (CASE WHEN s.type = '供应商' THEN ifnull(s.begin_need_pay, 0) ELSE ifnull(s.begin_need_get, 0) END) begin_need, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preDebtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preReturnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackOutMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') debtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') returnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backOutMoney FROM jsh_supplier s WHERE s.enabled = 1 AND s.type = ? AND s.id = ? AND ifnull(s.delete_flag, '0') != '1') tb WHERE begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney != 0 ORDER BY begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney DESC 
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==> Parameters: 入库(String), 采购(String), 2025-01-01(String), 出库(String), 采购退货(String), 2025-01-01(String), 2025-01-01(String), 2025-01-01(String), 入库(String), 采购(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 出库(String), 采购退货(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 供应商(String), 91(Integer)
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - <==      Total: 0
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==>  Preparing: SELECT *, (preBackInMoney + preBackOutMoney) AS preBackMoney, (backInMoney + backOutMoney) AS backMoney FROM (SELECT s.id, s.supplier, s.contacts, s.telephone, s.phone_num, s.email, (CASE WHEN s.type = '供应商' THEN ifnull(s.begin_need_pay, 0) ELSE ifnull(s.begin_need_get, 0) END) begin_need, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preDebtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preReturnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackOutMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') debtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') returnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backOutMoney FROM jsh_supplier s WHERE s.enabled = 1 AND s.type = ? AND s.id = ? AND ifnull(s.delete_flag, '0') != '1') tb WHERE begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney != 0 ORDER BY begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney DESC 
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==> Parameters: 入库(String), 采购(String), 2025-01-01(String), 出库(String), 采购退货(String), 2025-01-01(String), 2025-01-01(String), 2025-01-01(String), 入库(String), 采购(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 出库(String), 采购退货(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 供应商(String), 90(Integer)
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - <==      Total: 0
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==>  Preparing: SELECT *, (preBackInMoney + preBackOutMoney) AS preBackMoney, (backInMoney + backOutMoney) AS backMoney FROM (SELECT s.id, s.supplier, s.contacts, s.telephone, s.phone_num, s.email, (CASE WHEN s.type = '供应商' THEN ifnull(s.begin_need_pay, 0) ELSE ifnull(s.begin_need_get, 0) END) begin_need, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preDebtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preReturnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackOutMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') debtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') returnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backOutMoney FROM jsh_supplier s WHERE s.enabled = 1 AND s.type = ? AND s.id = ? AND ifnull(s.delete_flag, '0') != '1') tb WHERE begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney != 0 ORDER BY begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney DESC 
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==> Parameters: 入库(String), 采购(String), 2025-01-01(String), 出库(String), 采购退货(String), 2025-01-01(String), 2025-01-01(String), 2025-01-01(String), 入库(String), 采购(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 出库(String), 采购退货(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 供应商(String), 74(Integer)
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - <==      Total: 1
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==>  Preparing: SELECT *, (preBackInMoney + preBackOutMoney) AS preBackMoney, (backInMoney + backOutMoney) AS backMoney FROM (SELECT s.id, s.supplier, s.contacts, s.telephone, s.phone_num, s.email, (CASE WHEN s.type = '供应商' THEN ifnull(s.begin_need_pay, 0) ELSE ifnull(s.begin_need_get, 0) END) begin_need, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preDebtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preReturnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackOutMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') debtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') returnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backOutMoney FROM jsh_supplier s WHERE s.enabled = 1 AND s.type = ? AND s.id = ? AND ifnull(s.delete_flag, '0') != '1') tb WHERE begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney != 0 ORDER BY begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney DESC 
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==> Parameters: 入库(String), 采购(String), 2025-01-01(String), 出库(String), 采购退货(String), 2025-01-01(String), 2025-01-01(String), 2025-01-01(String), 入库(String), 采购(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 出库(String), 采购退货(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 供应商(String), 68(Integer)
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - <==      Total: 0
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==>  Preparing: SELECT *, (preBackInMoney + preBackOutMoney) AS preBackMoney, (backInMoney + backOutMoney) AS backMoney FROM (SELECT s.id, s.supplier, s.contacts, s.telephone, s.phone_num, s.email, (CASE WHEN s.type = '供应商' THEN ifnull(s.begin_need_pay, 0) ELSE ifnull(s.begin_need_get, 0) END) begin_need, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preDebtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preReturnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackOutMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') debtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') returnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backOutMoney FROM jsh_supplier s WHERE s.enabled = 1 AND s.type = ? AND s.id = ? AND ifnull(s.delete_flag, '0') != '1') tb WHERE begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney != 0 ORDER BY begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney DESC 
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==> Parameters: 入库(String), 采购(String), 2025-01-01(String), 出库(String), 采购退货(String), 2025-01-01(String), 2025-01-01(String), 2025-01-01(String), 入库(String), 采购(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 出库(String), 采购退货(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 2025-01-01(String), 2025-04-04 18:08:22(String), 供应商(String), 57(Integer)
 | |
| 2025/04/04-18:08:22 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - <==      Total: 0
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 120(String), UserRole(String)
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 4(Long)
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SupplierMapperEx.selectByConditionSupplier_COUNT - ==>  Preparing: SELECT count(0) FROM jsh_supplier WHERE 1 = 1 AND type = ? AND ifnull(delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SupplierMapperEx.selectByConditionSupplier_COUNT - ==> Parameters: 客户(String)
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SupplierMapperEx.selectByConditionSupplier_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SupplierMapperEx.selectByConditionSupplier - ==>  Preparing: SELECT * FROM jsh_supplier WHERE 1 = 1 AND type = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC, id DESC LIMIT ? 
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SupplierMapperEx.selectByConditionSupplier - ==> Parameters: 客户(String), 10(Integer)
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SupplierMapperEx.selectByConditionSupplier - <==      Total: 3
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==>  Preparing: SELECT *, (preBackInMoney + preBackOutMoney) AS preBackMoney, (backInMoney + backOutMoney) AS backMoney FROM (SELECT s.id, s.supplier, s.contacts, s.telephone, s.phone_num, s.email, (CASE WHEN s.type = '供应商' THEN ifnull(s.begin_need_pay, 0) ELSE ifnull(s.begin_need_get, 0) END) begin_need, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preDebtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preReturnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackOutMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') debtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') returnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backOutMoney FROM jsh_supplier s WHERE s.enabled = 1 AND s.type = ? AND s.id = ? AND ifnull(s.delete_flag, '0') != '1') tb WHERE begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney != 0 ORDER BY begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney DESC 
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==> Parameters: 出库(String), 销售(String), 2025-01-01(String), 入库(String), 销售退货(String), 2025-01-01(String), 2025-01-01(String), 2025-01-01(String), 出库(String), 销售(String), 2025-01-01(String), 2025-04-04 18:08:23(String), 入库(String), 销售退货(String), 2025-01-01(String), 2025-04-04 18:08:23(String), 2025-01-01(String), 2025-04-04 18:08:23(String), 2025-01-01(String), 2025-04-04 18:08:23(String), 客户(String), 71(Integer)
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - <==      Total: 0
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==>  Preparing: SELECT *, (preBackInMoney + preBackOutMoney) AS preBackMoney, (backInMoney + backOutMoney) AS backMoney FROM (SELECT s.id, s.supplier, s.contacts, s.telephone, s.phone_num, s.email, (CASE WHEN s.type = '供应商' THEN ifnull(s.begin_need_pay, 0) ELSE ifnull(s.begin_need_get, 0) END) begin_need, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preDebtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preReturnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackOutMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') debtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') returnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backOutMoney FROM jsh_supplier s WHERE s.enabled = 1 AND s.type = ? AND s.id = ? AND ifnull(s.delete_flag, '0') != '1') tb WHERE begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney != 0 ORDER BY begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney DESC 
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==> Parameters: 出库(String), 销售(String), 2025-01-01(String), 入库(String), 销售退货(String), 2025-01-01(String), 2025-01-01(String), 2025-01-01(String), 出库(String), 销售(String), 2025-01-01(String), 2025-04-04 18:08:23(String), 入库(String), 销售退货(String), 2025-01-01(String), 2025-04-04 18:08:23(String), 2025-01-01(String), 2025-04-04 18:08:23(String), 2025-01-01(String), 2025-04-04 18:08:23(String), 客户(String), 59(Integer)
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - <==      Total: 0
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==>  Preparing: SELECT *, (preBackInMoney + preBackOutMoney) AS preBackMoney, (backInMoney + backOutMoney) AS backMoney FROM (SELECT s.id, s.supplier, s.contacts, s.telephone, s.phone_num, s.email, (CASE WHEN s.type = '供应商' THEN ifnull(s.begin_need_pay, 0) ELSE ifnull(s.begin_need_get, 0) END) begin_need, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preDebtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preReturnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackOutMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') debtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') returnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backOutMoney FROM jsh_supplier s WHERE s.enabled = 1 AND s.type = ? AND s.id = ? AND ifnull(s.delete_flag, '0') != '1') tb WHERE begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney != 0 ORDER BY begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney DESC 
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==> Parameters: 出库(String), 销售(String), 2025-01-01(String), 入库(String), 销售退货(String), 2025-01-01(String), 2025-01-01(String), 2025-01-01(String), 出库(String), 销售(String), 2025-01-01(String), 2025-04-04 18:08:23(String), 入库(String), 销售退货(String), 2025-01-01(String), 2025-04-04 18:08:23(String), 2025-01-01(String), 2025-04-04 18:08:23(String), 2025-01-01(String), 2025-04-04 18:08:23(String), 客户(String), 58(Integer)
 | |
| 2025/04/04-18:08:23 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - <==      Total: 0
 | |
| 2025/04/04-18:08:24 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-18:08:24 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-18:08:24 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:08:24 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:08:24 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 120(String), UserRole(String)
 | |
| 2025/04/04-18:08:24 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:08:24 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:08:24 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 4(Long)
 | |
| 2025/04/04-18:08:24 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:08:24 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SupplierMapperEx.selectByConditionSupplier_COUNT - ==>  Preparing: SELECT count(0) FROM jsh_supplier WHERE 1 = 1 AND type = ? AND ifnull(delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:08:24 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SupplierMapperEx.selectByConditionSupplier_COUNT - ==> Parameters: 会员(String)
 | |
| 2025/04/04-18:08:24 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SupplierMapperEx.selectByConditionSupplier_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:08:24 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SupplierMapperEx.selectByConditionSupplier - ==>  Preparing: SELECT * FROM jsh_supplier WHERE 1 = 1 AND type = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC, id DESC LIMIT ? 
 | |
| 2025/04/04-18:08:24 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SupplierMapperEx.selectByConditionSupplier - ==> Parameters: 会员(String), 10(Integer)
 | |
| 2025/04/04-18:08:24 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SupplierMapperEx.selectByConditionSupplier - <==      Total: 1
 | |
| 2025/04/04-18:08:24 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==>  Preparing: SELECT *, (preBackInMoney + preBackOutMoney) AS preBackMoney, (backInMoney + backOutMoney) AS backMoney FROM (SELECT s.id, s.supplier, s.contacts, s.telephone, s.phone_num, s.email, (CASE WHEN s.type = '供应商' THEN ifnull(s.begin_need_pay, 0) ELSE ifnull(s.begin_need_get, 0) END) begin_need, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preDebtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') preReturnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') preBackOutMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') debtMoney, (SELECT ifnull(sum(dh.discount_last_money), 0) + ifnull(sum(dh.other_money), 0) - ifnull(sum(dh.deposit), 0) - abs(ifnull(sum(dh.change_amount), 0)) FROM jsh_depot_head dh WHERE dh.organ_id = s.id AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time > ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') returnDebtMoney, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '收款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backInMoney, (SELECT 0 - ifnull(sum(ai.each_amount), 0) FROM jsh_account_item ai LEFT JOIN jsh_account_head ah ON ai.header_id = ah.id AND ifnull(ah.delete_flag, '0') != '1' WHERE ah.organ_id = s.id AND ah.type = '付款' AND ah.bill_time > ? AND ah.bill_time <= ? AND ifnull(ai.delete_flag, '0') != '1') backOutMoney FROM jsh_supplier s WHERE s.enabled = 1 AND s.type = ? AND s.id = ? AND ifnull(s.delete_flag, '0') != '1') tb WHERE begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney != 0 ORDER BY begin_need + preDebtMoney - preReturnDebtMoney - preBackInMoney - preBackOutMoney + debtMoney - returnDebtMoney - backInMoney - backOutMoney DESC 
 | |
| 2025/04/04-18:08:24 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - ==> Parameters: (String), (String), 2025-01-01(String), (String), (String), 2025-01-01(String), 2025-01-01(String), 2025-01-01(String), (String), (String), 2025-01-01(String), 2025-04-04 18:08:24(String), (String), (String), 2025-01-01(String), 2025-04-04 18:08:24(String), 2025-01-01(String), 2025-04-04 18:08:24(String), 2025-01-01(String), 2025-04-04 18:08:24(String), 会员(String), 60(Integer)
 | |
| 2025/04/04-18:08:24 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getStatementAccount - <==      Total: 0
 | |
| 2025/04/04-18:08:25 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:08:25 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotMapperEx.selectByConditionDepot_COUNT - ==>  Preparing: SELECT count(0) FROM jsh_depot dep LEFT JOIN jsh_user usr ON usr.id = dep.principal AND ifnull(usr.status, '0') NOT IN ('1', '2') WHERE 1 = 1 AND ifnull(dep.delete_Flag, '0') != '1' 
 | |
| 2025/04/04-18:08:25 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-18:08:25 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotMapperEx.selectByConditionDepot_COUNT - ==> Parameters: 
 | |
| 2025/04/04-18:08:25 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:08:25 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotMapperEx.selectByConditionDepot_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:08:25 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotMapperEx.selectByConditionDepot - ==>  Preparing: SELECT dep.*, usr.username AS principalName FROM jsh_depot dep LEFT JOIN jsh_user usr ON usr.id = dep.principal AND ifnull(usr.status, '0') NOT IN ('1', '2') WHERE 1 = 1 AND ifnull(dep.delete_Flag, '0') != '1' ORDER BY dep.sort ASC, dep.id DESC LIMIT ? 
 | |
| 2025/04/04-18:08:25 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotMapperEx.selectByConditionDepot - ==> Parameters: 10(Integer)
 | |
| 2025/04/04-18:08:25 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotMapperEx.selectByConditionDepot - <==      Total: 3
 | |
| 2025/04/04-18:08:26 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapperEx.selectByConditionAccount_COUNT - ==>  Preparing: SELECT count(0) FROM jsh_account WHERE 1 = 1 AND ifnull(delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:08:26 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapperEx.selectByConditionAccount_COUNT - ==> Parameters: 
 | |
| 2025/04/04-18:08:26 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapperEx.selectByConditionAccount_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:08:26 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapperEx.selectByConditionAccount - ==>  Preparing: SELECT * FROM jsh_account WHERE 1 = 1 AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC, id DESC LIMIT ? 
 | |
| 2025/04/04-18:08:26 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapperEx.selectByConditionAccount - ==> Parameters: 10(Integer)
 | |
| 2025/04/04-18:08:26 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapperEx.selectByConditionAccount - <==      Total: 2
 | |
| 2025/04/04-18:08:26 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE (delete_flag <> ?) 
 | |
| 2025/04/04-18:08:26 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:08:26 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:08:26 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapperEx.getAccountSumByParam - ==>  Preparing: SELECT a.id, (SELECT ifnull(sum(dh.change_amount), 0) FROM jsh_depot_head dh WHERE 1 = 1 AND dh.pay_type != '预付款' AND dh.account_id = a.id AND dh.oper_time >= ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1') accountSum, (SELECT ifnull(sum(ah.change_amount), 0) FROM jsh_account_head ah WHERE 1 = 1 AND ah.account_id = a.id AND ah.bill_time >= ? AND ah.bill_time <= ? AND ifnull(ah.delete_flag, '0') != '1') accountSumByHead, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_head ah LEFT JOIN jsh_account_item ai ON ah.id = ai.header_id AND ifnull(ai.delete_flag, '0') != '1' WHERE 1 = 1 AND ai.account_id = a.id AND ah.bill_time >= ? AND ah.bill_time <= ? AND ifnull(ah.delete_flag, '0') != '1') accountSumByDetail FROM jsh_account a WHERE 1 = 1 AND ifnull(a.delete_flag, '0') != '1' ORDER BY a.sort ASC, a.id DESC LIMIT ?, ? 
 | |
| 2025/04/04-18:08:26 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapperEx.getAccountSumByParam - ==> Parameters: 2025-04-01 00:00:00(String), 2025-04-30 23:59:59(String), 2025-04-01 00:00:00(String), 2025-04-30 23:59:59(String), 2025-04-01 00:00:00(String), 2025-04-30 23:59:59(String), 0(Integer), 10(Integer)
 | |
| 2025/04/04-18:08:26 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapperEx.getAccountSumByParam - <==      Total: 2
 | |
| 2025/04/04-18:08:26 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapperEx.getAccountSumByParam - ==>  Preparing: SELECT a.id, (SELECT ifnull(sum(dh.change_amount), 0) FROM jsh_depot_head dh WHERE 1 = 1 AND dh.pay_type != '预付款' AND dh.account_id = a.id AND ifnull(dh.delete_flag, '0') != '1') accountSum, (SELECT ifnull(sum(ah.change_amount), 0) FROM jsh_account_head ah WHERE 1 = 1 AND ah.account_id = a.id AND ifnull(ah.delete_flag, '0') != '1') accountSumByHead, (SELECT ifnull(sum(ai.each_amount), 0) FROM jsh_account_head ah LEFT JOIN jsh_account_item ai ON ah.id = ai.header_id AND ifnull(ai.delete_flag, '0') != '1' WHERE 1 = 1 AND ai.account_id = a.id AND ifnull(ah.delete_flag, '0') != '1') accountSumByDetail FROM jsh_account a WHERE 1 = 1 AND ifnull(a.delete_flag, '0') != '1' ORDER BY a.sort ASC, a.id DESC LIMIT ?, ? 
 | |
| 2025/04/04-18:08:26 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapperEx.getAccountSumByParam - ==> Parameters: 0(Integer), 10(Integer)
 | |
| 2025/04/04-18:08:26 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapperEx.getAccountSumByParam - <==      Total: 2
 | |
| 2025/04/04-18:08:26 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapperEx.getManyAccountSumByParam - ==>  Preparing: SELECT dh.account_id_list accountIdList, dh.account_money_list accountMoneyList FROM jsh_depot_head dh WHERE 1 = 1 AND dh.account_id_list != '' AND dh.oper_time >= ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:08:26 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapperEx.getManyAccountSumByParam - ==> Parameters: 2025-04-01 00:00:00(String), 2025-04-30 23:59:59(String)
 | |
| 2025/04/04-18:08:26 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapperEx.getManyAccountSumByParam - <==      Total: 0
 | |
| 2025/04/04-18:08:26 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapperEx.getManyAccountSumByParam - ==>  Preparing: SELECT dh.account_id_list accountIdList, dh.account_money_list accountMoneyList FROM jsh_depot_head dh WHERE 1 = 1 AND dh.account_id_list != '' AND ifnull(dh.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:08:26 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapperEx.getManyAccountSumByParam - ==> Parameters: 
 | |
| 2025/04/04-18:08:26 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapperEx.getManyAccountSumByParam - <==      Total: 0
 | |
| 2025/04/04-18:08:27 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.InOutItemMapperEx.selectByConditionInOutItem_COUNT - ==>  Preparing: SELECT count(0) FROM jsh_in_out_item WHERE 1 = 1 AND ifnull(delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:08:27 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.InOutItemMapperEx.selectByConditionInOutItem_COUNT - ==> Parameters: 
 | |
| 2025/04/04-18:08:27 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.InOutItemMapperEx.selectByConditionInOutItem_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:08:27 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.InOutItemMapperEx.selectByConditionInOutItem - ==>  Preparing: SELECT * FROM jsh_in_out_item WHERE 1 = 1 AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC, id DESC LIMIT ? 
 | |
| 2025/04/04-18:08:27 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.InOutItemMapperEx.selectByConditionInOutItem - ==> Parameters: 10(Integer)
 | |
| 2025/04/04-18:08:27 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.InOutItemMapperEx.selectByConditionInOutItem - <==      Total: 3
 | |
| 2025/04/04-18:08:28 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.RoleMapperEx.selectByConditionRole_COUNT - ==>  Preparing: SELECT count(0) FROM jsh_role WHERE 1 = 1 AND ifnull(delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:08:28 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.RoleMapperEx.selectByConditionRole_COUNT - ==> Parameters: 
 | |
| 2025/04/04-18:08:28 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.RoleMapperEx.selectByConditionRole_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:08:28 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.RoleMapperEx.selectByConditionRole - ==>  Preparing: SELECT * FROM jsh_role WHERE 1 = 1 AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC, id DESC LIMIT ? 
 | |
| 2025/04/04-18:08:28 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.RoleMapperEx.selectByConditionRole - ==> Parameters: 10(Integer)
 | |
| 2025/04/04-18:08:28 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.RoleMapperEx.selectByConditionRole - <==      Total: 4
 | |
| 2025/04/04-18:08:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE (delete_flag <> ?) 
 | |
| 2025/04/04-18:08:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:08:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:08:30 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapperEx.selectByConditionUser_COUNT - ==>  Preparing: SELECT count(0) FROM (SELECT user.id, user.username, user.login_name, user.position, user.leader_flag, user.email, user.phonenum, user.description, user.remark, user.isystem, org.id AS orgaId, user.tenant_id, user.status, org.org_abr, rel.user_blng_orga_dspl_seq, rel.id AS orgaUserRelId FROM jsh_user user LEFT JOIN jsh_orga_user_rel rel ON user.id = rel.user_id AND ifnull(rel.delete_flag, '0') != '1' LEFT JOIN jsh_organization org ON rel.orga_id = org.id AND ifnull(org.delete_flag, '0') != '1' WHERE 1 = 1 AND ifnull(user.delete_flag, '0') != '1') tb 
 | |
| 2025/04/04-18:08:30 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapperEx.selectByConditionUser_COUNT - ==> Parameters: 
 | |
| 2025/04/04-18:08:30 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapperEx.selectByConditionUser_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:08:30 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapperEx.selectByConditionUser - ==>  Preparing: SELECT tb.*, (SELECT r.id FROM jsh_user_business ub LEFT JOIN jsh_role r ON ub.value = concat("[", r.id, "]") AND ifnull(r.delete_flag, '0') != '1' WHERE ub.type = 'UserRole' AND ub.key_id = tb.id LIMIT 0, 1) roleId, (SELECT r.name FROM jsh_user_business ub LEFT JOIN jsh_role r ON ub.value = concat("[", r.id, "]") AND ifnull(r.delete_flag, '0') != '1' WHERE ub.type = 'UserRole' AND ub.key_id = tb.id LIMIT 0, 1) roleName FROM (SELECT user.id, user.username, user.login_name, user.position, user.leader_flag, user.email, user.phonenum, user.description, user.remark, user.isystem, org.id AS orgaId, user.tenant_id, user.status, org.org_abr, rel.user_blng_orga_dspl_seq, rel.id AS orgaUserRelId FROM jsh_user user LEFT JOIN jsh_orga_user_rel rel ON user.id = rel.user_id AND ifnull(rel.delete_flag, '0') != '1' LEFT JOIN jsh_organization org ON rel.orga_id = org.id AND ifnull(org.delete_flag, '0') != '1' WHERE 1 = 1 AND ifnull(user.delete_flag, '0') != '1' ORDER BY rel.user_blng_orga_dspl_seq, user.id DESC) tb LIMIT ? 
 | |
| 2025/04/04-18:08:30 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapperEx.selectByConditionUser - ==> Parameters: 10(Integer)
 | |
| 2025/04/04-18:08:30 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapperEx.selectByConditionUser - <==      Total: 3
 | |
| 2025/04/04-18:08:31 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapperEx.selectByConditionSystemConfig_COUNT - ==>  Preparing: SELECT count(0) FROM jsh_system_config WHERE 1 = 1 AND ifnull(delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:08:31 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapperEx.selectByConditionSystemConfig_COUNT - ==> Parameters: 
 | |
| 2025/04/04-18:08:31 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapperEx.selectByConditionSystemConfig_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:08:31 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapperEx.selectByConditionSystemConfig - ==>  Preparing: SELECT * FROM jsh_system_config WHERE 1 = 1 AND ifnull(delete_flag, '0') != '1' LIMIT ? 
 | |
| 2025/04/04-18:08:31 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapperEx.selectByConditionSystemConfig - ==> Parameters: 10(Integer)
 | |
| 2025/04/04-18:08:31 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapperEx.selectByConditionSystemConfig - <==      Total: 1
 | |
| 2025/04/04-18:08:39 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-18:08:39 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-18:08:39 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:08:39 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction_COUNT - ==>  Preparing: SELECT count(0) FROM jsh_function fa LEFT JOIN jsh_function fb ON fa.parent_number = fb.number WHERE 1 = 1 AND ifnull(fa.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:08:39 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction_COUNT - ==> Parameters: 
 | |
| 2025/04/04-18:08:39 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:08:39 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction - ==>  Preparing: SELECT fa.*, fb.name parent_name FROM jsh_function fa LEFT JOIN jsh_function fb ON fa.parent_number = fb.number WHERE 1 = 1 AND ifnull(fa.delete_flag, '0') != '1' ORDER BY fa.sort ASC LIMIT ? 
 | |
| 2025/04/04-18:08:39 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction - ==> Parameters: 10(Integer)
 | |
| 2025/04/04-18:08:39 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction - <==      Total: 10
 | |
| 2025/04/04-18:08:49 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-18:08:49 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-18:08:49 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:08:49 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction_COUNT - ==>  Preparing: SELECT count(0) FROM jsh_function fa LEFT JOIN jsh_function fb ON fa.parent_number = fb.number WHERE 1 = 1 AND ifnull(fa.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:08:49 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction_COUNT - ==> Parameters: 
 | |
| 2025/04/04-18:08:49 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:08:49 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction - ==>  Preparing: SELECT fa.*, fb.name parent_name FROM jsh_function fa LEFT JOIN jsh_function fb ON fa.parent_number = fb.number WHERE 1 = 1 AND ifnull(fa.delete_flag, '0') != '1' ORDER BY fa.sort ASC LIMIT ?, ? 
 | |
| 2025/04/04-18:08:49 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction - ==> Parameters: 10(Integer), 10(Integer)
 | |
| 2025/04/04-18:08:49 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction - <==      Total: 10
 | |
| 2025/04/04-18:09:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-18:09:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-18:09:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:09:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction_COUNT - ==>  Preparing: SELECT count(0) FROM jsh_function fa LEFT JOIN jsh_function fb ON fa.parent_number = fb.number WHERE 1 = 1 AND fa.name LIKE ? AND ifnull(fa.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:09:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction_COUNT - ==> Parameters: %商品信息%(String)
 | |
| 2025/04/04-18:09:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:09:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction - ==>  Preparing: SELECT fa.*, fb.name parent_name FROM jsh_function fa LEFT JOIN jsh_function fb ON fa.parent_number = fb.number WHERE 1 = 1 AND fa.name LIKE ? AND ifnull(fa.delete_flag, '0') != '1' ORDER BY fa.sort ASC LIMIT ? 
 | |
| 2025/04/04-18:09:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction - ==> Parameters: %商品信息%(String), 10(Integer)
 | |
| 2025/04/04-18:09:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction - <==      Total: 1
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (id <> ? AND name = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (id <> ? AND number = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: 23(Long), 010102(String), 1(String)
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: 23(Long), 商品信息(String), 1(String)
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.updateByPrimaryKeySelective - ==>  Preparing: UPDATE jsh_function SET number = ?, name = ?, parent_number = ?, url = ?, component = ?, state = ?, sort = ?, enabled = ?, type = ?, push_btn = ?, icon = ?, delete_flag = ? WHERE id = ? 
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.updateByPrimaryKeySelective - ==> Parameters: 010102(String), 商品信息(String), 0101(String), /material/material(String), /material/MaterialList(String), false(Boolean), 0240(String), true(Boolean), 电脑版(String), 1,3(String), profile(String), 0(String), 23(Long)
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.updateByPrimaryKeySelective - <==    Updates: 1
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.LogMapperEx.getCountByIpAndDate - ==>  Preparing: SELECT count(1) FROM jsh_log WHERE user_id = ? AND operation = ? AND client_ip = ? AND create_time = ? 
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.LogMapperEx.getCountByIpAndDate - ==> Parameters: 120(Long), 功能(String), 127.0.0.1/127.0.0.1(String), 2025-04-04 18:09:13(String)
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.LogMapperEx.getCountByIpAndDate - <==      Total: 1
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.LogMapper.insertSelective - ==>  Preparing: INSERT INTO jsh_log (user_id, operation, client_ip, create_time, status, content) VALUES (?, ?, ?, ?, ?, ?) 
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.LogMapper.insertSelective - ==> Parameters: 120(Long), 功能(String), 127.0.0.1/127.0.0.1(String), 2025-04-04 18:09:13.292(Timestamp), 0(Byte), 修改商品信息(String)
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.LogMapper.insertSelective - <==    Updates: 1
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE id = ? 
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 120(Long)
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction_COUNT - ==>  Preparing: SELECT count(0) FROM jsh_function fa LEFT JOIN jsh_function fb ON fa.parent_number = fb.number WHERE 1 = 1 AND fa.name LIKE ? AND ifnull(fa.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction_COUNT - ==> Parameters: %商品信息%(String)
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction - ==>  Preparing: SELECT fa.*, fb.name parent_name FROM jsh_function fa LEFT JOIN jsh_function fb ON fa.parent_number = fb.number WHERE 1 = 1 AND fa.name LIKE ? AND ifnull(fa.delete_flag, '0') != '1' ORDER BY fa.sort ASC LIMIT ? 
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction - ==> Parameters: %商品信息%(String), 10(Integer)
 | |
| 2025/04/04-18:09:13 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapperEx.selectByConditionFunction - <==      Total: 1
 | |
| 2025/04/04-18:09:24 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:09:24 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: platform_name(String)
 | |
| 2025/04/04-18:09:24 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:09:24 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:09:24 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: platform_url(String)
 | |
| 2025/04/04-18:09:24 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:09:24 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:09:24 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: register_flag(String)
 | |
| 2025/04/04-18:09:24 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE (login_name = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: jsh(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==>  Preparing: SELECT id, tenant_id, login_name, user_num_limit, type, enabled, create_time, expire_time, remark, delete_flag FROM jsh_tenant WHERE (tenant_id = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==> Parameters: 63(Long), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE (login_name = ? AND password = ? AND status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: jsh(String), e10adc3949ba59abbe56e057f20f883e(String), 0(Byte), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE (login_name = ? AND status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: jsh(String), 0(Byte), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.LogMapperEx.insertLogWithUserId - ==>  Preparing: insert into jsh_log (user_id, operation, client_ip, create_time, status, content, tenant_id) values (?, ?, ?, ?, ?, ?, ?) 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.LogMapperEx.insertLogWithUserId - ==> Parameters: 63(Long), 用户(String), 127.0.0.1/127.0.0.1(String), 2025-04-04 18:09:44.789(Timestamp), 0(Byte), 登录jsh(String), 63(Long)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.LogMapperEx.insertLogWithUserId - <==    Updates: 1
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialPropertyMapper.selectByExample - ==>  Preparing: SELECT id, native_name, enabled, sort, another_name, tenant_id, delete_flag FROM jsh_material_property WHERE jsh_material_property.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_excel_url(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialPropertyMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 10(String), RoleFunctions(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-18:09:44 ERROR [http-nio-9999-exec-6] com.jsh.erp.service.MaterialPropertyService - 异常码[300],异常提示[数据查询异常],异常[{}]
 | |
| org.springframework.jdbc.BadSqlGrammarException: 
 | |
| ### Error querying database.  Cause: java.sql.SQLSyntaxErrorException: Unknown column 'tenant_id' in 'field list'
 | |
| ### The error may exist in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/mapper_xml/MaterialPropertyMapper.xml]
 | |
| ### The error may involve com.jsh.erp.datasource.mappers.MaterialPropertyMapper.selectByExample-Inline
 | |
| ### The error occurred while setting parameters
 | |
| ### SQL: SELECT id, native_name, enabled, sort, another_name, tenant_id, delete_flag FROM jsh_material_property WHERE jsh_material_property.tenant_id = 63 AND (delete_flag <> ?)
 | |
| ### Cause: java.sql.SQLSyntaxErrorException: Unknown column 'tenant_id' in 'field list'
 | |
| ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column 'tenant_id' in 'field list'
 | |
| 	at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:235)
 | |
| 	at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
 | |
| 	at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:88)
 | |
| 	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)
 | |
| 	at com.sun.proxy.$Proxy93.selectList(Unknown Source)
 | |
| 	at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:223)
 | |
| 	at com.baomidou.mybatisplus.core.override.PageMapperMethod.executeForMany(PageMapperMethod.java:173)
 | |
| 	at com.baomidou.mybatisplus.core.override.PageMapperMethod.execute(PageMapperMethod.java:86)
 | |
| 	at com.baomidou.mybatisplus.core.override.PageMapperProxy.invoke(PageMapperProxy.java:64)
 | |
| 	at com.sun.proxy.$Proxy150.selectByExample(Unknown Source)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService.getMaterialProperty(MaterialPropertyService.java:53)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService$$FastClassBySpringCGLIB$$acdb6879.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
 | |
| 	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:685)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService$$EnhancerBySpringCGLIB$$41b90a3f.getMaterialProperty(<generated>)
 | |
| 	at com.jsh.erp.controller.MaterialPropertyController.getAllList(MaterialPropertyController.java:134)
 | |
| 	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:209)
 | |
| 	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:136)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:102)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:870)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:776)
 | |
| 	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
 | |
| 	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:991)
 | |
| 	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:925)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:978)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:870)
 | |
| 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:855)
 | |
| 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at com.jsh.erp.filter.LogCostFilter.doFilter(LogCostFilter.java:46)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
 | |
| 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
 | |
| 	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496)
 | |
| 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
 | |
| 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
 | |
| 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
 | |
| 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
 | |
| 	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803)
 | |
| 	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
 | |
| 	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790)
 | |
| 	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459)
 | |
| 	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
 | |
| 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
 | |
| 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 | |
| 	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 'tenant_id' in 'field list'
 | |
| 	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
 | |
| 	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
 | |
| 	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
 | |
| 	at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
 | |
| 	at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
 | |
| 	at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
 | |
| 	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
 | |
| 	at jdk.internal.reflect.GeneratedMethodAccessor253.invoke(Unknown Source)
 | |
| 	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.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
 | |
| 	at com.sun.proxy.$Proxy193.execute(Unknown Source)
 | |
| 	at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
 | |
| 	at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
 | |
| 	at jdk.internal.reflect.GeneratedMethodAccessor256.invoke(Unknown Source)
 | |
| 	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:63)
 | |
| 	at com.sun.proxy.$Proxy192.query(Unknown Source)
 | |
| 	at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63)
 | |
| 	at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:324)
 | |
| 	at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
 | |
| 	at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109)
 | |
| 	at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:108)
 | |
| 	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
 | |
| 	at com.sun.proxy.$Proxy191.query(Unknown Source)
 | |
| 	at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
 | |
| 	at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
 | |
| 	at jdk.internal.reflect.GeneratedMethodAccessor265.invoke(Unknown Source)
 | |
| 	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:426)
 | |
| 	... 69 common frames omitted
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:09:44 ERROR [http-nio-9999-exec-6] com.jsh.erp.controller.MaterialPropertyController - 数据查询异常
 | |
| com.jsh.erp.exception.BusinessRunTimeException: 数据查询异常
 | |
| 	at com.jsh.erp.exception.JshException.readFail(JshException.java:15)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService.getMaterialProperty(MaterialPropertyService.java:65)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService$$FastClassBySpringCGLIB$$acdb6879.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
 | |
| 	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:685)
 | |
| 	at com.jsh.erp.service.MaterialPropertyService$$EnhancerBySpringCGLIB$$41b90a3f.getMaterialProperty(<generated>)
 | |
| 	at com.jsh.erp.controller.MaterialPropertyController.getAllList(MaterialPropertyController.java:134)
 | |
| 	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:209)
 | |
| 	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:136)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:102)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:870)
 | |
| 	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:776)
 | |
| 	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
 | |
| 	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:991)
 | |
| 	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:925)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:978)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:870)
 | |
| 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
 | |
| 	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:855)
 | |
| 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at com.jsh.erp.filter.LogCostFilter.doFilter(LogCostFilter.java:46)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
 | |
| 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 | |
| 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 | |
| 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
 | |
| 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
 | |
| 	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496)
 | |
| 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
 | |
| 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
 | |
| 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
 | |
| 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
 | |
| 	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803)
 | |
| 	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
 | |
| 	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790)
 | |
| 	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459)
 | |
| 	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
 | |
| 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
 | |
| 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 | |
| 	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
 | |
| 	at java.base/java.lang.Thread.run(Thread.java:834)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==>  Preparing: SELECT id, tenant_id, login_name, user_num_limit, type, enabled, create_time, expire_time, remark, delete_flag FROM jsh_tenant WHERE (tenant_id = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==> Parameters: 63(Long), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 9
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 10(String), RoleFunctions(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0401(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 040102(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 040104(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0502(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050203(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050202(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050201(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050204(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0603(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060301(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060303(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060305(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0801(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 5
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080103(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080105(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080107(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080109(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080111(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0704(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 6
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070402(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070403(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070404(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070405(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070406(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070407(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0301(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 14
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030113(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030102(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030105(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030103(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030104(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030106(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030107(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030150(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030108(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030109(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030101(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030110(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030111(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030112(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0101(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010101(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010102(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010103(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010105(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0102(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 7
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020101(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020102(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020103(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010202(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010204(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010205(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010206(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0001(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 10
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000102(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000103(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000108(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000104(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000105(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000105(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000109(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000106(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000107(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000112(String), 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 10(String), RoleFunctions(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (delete_flag <> ?) 
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:09:44 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 64
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: pay_fee_url(String)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg_COUNT - ==>  Preparing: SELECT count(0) FROM jsh_msg WHERE jsh_msg.tenant_id = 63 AND 1 = 1 AND ifnull(delete_Flag, '0') != '1' AND user_id = ? 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg_COUNT - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg - ==>  Preparing: SELECT * FROM jsh_msg WHERE jsh_msg.tenant_id = 63 AND 1 = 1 AND ifnull(delete_Flag, '0') != '1' AND user_id = ? ORDER BY create_time DESC LIMIT ? 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg - ==> Parameters: 63(Long), 5(Integer)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==>  Preparing: SELECT id, tenant_id, login_name, user_num_limit, type, enabled, create_time, expire_time, remark, delete_flag FROM jsh_tenant WHERE (tenant_id = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg - <==      Total: 1
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==> Parameters: 63(Long), 1(String)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotItemMapperEx.inOrOutPriceList - ==>  Preparing: SELECT DISTINCT dh.id, dh.discount_last_money, dh.total_price, dh.type, dh.sub_type, dh.oper_time FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND di.id IS NOT NULL AND (dh.type = '入库' OR dh.type = '出库') AND dh.oper_time >= ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotItemMapperEx.inOrOutPriceList - ==> Parameters: 2024-11-01 00:00:00(String), 2025-04-04 23:59:59(String)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MsgMapper.selectByExample - ==>  Preparing: SELECT id, msg_title, msg_content, create_time, type, user_id, status, tenant_id, delete_Flag FROM jsh_msg WHERE jsh_msg.tenant_id = 63 AND (status = ? AND user_id = ? AND delete_Flag <> ?) ORDER BY id DESC 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MsgMapper.selectByExample - ==> Parameters: 1(String), 63(Long), 1(String)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MsgMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.DepotItemMapperEx.inOrOutPriceList - <==      Total: 0
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getBuyAndSaleStatisticsList - ==>  Preparing: SELECT DISTINCT dh.id, dh.discount_last_money, dh.total_price, dh.type, dh.sub_type, dh.oper_time FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND di.id IS NOT NULL AND (dh.type = '入库' OR dh.type = '出库') AND dh.oper_time >= ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getBuyAndSaleStatisticsList - ==> Parameters: 2025-01-01 00:00:00(String), 2025-12-31 23:59:59(String)
 | |
| 2025/04/04-18:09:45 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getBuyAndSaleStatisticsList - <==      Total: 0
 | |
| 2025/04/04-18:09:57 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id IS NULL AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:09:57 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==> Parameters: null
 | |
| 2025/04/04-18:09:57 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:09:57 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====> Parameters: null, 17(Long)
 | |
| 2025/04/04-18:09:57 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:09:57 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======> Parameters: null, 21(Long)
 | |
| 2025/04/04-18:09:57 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <======      Total: 0
 | |
| 2025/04/04-18:09:57 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <====      Total: 1
 | |
| 2025/04/04-18:09:57 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - <==      Total: 1
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_excel_url(String)
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserCustomer(String)
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 客户(String), true(Boolean), 1(String)
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==>  Preparing: SELECT id, type, name, enabled, sort, tenant_id, delete_flag FROM jsh_person WHERE jsh_person.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==>  Preparing: SELECT count(0) FROM (SELECT dh.id FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' LEFT JOIN jsh_material m ON m.tenant_id = 63 AND di.material_id = m.id AND ifnull(m.delete_flag, '0') != '1' LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND di.material_extend_id = me.id AND ifnull(me.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time >= ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1' GROUP BY dh.id) tb LEFT JOIN jsh_depot_head jdh ON jdh.tenant_id = 63 AND jdh.id = tb.id AND ifnull(jdh.delete_flag, '0') != '1' LEFT JOIN jsh_supplier s ON s.tenant_id = 63 AND jdh.organ_id = s.id AND ifnull(s.delete_flag, '0') != '1' LEFT JOIN jsh_user u ON u.tenant_id = 63 AND jdh.creator = u.id LEFT JOIN jsh_account a ON a.tenant_id = 63 AND jdh.account_id = a.id AND ifnull(a.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==> Parameters: 其它(String), 请购单(String), 2025-01-04 00:00:00(String), 2025-04-04 23:59:59(String)
 | |
| 2025/04/04-18:10:00 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - ==>  Preparing: UPDATE jsh_sequence SET current_val = current_val + 1 WHERE seq_name = 'depot_number_seq' 
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - ==> Parameters: 
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_print_flag(String)
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - <==    Updates: 1
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - ==>  Preparing: SELECT current_val FROM jsh_sequence WHERE seq_name = 'depot_number_seq' 
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - ==> Parameters: 
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - <==      Total: 1
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:10:01 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:10:05 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:10:05 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id IS NULL AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:10:05 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:10:05 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==> Parameters: null
 | |
| 2025/04/04-18:10:05 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:10:05 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:10:05 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:10:05 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====> Parameters: null, 17(Long)
 | |
| 2025/04/04-18:10:05 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:10:05 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:10:05 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:10:05 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:10:05 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:10:05 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======> Parameters: null, 21(Long)
 | |
| 2025/04/04-18:10:05 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <======      Total: 0
 | |
| 2025/04/04-18:10:05 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <====      Total: 1
 | |
| 2025/04/04-18:10:05 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:10:05 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - <==      Total: 1
 | |
| 2025/04/04-18:10:05 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.MaterialMapperEx.getMaterialByParam - ==>  Preparing: SELECT me.bar_code, m.name, m.mnemonic, m.standard, m.model, m.color, me.commodity_unit unit FROM jsh_material m LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND m.id = me.material_id AND ifnull(me.delete_Flag, '0') != '1' WHERE m.tenant_id = 63 AND m.enabled = 1 AND me.id IS NOT NULL AND (me.bar_code LIKE ? OR m.name LIKE ? OR m.standard LIKE ? OR m.model LIKE ? OR m.mnemonic LIKE ?) AND ifnull(m.delete_flag, '0') != '1' ORDER BY m.id DESC, me.default_flag DESC, me.id ASC LIMIT 0, 20 
 | |
| 2025/04/04-18:10:05 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.MaterialMapperEx.getMaterialByParam - ==> Parameters: %1231%(String), %1231%(String), %1231%(String), %1231%(String), %1231%(String)
 | |
| 2025/04/04-18:10:05 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.MaterialMapperEx.getMaterialByParam - <==      Total: 0
 | |
| 2025/04/04-18:10:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialMapperEx.getMaterialByParam - ==>  Preparing: SELECT me.bar_code, m.name, m.mnemonic, m.standard, m.model, m.color, me.commodity_unit unit FROM jsh_material m LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND m.id = me.material_id AND ifnull(me.delete_Flag, '0') != '1' WHERE m.tenant_id = 63 AND m.enabled = 1 AND me.id IS NOT NULL AND ifnull(m.delete_flag, '0') != '1' ORDER BY m.id DESC, me.default_flag DESC, me.id ASC LIMIT 0, 20 
 | |
| 2025/04/04-18:10:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialMapperEx.getMaterialByParam - ==> Parameters: 
 | |
| 2025/04/04-18:10:06 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialMapperEx.getMaterialByParam - <==      Total: 14
 | |
| 2025/04/04-18:12:33 INFO  [main] com.jsh.erp.ErpApplication - Starting ErpApplication on limengshundeMac-mini.local with PID 49655 (/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes started by mengshun in /Users/mengshun/Documents/dev/JSH_ERP)
 | |
| 2025/04/04-18:12:33 DEBUG [main] com.jsh.erp.ErpApplication - Running with Spring Boot v2.0.0.RELEASE, Spring v5.0.4.RELEASE
 | |
| 2025/04/04-18:12:33 INFO  [main] com.jsh.erp.ErpApplication - No active profile set, falling back to default profiles: default
 | |
| 2025/04/04-18:12:36 INFO  [main] com.jsh.erp.ErpApplication - Started ErpApplication in 2.354 seconds (JVM running for 2.857)
 | |
| 2025/04/04-18:14:36 INFO  [main] com.jsh.erp.ErpApplication - Starting ErpApplication on limengshundeMac-mini.local with PID 49681 (/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes started by mengshun in /Users/mengshun/Documents/dev/JSH_ERP)
 | |
| 2025/04/04-18:14:36 DEBUG [main] com.jsh.erp.ErpApplication - Running with Spring Boot v2.0.0.RELEASE, Spring v5.0.4.RELEASE
 | |
| 2025/04/04-18:14:36 INFO  [main] com.jsh.erp.ErpApplication - No active profile set, falling back to default profiles: default
 | |
| 2025/04/04-18:14:38 INFO  [main] com.jsh.erp.ErpApplication - Started ErpApplication in 2.199 seconds (JVM running for 2.414)
 | |
| 2025/04/04-18:14:41 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:14:41 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: platform_name(String)
 | |
| 2025/04/04-18:14:41 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:14:41 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:14:41 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: platform_url(String)
 | |
| 2025/04/04-18:14:41 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:14:42 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:14:42 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: register_flag(String)
 | |
| 2025/04/04-18:14:42 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE (login_name = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: jsh(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==>  Preparing: SELECT id, tenant_id, login_name, user_num_limit, type, enabled, create_time, expire_time, remark, delete_flag FROM jsh_tenant WHERE (tenant_id = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==> Parameters: 63(Long), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE (login_name = ? AND password = ? AND status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: jsh(String), e10adc3949ba59abbe56e057f20f883e(String), 0(Byte), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE (login_name = ? AND status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: jsh(String), 0(Byte), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.LogMapperEx.insertLogWithUserId - ==>  Preparing: insert into jsh_log (user_id, operation, client_ip, create_time, status, content, tenant_id) values (?, ?, ?, ?, ?, ?, ?) 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.LogMapperEx.insertLogWithUserId - ==> Parameters: 63(Long), 用户(String), 127.0.0.1/127.0.0.1(String), 2025-04-04 18:14:50.438(Timestamp), 0(Byte), 登录jsh(String), 63(Long)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.LogMapperEx.insertLogWithUserId - <==    Updates: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_excel_url(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialPropertyMapper.selectByExample - ==>  Preparing: SELECT id, native_name, enabled, sort, another_name, tenant_id, delete_flag FROM jsh_material_property WHERE jsh_material_property.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialPropertyMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialPropertyMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==>  Preparing: SELECT id, tenant_id, login_name, user_num_limit, type, enabled, create_time, expire_time, remark, delete_flag FROM jsh_tenant WHERE (tenant_id = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==> Parameters: 63(Long), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 10(String), RoleFunctions(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 9
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 10(String), RoleFunctions(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0401(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 040102(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 040104(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0502(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050203(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050202(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050201(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 050204(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0603(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060301(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060303(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 060305(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0801(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 5
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080103(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080105(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080107(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080109(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 080111(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0704(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 6
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070402(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070403(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070404(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070405(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070406(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 070407(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0301(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 14
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030113(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030102(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030105(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030103(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030104(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030106(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030107(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030150(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030108(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030109(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030101(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030110(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030111(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 030112(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0101(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010101(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010102(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010103(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010105(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0102(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 7
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020101(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020102(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 01020103(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010202(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010204(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010205(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 010206(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 0001(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 10
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000102(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000103(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000108(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000104(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000105(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000105(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000109(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000106(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000107(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (enabled = ? AND parent_number = ? AND delete_flag <> ?) ORDER BY Sort 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: true(Boolean), 000112(String), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 10(String), RoleFunctions(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==>  Preparing: SELECT id, number, name, parent_number, url, component, state, sort, enabled, type, push_btn, icon, delete_flag FROM jsh_function WHERE (delete_flag <> ?) 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.FunctionMapper.selectByExample - <==      Total: 64
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: pay_fee_url(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: pay_fee_url(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==>  Preparing: SELECT id, tenant_id, login_name, user_num_limit, type, enabled, create_time, expire_time, remark, delete_flag FROM jsh_tenant WHERE (tenant_id = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - ==> Parameters: 63(Long), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.TenantMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MsgMapper.selectByExample - ==>  Preparing: SELECT id, msg_title, msg_content, create_time, type, user_id, status, tenant_id, delete_Flag FROM jsh_msg WHERE jsh_msg.tenant_id = 63 AND (status = ? AND user_id = ? AND delete_Flag <> ?) ORDER BY id DESC 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MsgMapper.selectByExample - ==> Parameters: 1(String), 63(Long), 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MsgMapper.selectByExample - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg_COUNT - ==>  Preparing: SELECT count(0) FROM jsh_msg WHERE jsh_msg.tenant_id = 63 AND 1 = 1 AND ifnull(delete_Flag, '0') != '1' AND user_id = ? 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg_COUNT - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg - ==>  Preparing: SELECT * FROM jsh_msg WHERE jsh_msg.tenant_id = 63 AND 1 = 1 AND ifnull(delete_Flag, '0') != '1' AND user_id = ? ORDER BY create_time DESC LIMIT ? 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg - ==> Parameters: 63(Long), 5(Integer)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.MsgMapperEx.selectByConditionMsg - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotItemMapperEx.inOrOutPriceList - ==>  Preparing: SELECT DISTINCT dh.id, dh.discount_last_money, dh.total_price, dh.type, dh.sub_type, dh.oper_time FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND di.id IS NOT NULL AND (dh.type = '入库' OR dh.type = '出库') AND dh.oper_time >= ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotItemMapperEx.inOrOutPriceList - ==> Parameters: 2024-11-01 00:00:00(String), 2025-04-04 23:59:59(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotItemMapperEx.inOrOutPriceList - <==      Total: 0
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getBuyAndSaleStatisticsList - ==>  Preparing: SELECT DISTINCT dh.id, dh.discount_last_money, dh.total_price, dh.type, dh.sub_type, dh.oper_time FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND di.id IS NOT NULL AND (dh.type = '入库' OR dh.type = '出库') AND dh.oper_time >= ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getBuyAndSaleStatisticsList - ==> Parameters: 2025-01-01 00:00:00(String), 2025-12-31 23:59:59(String)
 | |
| 2025/04/04-18:14:50 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.getBuyAndSaleStatisticsList - <==      Total: 0
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id IS NULL AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==> Parameters: null
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====> Parameters: null, 17(Long)
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======> Parameters: null, 21(Long)
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <======      Total: 0
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <====      Total: 1
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - <==      Total: 1
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialMapperEx.selectByConditionMaterial_COUNT - ==>  Preparing: SELECT count(0) FROM (SELECT m.id, min(me.id) meId FROM jsh_material m LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND m.id = me.material_id AND ifnull(me.delete_Flag, '0') != '1' WHERE m.tenant_id = 63 AND 1 = 1 AND ifnull(m.delete_flag, '0') != '1' GROUP BY m.id) tb LEFT JOIN jsh_material jm ON jm.tenant_id = 63 AND tb.id = jm.id AND ifnull(jm.delete_Flag, '0') != '1' LEFT JOIN jsh_material_extend jme ON jme.tenant_id = 63 AND tb.meId = jme.id AND ifnull(jme.delete_Flag, '0') != '1' LEFT JOIN jsh_unit u ON u.tenant_id = 63 AND jm.unit_id = u.id AND ifnull(u.delete_Flag, '0') != '1' LEFT JOIN jsh_material_category mc ON mc.tenant_id = 63 AND jm.category_id = mc.id AND ifnull(mc.delete_Flag, '0') != '1' 
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialMapperEx.selectByConditionMaterial_COUNT - ==> Parameters: 
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialMapperEx.selectByConditionMaterial_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialMapperEx.selectByConditionMaterial - ==>  Preparing: SELECT jm.*, u.name unitName, mc.name categoryName, jme.bar_code, jme.purchase_decimal, jme.commodity_decimal, jme.wholesale_decimal, jme.low_decimal, jme.sku FROM (SELECT m.id, min(me.id) meId FROM jsh_material m LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND m.id = me.material_id AND ifnull(me.delete_Flag, '0') != '1' WHERE m.tenant_id = 63 AND 1 = 1 AND ifnull(m.delete_flag, '0') != '1' GROUP BY m.id ORDER BY m.id DESC) tb LEFT JOIN jsh_material jm ON jm.tenant_id = 63 AND tb.id = jm.id AND ifnull(jm.delete_Flag, '0') != '1' LEFT JOIN jsh_material_extend jme ON jme.tenant_id = 63 AND tb.meId = jme.id AND ifnull(jme.delete_Flag, '0') != '1' LEFT JOIN jsh_unit u ON u.tenant_id = 63 AND jm.unit_id = u.id AND ifnull(u.delete_Flag, '0') != '1' LEFT JOIN jsh_material_category mc ON mc.tenant_id = 63 AND jm.category_id = mc.id AND ifnull(mc.delete_Flag, '0') != '1' ORDER BY tb.id DESC LIMIT ? 
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialMapperEx.selectByConditionMaterial - ==> Parameters: 10(Integer)
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialMapperEx.selectByConditionMaterial - <==      Total: 9
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialInitialStockMapperEx.getInitialStockMapByIdList - ==>  Preparing: SELECT material_id, sum(number) number FROM jsh_material_initial_stock WHERE jsh_material_initial_stock.tenant_id = 63 AND 1 = 1 AND ifnull(delete_flag, '0') != '1' AND material_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?) GROUP BY material_id 
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialInitialStockMapperEx.getInitialStockMapByIdList - ==> Parameters: 619(Long), 588(Long), 587(Long), 586(Long), 579(Long), 577(Long), 570(Long), 569(Long), 568(Long)
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialInitialStockMapperEx.getInitialStockMapByIdList - <==      Total: 0
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialCurrentStockMapperEx.getCurrentStockMapByIdList - ==>  Preparing: SELECT material_id, sum(current_number) current_number FROM jsh_material_current_stock WHERE jsh_material_current_stock.tenant_id = 63 AND 1 = 1 AND ifnull(delete_flag, '0') != '1' AND material_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?) GROUP BY material_id 
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialCurrentStockMapperEx.getCurrentStockMapByIdList - ==> Parameters: 619(Long), 588(Long), 587(Long), 586(Long), 579(Long), 577(Long), 570(Long), 569(Long), 568(Long)
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.MaterialCurrentStockMapperEx.getCurrentStockMapByIdList - <==      Total: 4
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, name, basic_unit, other_unit, other_unit_two, other_unit_three, ratio, ratio_two, ratio_three, enabled, tenant_id, delete_flag FROM jsh_unit WHERE jsh_unit.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - ==> Parameters: 15(Long)
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, name, basic_unit, other_unit, other_unit_two, other_unit_three, ratio, ratio_two, ratio_three, enabled, tenant_id, delete_flag FROM jsh_unit WHERE jsh_unit.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - ==> Parameters: 15(Long)
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, name, basic_unit, other_unit, other_unit_two, other_unit_three, ratio, ratio_two, ratio_three, enabled, tenant_id, delete_flag FROM jsh_unit WHERE jsh_unit.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - ==> Parameters: 15(Long)
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, name, basic_unit, other_unit, other_unit_two, other_unit_three, ratio, ratio_two, ratio_three, enabled, tenant_id, delete_flag FROM jsh_unit WHERE jsh_unit.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - ==> Parameters: 15(Long)
 | |
| 2025/04/04-18:14:55 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_excel_url(String)
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 会员(String), true(Boolean), 1(String)
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserCustomer(String)
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 客户(String), true(Boolean), 1(String)
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==>  Preparing: SELECT id, type, name, enabled, sort, tenant_id, delete_flag FROM jsh_person WHERE jsh_person.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==>  Preparing: SELECT count(0) FROM (SELECT dh.id FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' LEFT JOIN jsh_material m ON m.tenant_id = 63 AND di.material_id = m.id AND ifnull(m.delete_flag, '0') != '1' LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND di.material_extend_id = me.id AND ifnull(me.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time >= ? AND dh.oper_time <= ? AND di.depot_id IN (?, ?, ?) AND ifnull(dh.delete_flag, '0') != '1' GROUP BY dh.id) tb LEFT JOIN jsh_depot_head jdh ON jdh.tenant_id = 63 AND jdh.id = tb.id AND ifnull(jdh.delete_flag, '0') != '1' LEFT JOIN jsh_supplier s ON s.tenant_id = 63 AND jdh.organ_id = s.id AND ifnull(s.delete_flag, '0') != '1' LEFT JOIN jsh_user u ON u.tenant_id = 63 AND jdh.creator = u.id LEFT JOIN jsh_account a ON a.tenant_id = 63 AND jdh.account_id = a.id AND ifnull(a.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==> Parameters: 出库(String), 零售(String), 2025-01-04 00:00:00(String), 2025-04-04 23:59:59(String), 14(String), 15(String), 17(String)
 | |
| 2025/04/04-18:15:55 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_print_flag(String)
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - ==>  Preparing: UPDATE jsh_sequence SET current_val = current_val + 1 WHERE seq_name = 'depot_number_seq' 
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 会员(String), true(Boolean), 1(String)
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - ==> Parameters: 
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - <==    Updates: 1
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - ==>  Preparing: SELECT current_val FROM jsh_sequence WHERE seq_name = 'depot_number_seq' 
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - ==> Parameters: 
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - <==      Total: 1
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:15:56 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id IS NULL AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==> Parameters: null
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialMapperEx.findBySelectWithBarCode - ==>  Preparing: SELECT m.*, u.name unit_name, mc.name categoryName, me.bar_code m_bar_code, me.id meId, me.commodity_unit, me.sku FROM jsh_material m LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND m.id = me.material_id AND ifnull(me.delete_Flag, '0') != '1' LEFT JOIN jsh_unit u ON u.tenant_id = 63 AND m.unit_id = u.id AND ifnull(u.delete_Flag, '0') != '1' LEFT JOIN jsh_material_category mc ON mc.tenant_id = 63 AND m.category_id = mc.id AND ifnull(mc.delete_Flag, '0') != '1' WHERE m.tenant_id = 63 AND m.enabled = 1 AND me.id IS NOT NULL AND ifnull(m.delete_flag, '0') != '1' ORDER BY m.id DESC, me.default_flag DESC, me.id ASC LIMIT ?, ? 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====> Parameters: null, 17(Long)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialMapperEx.findBySelectWithBarCode - ==> Parameters: 0(Integer), 10(Integer)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======> Parameters: null, 21(Long)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <======      Total: 0
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <====      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialMapperEx.findBySelectWithBarCode - <==      Total: 10
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialMapperEx.findBySelectWithBarCodeCount - ==>  Preparing: SELECT count(1) FROM jsh_material m LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND m.id = me.material_id AND ifnull(me.delete_Flag, '0') != '1' LEFT JOIN jsh_unit u ON u.tenant_id = 63 AND m.unit_id = u.id AND ifnull(u.delete_Flag, '0') != '1' WHERE m.tenant_id = 63 AND m.enabled = 1 AND me.id IS NOT NULL AND ifnull(m.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialMapperEx.findBySelectWithBarCodeCount - ==> Parameters: 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialMapperEx.findBySelectWithBarCodeCount - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - ==>  Preparing: SELECT ifnull(sum(di.basic_number), 0) stockCheckSum FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id WHERE dh.tenant_id = 63 AND 1 = 1 AND di.material_extend_id = ? AND dh.sub_type = '盘点复盘' AND di.depot_id IN (?) AND ifnull(dh.delete_flag, '0') != '1' AND ifnull(di.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - ==> Parameters: 36(Long), 14(Long)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - ==>  Preparing: SELECT sum(CASE WHEN dh.type = '入库' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS inTotal, sum(CASE WHEN dh.type = '出库' AND dh.sub_type != '调拨' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS outTotal, sum(CASE WHEN dh.sub_type = '调拨' AND di.another_depot_id IN (?) THEN di.basic_number ELSE 0 END) AS transfInTotal, sum(CASE WHEN dh.sub_type = '调拨' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS transfOutTotal, sum(CASE WHEN dh.sub_type = '组装单' AND di.material_type = '组合件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS assemInTotal, sum(CASE WHEN dh.sub_type = '组装单' AND di.material_type = '普通子件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS assemOutTotal, sum(CASE WHEN dh.sub_type = '拆卸单' AND di.material_type = '普通子件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS disAssemInTotal, sum(CASE WHEN dh.sub_type = '拆卸单' AND di.material_type = '组合件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS disAssemOutTotal FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND ifnull(dh.delete_flag, '0') != '1' AND di.material_extend_id = ? AND ifnull(di.sku, '') != '' 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - ==> Parameters: 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 36(Long)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - ==>  Preparing: SELECT ifnull(sum(di.basic_number), 0) stockCheckSum FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id WHERE dh.tenant_id = 63 AND 1 = 1 AND di.material_extend_id = ? AND dh.sub_type = '盘点复盘' AND di.depot_id IN (?) AND ifnull(dh.delete_flag, '0') != '1' AND ifnull(di.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - ==> Parameters: 37(Long), 14(Long)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - ==>  Preparing: SELECT sum(CASE WHEN dh.type = '入库' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS inTotal, sum(CASE WHEN dh.type = '出库' AND dh.sub_type != '调拨' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS outTotal, sum(CASE WHEN dh.sub_type = '调拨' AND di.another_depot_id IN (?) THEN di.basic_number ELSE 0 END) AS transfInTotal, sum(CASE WHEN dh.sub_type = '调拨' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS transfOutTotal, sum(CASE WHEN dh.sub_type = '组装单' AND di.material_type = '组合件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS assemInTotal, sum(CASE WHEN dh.sub_type = '组装单' AND di.material_type = '普通子件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS assemOutTotal, sum(CASE WHEN dh.sub_type = '拆卸单' AND di.material_type = '普通子件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS disAssemInTotal, sum(CASE WHEN dh.sub_type = '拆卸单' AND di.material_type = '组合件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS disAssemOutTotal FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND ifnull(dh.delete_flag, '0') != '1' AND di.material_extend_id = ? AND ifnull(di.sku, '') != '' 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - ==> Parameters: 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 37(Long)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - ==>  Preparing: SELECT ifnull(sum(di.basic_number), 0) stockCheckSum FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id WHERE dh.tenant_id = 63 AND 1 = 1 AND di.material_extend_id = ? AND dh.sub_type = '盘点复盘' AND di.depot_id IN (?) AND ifnull(dh.delete_flag, '0') != '1' AND ifnull(di.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - ==> Parameters: 38(Long), 14(Long)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - ==>  Preparing: SELECT sum(CASE WHEN dh.type = '入库' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS inTotal, sum(CASE WHEN dh.type = '出库' AND dh.sub_type != '调拨' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS outTotal, sum(CASE WHEN dh.sub_type = '调拨' AND di.another_depot_id IN (?) THEN di.basic_number ELSE 0 END) AS transfInTotal, sum(CASE WHEN dh.sub_type = '调拨' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS transfOutTotal, sum(CASE WHEN dh.sub_type = '组装单' AND di.material_type = '组合件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS assemInTotal, sum(CASE WHEN dh.sub_type = '组装单' AND di.material_type = '普通子件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS assemOutTotal, sum(CASE WHEN dh.sub_type = '拆卸单' AND di.material_type = '普通子件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS disAssemInTotal, sum(CASE WHEN dh.sub_type = '拆卸单' AND di.material_type = '组合件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS disAssemOutTotal FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND ifnull(dh.delete_flag, '0') != '1' AND di.material_extend_id = ? AND ifnull(di.sku, '') != '' 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - ==> Parameters: 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 38(Long)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - ==>  Preparing: SELECT ifnull(sum(di.basic_number), 0) stockCheckSum FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id WHERE dh.tenant_id = 63 AND 1 = 1 AND di.material_extend_id = ? AND dh.sub_type = '盘点复盘' AND di.depot_id IN (?) AND ifnull(dh.delete_flag, '0') != '1' AND ifnull(di.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - ==> Parameters: 39(Long), 14(Long)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - ==>  Preparing: SELECT sum(CASE WHEN dh.type = '入库' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS inTotal, sum(CASE WHEN dh.type = '出库' AND dh.sub_type != '调拨' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS outTotal, sum(CASE WHEN dh.sub_type = '调拨' AND di.another_depot_id IN (?) THEN di.basic_number ELSE 0 END) AS transfInTotal, sum(CASE WHEN dh.sub_type = '调拨' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS transfOutTotal, sum(CASE WHEN dh.sub_type = '组装单' AND di.material_type = '组合件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS assemInTotal, sum(CASE WHEN dh.sub_type = '组装单' AND di.material_type = '普通子件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS assemOutTotal, sum(CASE WHEN dh.sub_type = '拆卸单' AND di.material_type = '普通子件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS disAssemInTotal, sum(CASE WHEN dh.sub_type = '拆卸单' AND di.material_type = '组合件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS disAssemOutTotal FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND ifnull(dh.delete_flag, '0') != '1' AND di.material_extend_id = ? AND ifnull(di.sku, '') != '' 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - ==> Parameters: 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 39(Long)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==>  Preparing: SELECT sum(ifnull(current_number, 0)) FROM jsh_material_current_stock WHERE jsh_material_current_stock.tenant_id = 63 AND 1 = 1 AND depot_id = 14 AND material_id = 588 AND ifnull(delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==> Parameters: 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==>  Preparing: SELECT sum(ifnull(current_number, 0)) FROM jsh_material_current_stock WHERE jsh_material_current_stock.tenant_id = 63 AND 1 = 1 AND depot_id = 14 AND material_id = 587 AND ifnull(delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==> Parameters: 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==>  Preparing: SELECT sum(ifnull(current_number, 0)) FROM jsh_material_current_stock WHERE jsh_material_current_stock.tenant_id = 63 AND 1 = 1 AND depot_id = 14 AND material_id = 586 AND ifnull(delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==> Parameters: 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, name, basic_unit, other_unit, other_unit_two, other_unit_three, ratio, ratio_two, ratio_three, enabled, tenant_id, delete_flag FROM jsh_unit WHERE jsh_unit.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - ==> Parameters: 15(Long)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==>  Preparing: SELECT sum(ifnull(current_number, 0)) FROM jsh_material_current_stock WHERE jsh_material_current_stock.tenant_id = 63 AND 1 = 1 AND depot_id = 14 AND material_id = 579 AND ifnull(delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==> Parameters: 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, name, basic_unit, other_unit, other_unit_two, other_unit_three, ratio, ratio_two, ratio_three, enabled, tenant_id, delete_flag FROM jsh_unit WHERE jsh_unit.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - ==> Parameters: 15(Long)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==>  Preparing: SELECT sum(ifnull(current_number, 0)) FROM jsh_material_current_stock WHERE jsh_material_current_stock.tenant_id = 63 AND 1 = 1 AND depot_id = 14 AND material_id = 579 AND ifnull(delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==> Parameters: 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, name, basic_unit, other_unit, other_unit_two, other_unit_three, ratio, ratio_two, ratio_three, enabled, tenant_id, delete_flag FROM jsh_unit WHERE jsh_unit.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - ==> Parameters: 15(Long)
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==>  Preparing: SELECT sum(ifnull(current_number, 0)) FROM jsh_material_current_stock WHERE jsh_material_current_stock.tenant_id = 63 AND 1 = 1 AND depot_id = 14 AND material_id = 577 AND ifnull(delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==> Parameters: 
 | |
| 2025/04/04-18:16:00 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - <==      Total: 1
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialMapperEx.getMaterialExtendBySerialNumber - ==>  Preparing: SELECT me.bar_code FROM jsh_material m LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND m.id = me.material_id AND ifnull(me.delete_flag, '0') != '1' LEFT JOIN jsh_serial_number sn ON sn.tenant_id = 63 AND sn.material_id = m.id AND ifnull(sn.delete_flag, '0') != '1' WHERE m.tenant_id = 63 AND sn.serial_number = ? AND me.default_flag = 1 AND ifnull(m.delete_flag, '0') != '1' LIMIT 0, 1 
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialMapperEx.getMaterialExtendBySerialNumber - ==> Parameters: 1014(String)
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialMapperEx.getMaterialExtendBySerialNumber - <==      Total: 0
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialMapperEx.getMaterialByBarCode - ==>  Preparing: SELECT m.*, u.name unit_name, me.id meId, me.bar_code m_bar_code, me.commodity_unit, me.purchase_decimal, me.commodity_decimal, me.wholesale_decimal, me.low_decimal, me.sku FROM jsh_material m LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND m.id = me.material_id AND ifnull(me.delete_Flag, '0') != '1' LEFT JOIN jsh_unit u ON u.tenant_id = 63 AND m.unit_id = u.id AND ifnull(u.delete_Flag, '0') != '1' WHERE m.tenant_id = 63 AND me.bar_code IN (?) AND ifnull(m.delete_flag, '0') != '1' ORDER BY m.id DESC, me.default_flag DESC, me.id ASC 
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialMapperEx.getMaterialByBarCode - ==> Parameters: 1014(String)
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.MaterialMapperEx.getMaterialByBarCode - <==      Total: 1
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - ==>  Preparing: SELECT ifnull(sum(di.basic_number), 0) stockCheckSum FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id WHERE dh.tenant_id = 63 AND 1 = 1 AND di.material_extend_id = ? AND dh.sub_type = '盘点复盘' AND di.depot_id IN (?) AND ifnull(dh.delete_flag, '0') != '1' AND ifnull(di.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - ==> Parameters: 36(Long), 14(Long)
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - <==      Total: 1
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - ==>  Preparing: SELECT sum(CASE WHEN dh.type = '入库' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS inTotal, sum(CASE WHEN dh.type = '出库' AND dh.sub_type != '调拨' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS outTotal, sum(CASE WHEN dh.sub_type = '调拨' AND di.another_depot_id IN (?) THEN di.basic_number ELSE 0 END) AS transfInTotal, sum(CASE WHEN dh.sub_type = '调拨' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS transfOutTotal, sum(CASE WHEN dh.sub_type = '组装单' AND di.material_type = '组合件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS assemInTotal, sum(CASE WHEN dh.sub_type = '组装单' AND di.material_type = '普通子件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS assemOutTotal, sum(CASE WHEN dh.sub_type = '拆卸单' AND di.material_type = '普通子件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS disAssemInTotal, sum(CASE WHEN dh.sub_type = '拆卸单' AND di.material_type = '组合件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS disAssemOutTotal FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND ifnull(dh.delete_flag, '0') != '1' AND di.material_extend_id = ? AND ifnull(di.sku, '') != '' 
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - ==> Parameters: 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 36(Long)
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - <==      Total: 1
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MaterialMapperEx.getMaterialByBarCode - ==>  Preparing: SELECT m.*, u.name unit_name, me.id meId, me.bar_code m_bar_code, me.commodity_unit, me.purchase_decimal, me.commodity_decimal, me.wholesale_decimal, me.low_decimal, me.sku FROM jsh_material m LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND m.id = me.material_id AND ifnull(me.delete_Flag, '0') != '1' LEFT JOIN jsh_unit u ON u.tenant_id = 63 AND m.unit_id = u.id AND ifnull(u.delete_Flag, '0') != '1' WHERE m.tenant_id = 63 AND me.bar_code IN (?) AND ifnull(m.delete_flag, '0') != '1' ORDER BY m.id DESC, me.default_flag DESC, me.id ASC 
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MaterialMapperEx.getMaterialByBarCode - ==> Parameters: 1014(String)
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.MaterialMapperEx.getMaterialByBarCode - <==      Total: 1
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - ==>  Preparing: SELECT ifnull(sum(di.basic_number), 0) stockCheckSum FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id WHERE dh.tenant_id = 63 AND 1 = 1 AND di.material_extend_id = ? AND dh.sub_type = '盘点复盘' AND di.depot_id IN (?) AND ifnull(dh.delete_flag, '0') != '1' AND ifnull(di.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - ==> Parameters: 36(Long), 14(Long)
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - <==      Total: 1
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - ==>  Preparing: SELECT sum(CASE WHEN dh.type = '入库' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS inTotal, sum(CASE WHEN dh.type = '出库' AND dh.sub_type != '调拨' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS outTotal, sum(CASE WHEN dh.sub_type = '调拨' AND di.another_depot_id IN (?) THEN di.basic_number ELSE 0 END) AS transfInTotal, sum(CASE WHEN dh.sub_type = '调拨' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS transfOutTotal, sum(CASE WHEN dh.sub_type = '组装单' AND di.material_type = '组合件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS assemInTotal, sum(CASE WHEN dh.sub_type = '组装单' AND di.material_type = '普通子件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS assemOutTotal, sum(CASE WHEN dh.sub_type = '拆卸单' AND di.material_type = '普通子件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS disAssemInTotal, sum(CASE WHEN dh.sub_type = '拆卸单' AND di.material_type = '组合件' AND di.depot_id IN (?) THEN di.basic_number ELSE 0 END) AS disAssemOutTotal FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND ifnull(dh.delete_flag, '0') != '1' AND di.material_extend_id = ? AND ifnull(di.sku, '') != '' 
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - ==> Parameters: 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 14(Long), 36(Long)
 | |
| 2025/04/04-18:16:03 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - <==      Total: 1
 | |
| 2025/04/04-18:16:07 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SupplierMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:16:07 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SupplierMapper.selectByPrimaryKey - ==> Parameters: 60(Long)
 | |
| 2025/04/04-18:16:07 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SupplierMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_excel_url(String)
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserCustomer(String)
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 客户(String), true(Boolean), 1(String)
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==>  Preparing: SELECT id, type, name, enabled, sort, tenant_id, delete_flag FROM jsh_person WHERE jsh_person.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==>  Preparing: SELECT count(0) FROM (SELECT dh.id FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' LEFT JOIN jsh_material m ON m.tenant_id = 63 AND di.material_id = m.id AND ifnull(m.delete_flag, '0') != '1' LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND di.material_extend_id = me.id AND ifnull(me.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time >= ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1' GROUP BY dh.id) tb LEFT JOIN jsh_depot_head jdh ON jdh.tenant_id = 63 AND jdh.id = tb.id AND ifnull(jdh.delete_flag, '0') != '1' LEFT JOIN jsh_supplier s ON s.tenant_id = 63 AND jdh.organ_id = s.id AND ifnull(s.delete_flag, '0') != '1' LEFT JOIN jsh_user u ON u.tenant_id = 63 AND jdh.creator = u.id LEFT JOIN jsh_account a ON a.tenant_id = 63 AND jdh.account_id = a.id AND ifnull(a.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==> Parameters: 其它(String), 请购单(String), 2025-01-04 00:00:00(String), 2025-04-04 23:59:59(String)
 | |
| 2025/04/04-18:18:29 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_excel_url(String)
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND (status = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - ==> Parameters: 0(Byte), 1(String)
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 供应商(String), true(Boolean), 1(String)
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 8
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserCustomer(String)
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 客户(String), true(Boolean), 1(String)
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==>  Preparing: SELECT id, type, name, enabled, sort, tenant_id, delete_flag FROM jsh_person WHERE jsh_person.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==>  Preparing: SELECT count(0) FROM (SELECT dh.id FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' LEFT JOIN jsh_material m ON m.tenant_id = 63 AND di.material_id = m.id AND ifnull(m.delete_flag, '0') != '1' LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND di.material_extend_id = me.id AND ifnull(me.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND dh.type = ? AND dh.sub_type = ? AND dh.oper_time >= ? AND dh.oper_time <= ? AND ifnull(dh.delete_flag, '0') != '1' GROUP BY dh.id) tb LEFT JOIN jsh_depot_head jdh ON jdh.tenant_id = 63 AND jdh.id = tb.id AND ifnull(jdh.delete_flag, '0') != '1' LEFT JOIN jsh_supplier s ON s.tenant_id = 63 AND jdh.organ_id = s.id AND ifnull(s.delete_flag, '0') != '1' LEFT JOIN jsh_user u ON u.tenant_id = 63 AND jdh.creator = u.id LEFT JOIN jsh_account a ON a.tenant_id = 63 AND jdh.account_id = a.id AND ifnull(a.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==> Parameters: 其它(String), 采购订单(String), 2025-01-04 00:00:00(String), 2025-04-04 23:59:59(String)
 | |
| 2025/04/04-18:18:30 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==>  Preparing: SELECT id, platform_key, platform_key_info, platform_value FROM jsh_platform_config WHERE (platform_key = ?) 
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - ==>  Preparing: UPDATE jsh_sequence SET current_val = current_val + 1 WHERE seq_name = 'depot_number_seq' 
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - ==> Parameters: bill_print_flag(String)
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - ==> Parameters: 
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 供应商(String), true(Boolean), 1(String)
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.PlatformConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SequenceMapperEx.updateBuildOnlyNumber - <==    Updates: 1
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - ==>  Preparing: SELECT current_val FROM jsh_sequence WHERE seq_name = 'depot_number_seq' 
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-3] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - ==> Parameters: 
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-8] com.jsh.erp.datasource.mappers.SequenceMapperEx.getBuildOnlyNumber - <==      Total: 1
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-7] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 8
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-9] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-10] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:18:31 DEBUG [http-nio-9999-exec-4] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserRole(String)
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==>  Preparing: select * from jsh_role where 1=1 and ifnull(delete_flag,'0') !='1' and id=? 
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - ==> Parameters: 10(Long)
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant - <==      Total: 1
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==>  Preparing: select * from jsh_user_business where key_id=? and type=? and ifnull(delete_flag,'0') !='1' 
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - ==> Parameters: 63(String), UserCustomer(String)
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.UserBusinessMapperEx.getBasicDataByKeyIdAndType - <==      Total: 1
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==>  Preparing: SELECT id, supplier, contacts, phone_num, email, description, isystem, type, enabled, advance_in, begin_need_get, begin_need_pay, all_need_get, all_need_pay, fax, telephone, address, tax_num, bank_name, account_number, tax_rate, sort, creator, tenant_id, delete_flag FROM jsh_supplier WHERE jsh_supplier.tenant_id = 63 AND (type LIKE ? AND enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - ==> Parameters: 客户(String), true(Boolean), 1(String)
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.SupplierMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==>  Preparing: SELECT id, type, name, enabled, sort, tenant_id, delete_flag FROM jsh_person WHERE jsh_person.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) 
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.PersonMapper.selectByExample - <==      Total: 4
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==>  Preparing: SELECT id, name, serial_no, initial_amount, current_amount, remark, enabled, sort, is_default, tenant_id, delete_flag FROM jsh_account WHERE jsh_account.tenant_id = 63 AND (enabled = ? AND delete_flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - ==> Parameters: true(Boolean), 1(String)
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.AccountMapper.selectByExample - <==      Total: 2
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==>  Preparing: SELECT count(0) FROM (SELECT dh.id FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' LEFT JOIN jsh_material m ON m.tenant_id = 63 AND di.material_id = m.id AND ifnull(m.delete_flag, '0') != '1' LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND di.material_extend_id = me.id AND ifnull(me.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND dh.type = ? AND dh.sub_type = ? AND dh.status IN (?, ?) AND ifnull(dh.delete_flag, '0') != '1' GROUP BY dh.id) tb LEFT JOIN jsh_depot_head jdh ON jdh.tenant_id = 63 AND jdh.id = tb.id AND ifnull(jdh.delete_flag, '0') != '1' LEFT JOIN jsh_supplier s ON s.tenant_id = 63 AND jdh.organ_id = s.id AND ifnull(s.delete_flag, '0') != '1' LEFT JOIN jsh_user u ON u.tenant_id = 63 AND jdh.creator = u.id LEFT JOIN jsh_account a ON a.tenant_id = 63 AND jdh.account_id = a.id AND ifnull(a.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - ==> Parameters: 其它(String), 请购单(String), 1(String), 3(String)
 | |
| 2025/04/04-18:18:36 DEBUG [http-nio-9999-exec-6] com.jsh.erp.datasource.mappers.DepotHeadMapperEx.selectByConditionDepotHead_COUNT - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id IS NULL AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialMapperEx.findBySelectWithBarCode - ==>  Preparing: SELECT m.*, u.name unit_name, mc.name categoryName, me.bar_code m_bar_code, me.id meId, me.commodity_unit, me.sku FROM jsh_material m LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND m.id = me.material_id AND ifnull(me.delete_Flag, '0') != '1' LEFT JOIN jsh_unit u ON u.tenant_id = 63 AND m.unit_id = u.id AND ifnull(u.delete_Flag, '0') != '1' LEFT JOIN jsh_material_category mc ON mc.tenant_id = 63 AND m.category_id = mc.id AND ifnull(mc.delete_Flag, '0') != '1' WHERE m.tenant_id = 63 AND m.enabled = 1 AND me.id IS NOT NULL AND ifnull(m.delete_flag, '0') != '1' ORDER BY m.id DESC, me.default_flag DESC, me.id ASC LIMIT ?, ? 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - ==> Parameters: null
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialMapperEx.findBySelectWithBarCode - ==> Parameters: 0(Integer), 10(Integer)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ====> Parameters: null, 17(Long)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialMapperEx.findBySelectWithBarCode - <==      Total: 10
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======>  Preparing: SELECT id, name, ? AS currentId FROM jsh_material_category WHERE jsh_material_category.tenant_id = 63 AND parent_id = ? AND ifnull(delete_flag, '0') != '1' ORDER BY sort ASC 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - ======> Parameters: null, 21(Long)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialMapperEx.findBySelectWithBarCodeCount - ==>  Preparing: SELECT count(1) FROM jsh_material m LEFT JOIN jsh_material_extend me ON me.tenant_id = 63 AND m.id = me.material_id AND ifnull(me.delete_Flag, '0') != '1' LEFT JOIN jsh_unit u ON u.tenant_id = 63 AND m.unit_id = u.id AND ifnull(u.delete_Flag, '0') != '1' WHERE m.tenant_id = 63 AND m.enabled = 1 AND me.id IS NOT NULL AND ifnull(m.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <======      Total: 0
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNextNodeTree - <====      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-2] com.jsh.erp.datasource.mappers.MaterialCategoryMapperEx.getNodeTree - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialMapperEx.findBySelectWithBarCodeCount - ==> Parameters: 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.MaterialMapperEx.findBySelectWithBarCodeCount - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-5] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - ==>  Preparing: SELECT ifnull(sum(di.basic_number), 0) stockCheckSum FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id WHERE dh.tenant_id = 63 AND 1 = 1 AND di.material_extend_id = ? AND dh.sub_type = '盘点复盘' AND di.depot_id IN (?, ?, ?) AND ifnull(dh.delete_flag, '0') != '1' AND ifnull(di.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - ==> Parameters: 36(Long), 14(Long), 15(Long), 17(Long)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - ==>  Preparing: SELECT sum(CASE WHEN dh.type = '入库' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS inTotal, sum(CASE WHEN dh.type = '出库' AND dh.sub_type != '调拨' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS outTotal, sum(CASE WHEN dh.sub_type = '调拨' AND di.another_depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS transfInTotal, sum(CASE WHEN dh.sub_type = '调拨' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS transfOutTotal, sum(CASE WHEN dh.sub_type = '组装单' AND di.material_type = '组合件' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS assemInTotal, sum(CASE WHEN dh.sub_type = '组装单' AND di.material_type = '普通子件' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS assemOutTotal, sum(CASE WHEN dh.sub_type = '拆卸单' AND di.material_type = '普通子件' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS disAssemInTotal, sum(CASE WHEN dh.sub_type = '拆卸单' AND di.material_type = '组合件' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS disAssemOutTotal FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND ifnull(dh.delete_flag, '0') != '1' AND di.material_extend_id = ? AND ifnull(di.sku, '') != '' 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - ==> Parameters: 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 36(Long)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - ==>  Preparing: SELECT ifnull(sum(di.basic_number), 0) stockCheckSum FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id WHERE dh.tenant_id = 63 AND 1 = 1 AND di.material_extend_id = ? AND dh.sub_type = '盘点复盘' AND di.depot_id IN (?, ?, ?) AND ifnull(dh.delete_flag, '0') != '1' AND ifnull(di.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - ==> Parameters: 37(Long), 14(Long), 15(Long), 17(Long)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - ==>  Preparing: SELECT sum(CASE WHEN dh.type = '入库' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS inTotal, sum(CASE WHEN dh.type = '出库' AND dh.sub_type != '调拨' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS outTotal, sum(CASE WHEN dh.sub_type = '调拨' AND di.another_depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS transfInTotal, sum(CASE WHEN dh.sub_type = '调拨' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS transfOutTotal, sum(CASE WHEN dh.sub_type = '组装单' AND di.material_type = '组合件' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS assemInTotal, sum(CASE WHEN dh.sub_type = '组装单' AND di.material_type = '普通子件' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS assemOutTotal, sum(CASE WHEN dh.sub_type = '拆卸单' AND di.material_type = '普通子件' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS disAssemInTotal, sum(CASE WHEN dh.sub_type = '拆卸单' AND di.material_type = '组合件' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS disAssemOutTotal FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND ifnull(dh.delete_flag, '0') != '1' AND di.material_extend_id = ? AND ifnull(di.sku, '') != '' 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - ==> Parameters: 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 37(Long)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - ==>  Preparing: SELECT ifnull(sum(di.basic_number), 0) stockCheckSum FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id WHERE dh.tenant_id = 63 AND 1 = 1 AND di.material_extend_id = ? AND dh.sub_type = '盘点复盘' AND di.depot_id IN (?, ?, ?) AND ifnull(dh.delete_flag, '0') != '1' AND ifnull(di.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - ==> Parameters: 38(Long), 14(Long), 15(Long), 17(Long)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - ==>  Preparing: SELECT sum(CASE WHEN dh.type = '入库' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS inTotal, sum(CASE WHEN dh.type = '出库' AND dh.sub_type != '调拨' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS outTotal, sum(CASE WHEN dh.sub_type = '调拨' AND di.another_depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS transfInTotal, sum(CASE WHEN dh.sub_type = '调拨' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS transfOutTotal, sum(CASE WHEN dh.sub_type = '组装单' AND di.material_type = '组合件' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS assemInTotal, sum(CASE WHEN dh.sub_type = '组装单' AND di.material_type = '普通子件' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS assemOutTotal, sum(CASE WHEN dh.sub_type = '拆卸单' AND di.material_type = '普通子件' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS disAssemInTotal, sum(CASE WHEN dh.sub_type = '拆卸单' AND di.material_type = '组合件' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS disAssemOutTotal FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND ifnull(dh.delete_flag, '0') != '1' AND di.material_extend_id = ? AND ifnull(di.sku, '') != '' 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - ==> Parameters: 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 38(Long)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, username, login_name, password, leader_flag, position, department, email, phonenum, ismanager, isystem, status, description, remark, weixin_open_id, tenant_id, delete_flag FROM jsh_user WHERE jsh_user.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - ==> Parameters: 63(Long)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UserMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==>  Preparing: SELECT id, name, address, warehousing, truckage, type, sort, remark, principal, enabled, tenant_id, delete_Flag, is_default FROM jsh_depot WHERE jsh_depot.tenant_id = 63 AND (type = ? AND enabled = ? AND delete_Flag <> ?) ORDER BY sort ASC, id DESC 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - ==> Parameters: 0(Integer), true(Boolean), 1(String)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotMapper.selectByExample - <==      Total: 3
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==>  Preparing: SELECT id, company_name, company_contacts, company_address, company_tel, company_fax, company_post_code, sale_agreement, depot_flag, customer_flag, minus_stock_flag, purchase_by_sale_flag, multi_level_approval_flag, multi_bill_type, force_approval_flag, update_unit_price_flag, over_link_bill_flag, in_out_manage_flag, multi_account_flag, move_avg_price_flag, audit_print_flag, tenant_id, delete_flag FROM jsh_system_config WHERE jsh_system_config.tenant_id = 63 AND (delete_flag <> ?) 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - ==> Parameters: 1(String)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.SystemConfigMapper.selectByExample - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - ==>  Preparing: SELECT ifnull(sum(di.basic_number), 0) stockCheckSum FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id WHERE dh.tenant_id = 63 AND 1 = 1 AND di.material_extend_id = ? AND dh.sub_type = '盘点复盘' AND di.depot_id IN (?, ?, ?) AND ifnull(dh.delete_flag, '0') != '1' AND ifnull(di.delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - ==> Parameters: 39(Long), 14(Long), 15(Long), 17(Long)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockCheckSumByDepotList - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - ==>  Preparing: SELECT sum(CASE WHEN dh.type = '入库' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS inTotal, sum(CASE WHEN dh.type = '出库' AND dh.sub_type != '调拨' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS outTotal, sum(CASE WHEN dh.sub_type = '调拨' AND di.another_depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS transfInTotal, sum(CASE WHEN dh.sub_type = '调拨' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS transfOutTotal, sum(CASE WHEN dh.sub_type = '组装单' AND di.material_type = '组合件' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS assemInTotal, sum(CASE WHEN dh.sub_type = '组装单' AND di.material_type = '普通子件' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS assemOutTotal, sum(CASE WHEN dh.sub_type = '拆卸单' AND di.material_type = '普通子件' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS disAssemInTotal, sum(CASE WHEN dh.sub_type = '拆卸单' AND di.material_type = '组合件' AND di.depot_id IN (?, ?, ?) THEN di.basic_number ELSE 0 END) AS disAssemOutTotal FROM jsh_depot_head dh LEFT JOIN jsh_depot_item di ON di.tenant_id = 63 AND dh.id = di.header_id AND ifnull(di.delete_flag, '0') != '1' WHERE dh.tenant_id = 63 AND 1 = 1 AND ifnull(dh.delete_flag, '0') != '1' AND di.material_extend_id = ? AND ifnull(di.sku, '') != '' 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - ==> Parameters: 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 14(Long), 15(Long), 17(Long), 39(Long)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getSkuStockByParamWithDepotList - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==>  Preparing: SELECT sum(ifnull(current_number, 0)) FROM jsh_material_current_stock WHERE jsh_material_current_stock.tenant_id = 63 AND 1 = 1 AND material_id = 588 AND ifnull(delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==> Parameters: 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==>  Preparing: SELECT sum(ifnull(current_number, 0)) FROM jsh_material_current_stock WHERE jsh_material_current_stock.tenant_id = 63 AND 1 = 1 AND material_id = 587 AND ifnull(delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==> Parameters: 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==>  Preparing: SELECT sum(ifnull(current_number, 0)) FROM jsh_material_current_stock WHERE jsh_material_current_stock.tenant_id = 63 AND 1 = 1 AND material_id = 586 AND ifnull(delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==> Parameters: 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, name, basic_unit, other_unit, other_unit_two, other_unit_three, ratio, ratio_two, ratio_three, enabled, tenant_id, delete_flag FROM jsh_unit WHERE jsh_unit.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - ==> Parameters: 15(Long)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==>  Preparing: SELECT sum(ifnull(current_number, 0)) FROM jsh_material_current_stock WHERE jsh_material_current_stock.tenant_id = 63 AND 1 = 1 AND material_id = 579 AND ifnull(delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==> Parameters: 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, name, basic_unit, other_unit, other_unit_two, other_unit_three, ratio, ratio_two, ratio_three, enabled, tenant_id, delete_flag FROM jsh_unit WHERE jsh_unit.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - ==> Parameters: 15(Long)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==>  Preparing: SELECT sum(ifnull(current_number, 0)) FROM jsh_material_current_stock WHERE jsh_material_current_stock.tenant_id = 63 AND 1 = 1 AND material_id = 579 AND ifnull(delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==> Parameters: 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - ==>  Preparing: SELECT id, name, basic_unit, other_unit, other_unit_two, other_unit_three, ratio, ratio_two, ratio_three, enabled, tenant_id, delete_flag FROM jsh_unit WHERE jsh_unit.tenant_id = 63 AND id = ? 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - ==> Parameters: 15(Long)
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.UnitMapper.selectByPrimaryKey - <==      Total: 1
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==>  Preparing: SELECT sum(ifnull(current_number, 0)) FROM jsh_material_current_stock WHERE jsh_material_current_stock.tenant_id = 63 AND 1 = 1 AND material_id = 577 AND ifnull(delete_flag, '0') != '1' 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - ==> Parameters: 
 | |
| 2025/04/04-18:18:39 DEBUG [http-nio-9999-exec-1] com.jsh.erp.datasource.mappers.DepotItemMapperEx.getCurrentStockByParam - <==      Total: 1
 | |
| 2025/04/04-22:09:18 INFO  [main] com.jsh.erp.ErpApplication - Starting ErpApplication on limengshundeMac-mini.local with PID 1034 (/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes started by mengshun in /Users/mengshun/Documents/dev/JSH_ERP)
 | |
| 2025/04/04-22:09:18 DEBUG [main] com.jsh.erp.ErpApplication - Running with Spring Boot v2.0.0.RELEASE, Spring v5.0.4.RELEASE
 | |
| 2025/04/04-22:09:18 INFO  [main] com.jsh.erp.ErpApplication - No active profile set, falling back to default profiles: default
 | |
| 2025/04/04-22:09:20 ERROR [main] com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
 | |
| java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
 | |
| 	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:110)
 | |
| 	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
 | |
| 	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
 | |
| 	at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:836)
 | |
| 	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:456)
 | |
| 	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:246)
 | |
| 	at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:197)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:365)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:194)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:460)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:534)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
 | |
| 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:601)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$7afb2550.CGLIB$sqlSessionFactory$1(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$7afb2550$$FastClassBySpringCGLIB$$6981f9a8.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$7afb2550.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| 2025/04/04-22:09:20 ERROR [main] org.springframework.boot.SpringApplication - Application run failed
 | |
| org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 17 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1439)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 30 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:587)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	... 43 common frames omitted
 | |
| Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
 | |
| 	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	... 55 common frames omitted
 | |
| Caused by: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
 | |
| 	at com.baomidou.mybatisplus.core.toolkit.ExceptionUtils.mpe(ExceptionUtils.java:51)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:604)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$7afb2550.CGLIB$sqlSessionFactory$1(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$7afb2550$$FastClassBySpringCGLIB$$6981f9a8.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$7afb2550.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	... 56 common frames omitted
 | |
| 2025/04/04-22:09:32 INFO  [main] com.jsh.erp.ErpApplication - Starting ErpApplication on limengshundeMac-mini.local with PID 1065 (/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes started by mengshun in /Users/mengshun/Documents/dev/JSH_ERP)
 | |
| 2025/04/04-22:09:32 DEBUG [main] com.jsh.erp.ErpApplication - Running with Spring Boot v2.0.0.RELEASE, Spring v5.0.4.RELEASE
 | |
| 2025/04/04-22:09:32 INFO  [main] com.jsh.erp.ErpApplication - No active profile set, falling back to default profiles: default
 | |
| 2025/04/04-22:09:34 ERROR [main] com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
 | |
| java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
 | |
| 	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:110)
 | |
| 	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
 | |
| 	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
 | |
| 	at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:836)
 | |
| 	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:456)
 | |
| 	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:246)
 | |
| 	at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:197)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
 | |
| 	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:365)
 | |
| 	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:194)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:460)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:534)
 | |
| 	at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
 | |
| 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:601)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$f4a6de9d.CGLIB$sqlSessionFactory$1(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$f4a6de9d$$FastClassBySpringCGLIB$$2483f653.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$f4a6de9d.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| 2025/04/04-22:09:34 ERROR [main] org.springframework.boot.SpringApplication - Application run failed
 | |
| org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868)
 | |
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
 | |
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
 | |
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
 | |
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
 | |
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234)
 | |
| 	at com.jsh.erp.ErpApplication.main(ErpApplication.java:22)
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:321)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1344)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 17 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountMapper' defined in file [/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes/com/jsh/erp/datasource/mappers/AccountMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1439)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1326)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:513)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:484)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:618)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:177)
 | |
| 	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
 | |
| 	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:318)
 | |
| 	... 30 common frames omitted
 | |
| Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:587)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312)
 | |
| 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
 | |
| 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
 | |
| 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
 | |
| 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
 | |
| 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1424)
 | |
| 	... 43 common frames omitted
 | |
| Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
 | |
| 	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
 | |
| 	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579)
 | |
| 	... 55 common frames omitted
 | |
| Caused by: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
 | |
| 	at com.baomidou.mybatisplus.core.toolkit.ExceptionUtils.mpe(ExceptionUtils.java:51)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:604)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:387)
 | |
| 	at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:685)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:166)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$f4a6de9d.CGLIB$sqlSessionFactory$1(<generated>)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$f4a6de9d$$FastClassBySpringCGLIB$$2483f653.invoke(<generated>)
 | |
| 	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 | |
| 	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 | |
| 	at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$f4a6de9d.sqlSessionFactory(<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
 | |
| 	... 56 common frames omitted
 | |
| 2025/04/04-22:09:53 INFO  [main] com.jsh.erp.ErpApplication - Starting ErpApplication on limengshundeMac-mini.local with PID 1185 (/Users/mengshun/Documents/dev/JSH_ERP/jshERP-boot/target/classes started by mengshun in /Users/mengshun/Documents/dev/JSH_ERP)
 | |
| 2025/04/04-22:09:53 DEBUG [main] com.jsh.erp.ErpApplication - Running with Spring Boot v2.0.0.RELEASE, Spring v5.0.4.RELEASE
 | |
| 2025/04/04-22:09:53 INFO  [main] com.jsh.erp.ErpApplication - No active profile set, falling back to default profiles: default
 | |
| 2025/04/04-22:09:55 INFO  [main] com.jsh.erp.ErpApplication - Started ErpApplication in 2.323 seconds (JVM running for 2.551)
 |