删除日志
							parent
							
								
									e2ba5fb7e2
								
							
						
					
					
						commit
						ba0e0fce23
					
				|  | @ -1,49 +0,0 @@ | ||||||
| 2023-12-12 11:44:54.403 [restartedMain] ERROR org.apache.catalina.util.LifecycleBase - Failed to start component [Connector[HTTP/1.1-8083]] |  | ||||||
| org.apache.catalina.LifecycleException: Protocol handler start failed |  | ||||||
| 	at org.apache.catalina.connector.Connector.startInternal(Connector.java:1004) |  | ||||||
| 	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) |  | ||||||
| 	at org.apache.catalina.core.StandardService.addConnector(StandardService.java:226) |  | ||||||
| 	at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:259) |  | ||||||
| 	at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:197) |  | ||||||
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.startWebServer(ServletWebServerApplicationContext.java:311) |  | ||||||
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.finishRefresh(ServletWebServerApplicationContext.java:164) |  | ||||||
| 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) |  | ||||||
| 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142) |  | ||||||
| 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775) |  | ||||||
| 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) |  | ||||||
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:316) |  | ||||||
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260) |  | ||||||
| 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248) |  | ||||||
| 	at com.zcloud.FHmainApplication.main(FHmainApplication.java:20) |  | ||||||
| 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |  | ||||||
| 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |  | ||||||
| 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |  | ||||||
| 	at java.lang.reflect.Method.invoke(Method.java:498) |  | ||||||
| 	at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) |  | ||||||
| Caused by: java.net.BindException: Address already in use: bind |  | ||||||
| 	at sun.nio.ch.Net.bind0(Native Method) |  | ||||||
| 	at sun.nio.ch.Net.bind(Net.java:438) |  | ||||||
| 	at sun.nio.ch.Net.bind(Net.java:430) |  | ||||||
| 	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:225) |  | ||||||
| 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) |  | ||||||
| 	at org.apache.tomcat.util.net.NioEndpoint.initServerSocket(NioEndpoint.java:236) |  | ||||||
| 	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:210) |  | ||||||
| 	at org.apache.tomcat.util.net.AbstractEndpoint.bindWithCleanup(AbstractEndpoint.java:1085) |  | ||||||
| 	at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1171) |  | ||||||
| 	at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:568) |  | ||||||
| 	at org.apache.catalina.connector.Connector.startInternal(Connector.java:1001) |  | ||||||
| 	... 19 common frames omitted |  | ||||||
| 2023-12-12 11:44:54.434 [restartedMain] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter -  |  | ||||||
| 
 |  | ||||||
| *************************** |  | ||||||
| APPLICATION FAILED TO START |  | ||||||
| *************************** |  | ||||||
| 
 |  | ||||||
| Description: |  | ||||||
| 
 |  | ||||||
| The Tomcat connector configured to listen on port 8083 failed to start. The port may already be in use or the connector may be misconfigured. |  | ||||||
| 
 |  | ||||||
| Action: |  | ||||||
| 
 |  | ||||||
| Verify the connector's configuration, identify and stop any process that's listening on port 8083, or configure this application to listen on another port. |  | ||||||
| 
 |  | ||||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							|  | @ -1,156 +0,0 @@ | ||||||
| 2024-05-13 17:55:22.505 [Druid-ConnectionPool-Create-2110255936] ERROR com.alibaba.druid.pool.DruidDataSource - create connection SQLException, url: jdbc:mysql://192.168.0.17:3306/qa-wlaq-regulatory?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf-8, errorCode 1049, state 42000 |  | ||||||
| java.sql.SQLSyntaxErrorException: Unknown database 'qa-wlaq-regulatory' |  | ||||||
| 	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.ConnectionImpl.createNewIO(ConnectionImpl.java:835) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240) |  | ||||||
| 	at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:207) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1570) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1636) |  | ||||||
| 	at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2505) |  | ||||||
| 2024-05-13 17:55:22.509 [Druid-ConnectionPool-Create-2110255936] ERROR com.alibaba.druid.pool.DruidDataSource - create connection SQLException, url: jdbc:mysql://192.168.0.17:3306/qa-wlaq-regulatory?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf-8, errorCode 1049, state 42000 |  | ||||||
| java.sql.SQLSyntaxErrorException: Unknown database 'qa-wlaq-regulatory' |  | ||||||
| 	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.ConnectionImpl.createNewIO(ConnectionImpl.java:835) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240) |  | ||||||
| 	at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:207) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1570) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1636) |  | ||||||
| 	at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2505) |  | ||||||
| 2024-05-13 17:55:23.014 [Druid-ConnectionPool-Create-2110255936] ERROR com.alibaba.druid.pool.DruidDataSource - create connection SQLException, url: jdbc:mysql://192.168.0.17:3306/qa-wlaq-regulatory?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf-8, errorCode 1049, state 42000 |  | ||||||
| java.sql.SQLSyntaxErrorException: Unknown database 'qa-wlaq-regulatory' |  | ||||||
| 	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.ConnectionImpl.createNewIO(ConnectionImpl.java:835) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240) |  | ||||||
| 	at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:207) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1570) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1636) |  | ||||||
| 	at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2505) |  | ||||||
| 2024-05-13 17:55:23.517 [Druid-ConnectionPool-Create-2110255936] ERROR com.alibaba.druid.pool.DruidDataSource - create connection SQLException, url: jdbc:mysql://192.168.0.17:3306/qa-wlaq-regulatory?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf-8, errorCode 1049, state 42000 |  | ||||||
| java.sql.SQLSyntaxErrorException: Unknown database 'qa-wlaq-regulatory' |  | ||||||
| 	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.ConnectionImpl.createNewIO(ConnectionImpl.java:835) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240) |  | ||||||
| 	at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:207) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1570) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1636) |  | ||||||
| 	at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2505) |  | ||||||
| 2024-05-13 17:55:24.021 [Druid-ConnectionPool-Create-2110255936] ERROR com.alibaba.druid.pool.DruidDataSource - create connection SQLException, url: jdbc:mysql://192.168.0.17:3306/qa-wlaq-regulatory?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf-8, errorCode 1049, state 42000 |  | ||||||
| java.sql.SQLSyntaxErrorException: Unknown database 'qa-wlaq-regulatory' |  | ||||||
| 	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.ConnectionImpl.createNewIO(ConnectionImpl.java:835) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240) |  | ||||||
| 	at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:207) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1570) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1636) |  | ||||||
| 	at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2505) |  | ||||||
| 2024-05-13 17:55:24.524 [Druid-ConnectionPool-Create-2110255936] ERROR com.alibaba.druid.pool.DruidDataSource - create connection SQLException, url: jdbc:mysql://192.168.0.17:3306/qa-wlaq-regulatory?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf-8, errorCode 1049, state 42000 |  | ||||||
| java.sql.SQLSyntaxErrorException: Unknown database 'qa-wlaq-regulatory' |  | ||||||
| 	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.ConnectionImpl.createNewIO(ConnectionImpl.java:835) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240) |  | ||||||
| 	at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:207) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1570) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1636) |  | ||||||
| 	at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2505) |  | ||||||
| 2024-05-13 17:55:25.028 [Druid-ConnectionPool-Create-2110255936] ERROR com.alibaba.druid.pool.DruidDataSource - create connection SQLException, url: jdbc:mysql://192.168.0.17:3306/qa-wlaq-regulatory?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf-8, errorCode 1049, state 42000 |  | ||||||
| java.sql.SQLSyntaxErrorException: Unknown database 'qa-wlaq-regulatory' |  | ||||||
| 	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.ConnectionImpl.createNewIO(ConnectionImpl.java:835) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240) |  | ||||||
| 	at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:207) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1570) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1636) |  | ||||||
| 	at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2505) |  | ||||||
| 2024-05-13 17:55:25.533 [Druid-ConnectionPool-Create-2110255936] ERROR com.alibaba.druid.pool.DruidDataSource - create connection SQLException, url: jdbc:mysql://192.168.0.17:3306/qa-wlaq-regulatory?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf-8, errorCode 1049, state 42000 |  | ||||||
| java.sql.SQLSyntaxErrorException: Unknown database 'qa-wlaq-regulatory' |  | ||||||
| 	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.ConnectionImpl.createNewIO(ConnectionImpl.java:835) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240) |  | ||||||
| 	at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:207) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1570) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1636) |  | ||||||
| 	at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2505) |  | ||||||
| 2024-05-13 17:55:26.036 [Druid-ConnectionPool-Create-2110255936] ERROR com.alibaba.druid.pool.DruidDataSource - create connection SQLException, url: jdbc:mysql://192.168.0.17:3306/qa-wlaq-regulatory?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf-8, errorCode 1049, state 42000 |  | ||||||
| java.sql.SQLSyntaxErrorException: Unknown database 'qa-wlaq-regulatory' |  | ||||||
| 	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.ConnectionImpl.createNewIO(ConnectionImpl.java:835) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240) |  | ||||||
| 	at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:207) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1570) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1636) |  | ||||||
| 	at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2505) |  | ||||||
| 2024-05-13 17:55:26.540 [Druid-ConnectionPool-Create-2110255936] ERROR com.alibaba.druid.pool.DruidDataSource - create connection SQLException, url: jdbc:mysql://192.168.0.17:3306/qa-wlaq-regulatory?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf-8, errorCode 1049, state 42000 |  | ||||||
| java.sql.SQLSyntaxErrorException: Unknown database 'qa-wlaq-regulatory' |  | ||||||
| 	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.ConnectionImpl.createNewIO(ConnectionImpl.java:835) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240) |  | ||||||
| 	at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:207) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1570) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1636) |  | ||||||
| 	at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2505) |  | ||||||
| 2024-05-13 17:55:27.044 [Druid-ConnectionPool-Create-2110255936] ERROR com.alibaba.druid.pool.DruidDataSource - create connection SQLException, url: jdbc:mysql://192.168.0.17:3306/qa-wlaq-regulatory?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf-8, errorCode 1049, state 42000 |  | ||||||
| java.sql.SQLSyntaxErrorException: Unknown database 'qa-wlaq-regulatory' |  | ||||||
| 	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.ConnectionImpl.createNewIO(ConnectionImpl.java:835) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240) |  | ||||||
| 	at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:207) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1570) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1636) |  | ||||||
| 	at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2505) |  | ||||||
| 2024-05-13 17:55:27.547 [Druid-ConnectionPool-Create-2110255936] ERROR com.alibaba.druid.pool.DruidDataSource - create connection SQLException, url: jdbc:mysql://192.168.0.17:3306/qa-wlaq-regulatory?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf-8, errorCode 1049, state 42000 |  | ||||||
| java.sql.SQLSyntaxErrorException: Unknown database 'qa-wlaq-regulatory' |  | ||||||
| 	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.ConnectionImpl.createNewIO(ConnectionImpl.java:835) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240) |  | ||||||
| 	at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:207) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1570) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1636) |  | ||||||
| 	at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2505) |  | ||||||
| 2024-05-13 17:55:28.051 [Druid-ConnectionPool-Create-2110255936] ERROR com.alibaba.druid.pool.DruidDataSource - create connection SQLException, url: jdbc:mysql://192.168.0.17:3306/qa-wlaq-regulatory?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf-8, errorCode 1049, state 42000 |  | ||||||
| java.sql.SQLSyntaxErrorException: Unknown database 'qa-wlaq-regulatory' |  | ||||||
| 	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.ConnectionImpl.createNewIO(ConnectionImpl.java:835) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455) |  | ||||||
| 	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240) |  | ||||||
| 	at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:207) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1570) |  | ||||||
| 	at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1636) |  | ||||||
| 	at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2505) |  | ||||||
|  | @ -1,575 +0,0 @@ | ||||||
| 2024-08-08 14:13:45.300 [http-nio-7061-exec-1] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - ==>  Preparing: select USER_ID, USERNAME, PASSWORD, NAME, ROLE_ID, LAST_LOGIN, IP, STATUS, BZ, SKIN, EMAIL, NUMBER, PHONE, ROLE_IDS, DEPARTMENT_ID, PRECINCT_ID, BASICINFO_ID, FUN_IDS, TYPE, LEVEL, PROVINCE, CITY, COUNTRY, VILLAGE, SEX, SORT, JOB_LEVEL, ISUSE, JOB from SYS_USER where USERNAME = ?  |  | ||||||
| 2024-08-08 14:13:45.319 [http-nio-7061-exec-1] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - ==> Parameters: admin(String) |  | ||||||
| 2024-08-08 14:13:45.371 [http-nio-7061-exec-1] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - <==      Total: 1 |  | ||||||
| 2024-08-08 14:13:45.381 [http-nio-7061-exec-1] DEBUG c.zcloud.mapper.datasource.system.FHlogMapper.save - ==>  Preparing: insert into SYS_FHLOG ( USERNAME, CZTIME, CONTENT, FHLOG_ID ) values ( ?, ?, ?, ? )  |  | ||||||
| 2024-08-08 14:13:45.382 [http-nio-7061-exec-1] DEBUG c.zcloud.mapper.datasource.system.FHlogMapper.save - ==> Parameters: admin(String), 2024-08-08 14:13:45(String), 尝试登录系统失败,用户名密码错误,无权限(String), 4438f8959e5d4b2390ec5fe4eddd95c7(String) |  | ||||||
| 2024-08-08 14:13:45.409 [http-nio-7061-exec-1] DEBUG c.zcloud.mapper.datasource.system.FHlogMapper.save - <==    Updates: 1 |  | ||||||
| 2024-08-08 14:13:49.783 [http-nio-7061-exec-3] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - ==>  Preparing: select USER_ID, USERNAME, PASSWORD, NAME, ROLE_ID, LAST_LOGIN, IP, STATUS, BZ, SKIN, EMAIL, NUMBER, PHONE, ROLE_IDS, DEPARTMENT_ID, PRECINCT_ID, BASICINFO_ID, FUN_IDS, TYPE, LEVEL, PROVINCE, CITY, COUNTRY, VILLAGE, SEX, SORT, JOB_LEVEL, ISUSE, JOB from SYS_USER where USERNAME = ?  |  | ||||||
| 2024-08-08 14:13:49.783 [http-nio-7061-exec-3] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - ==> Parameters: admin(String) |  | ||||||
| 2024-08-08 14:13:49.787 [http-nio-7061-exec-3] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - <==      Total: 1 |  | ||||||
| 2024-08-08 14:13:49.800 [http-nio-7061-exec-3] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - ==>  Preparing: select USER_ID, USERNAME, PASSWORD, NAME, ROLE_ID, LAST_LOGIN, IP, STATUS, BZ, SKIN, EMAIL, NUMBER, PHONE, ROLE_IDS, DEPARTMENT_ID, PRECINCT_ID, BASICINFO_ID, FUN_IDS, TYPE, LEVEL, PROVINCE, CITY, COUNTRY, VILLAGE, SEX, SORT, JOB_LEVEL, ISUSE, JOB from SYS_USER where USERNAME = ?  |  | ||||||
| 2024-08-08 14:13:49.801 [http-nio-7061-exec-3] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - ==> Parameters: admin(String) |  | ||||||
| 2024-08-08 14:13:49.802 [http-nio-7061-exec-3] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - <==      Total: 1 |  | ||||||
| 2024-08-08 14:13:49.807 [http-nio-7061-exec-3] DEBUG c.z.m.datasource.system.DepartmentMapper.findById - ==>  Preparing: select NAME, TYPE, LEVEL, CATEGORY, NAME_EN, BIANMA, PARENT_ID, HEADMAN, LRMAN, TEL, FUNCTIONS, ADDRESS, BZ, PROVINCE, CITY, COUNTRY, VILLAGE, DEP_ORDER, DEPT_TYPE, IN_CHARGE, IN_LEADER, DEPARTMENT_ID, STATE , (select NAME from SYS_DEPARTMENT o where t.PARENT_ID=o.DEPARTMENT_ID) as PARENT_NAME from SYS_DEPARTMENT t where DEPARTMENT_ID = ?  |  | ||||||
| 2024-08-08 14:13:49.807 [http-nio-7061-exec-3] DEBUG c.z.m.datasource.system.DepartmentMapper.findById - ==> Parameters: (String) |  | ||||||
| 2024-08-08 14:13:49.830 [http-nio-7061-exec-3] DEBUG c.z.m.datasource.system.DepartmentMapper.findById - <==      Total: 0 |  | ||||||
| 2024-08-08 14:13:49.835 [http-nio-7061-exec-3] DEBUG c.z.mapper.datasource.system.RoleMapper.findById - ==>  Preparing: select ROLE_ID, ROLE_NAME, RIGHTS, PARENT_ID, ADD_QX, DEL_QX, EDIT_QX, CHA_QX, DEPT_TYPE, RNUMBER from SYS_ROLE where ROLE_ID = ?  |  | ||||||
| 2024-08-08 14:13:49.835 [http-nio-7061-exec-3] DEBUG c.z.mapper.datasource.system.RoleMapper.findById - ==> Parameters: 1(String) |  | ||||||
| 2024-08-08 14:13:49.856 [http-nio-7061-exec-3] DEBUG c.z.mapper.datasource.system.RoleMapper.findById - <==      Total: 1 |  | ||||||
| 2024-08-08 14:13:49.862 [http-nio-7061-exec-3] DEBUG c.zcloud.mapper.datasource.system.FHlogMapper.save - ==>  Preparing: insert into SYS_FHLOG ( USERNAME, CZTIME, CONTENT, FHLOG_ID ) values ( ?, ?, ?, ? )  |  | ||||||
| 2024-08-08 14:13:49.863 [http-nio-7061-exec-3] DEBUG c.zcloud.mapper.datasource.system.FHlogMapper.save - ==> Parameters: admin(String), 2024-08-08 14:13:49(String), 成功登录系统(String), a5356653643c4a62a249e249ace2e843(String) |  | ||||||
| 2024-08-08 14:13:49.881 [http-nio-7061-exec-3] DEBUG c.zcloud.mapper.datasource.system.FHlogMapper.save - <==    Updates: 1 |  | ||||||
| 2024-08-08 14:13:49.965 [http-nio-7061-exec-5] ERROR o.a.c.core.ContainerBase.[Tomcat].[localhost] - Exception Processing ErrorPage[errorCode=0, location=/error] |  | ||||||
| java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.getHttpServletMapping()Ljavax/servlet/http/HttpServletMapping; |  | ||||||
| 	at org.apache.catalina.core.ApplicationHttpRequest.setRequest(ApplicationHttpRequest.java:690) |  | ||||||
| 	at org.apache.catalina.core.ApplicationHttpRequest.<init>(ApplicationHttpRequest.java:114) |  | ||||||
| 	at org.apache.catalina.core.ApplicationDispatcher.wrapRequest(ApplicationDispatcher.java:917) |  | ||||||
| 	at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:358) |  | ||||||
| 	at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) |  | ||||||
| 	at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) |  | ||||||
| 	at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) |  | ||||||
| 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:175) |  | ||||||
| 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) |  | ||||||
| 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) |  | ||||||
| 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) |  | ||||||
| 	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) |  | ||||||
| 	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) |  | ||||||
| 	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:834) |  | ||||||
| 	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1417) |  | ||||||
| 	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) |  | ||||||
| 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) |  | ||||||
| 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) |  | ||||||
| 	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) |  | ||||||
| 	at java.lang.Thread.run(Thread.java:745) |  | ||||||
| 2024-08-08 14:14:24.464 [http-nio-7061-exec-9] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - ==>  Preparing: select USER_ID, USERNAME, PASSWORD, NAME, ROLE_ID, LAST_LOGIN, IP, STATUS, BZ, SKIN, EMAIL, NUMBER, PHONE, ROLE_IDS, DEPARTMENT_ID, PRECINCT_ID, BASICINFO_ID, FUN_IDS, TYPE, LEVEL, PROVINCE, CITY, COUNTRY, VILLAGE, SEX, SORT, JOB_LEVEL, ISUSE, JOB from SYS_USER where USERNAME = ?  |  | ||||||
| 2024-08-08 14:14:24.464 [http-nio-7061-exec-9] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - ==> Parameters: admin(String) |  | ||||||
| 2024-08-08 14:14:24.467 [http-nio-7061-exec-9] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - <==      Total: 1 |  | ||||||
| 2024-08-08 14:14:24.472 [http-nio-7061-exec-9] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - ==>  Preparing: select USER_ID, USERNAME, PASSWORD, NAME, ROLE_ID, LAST_LOGIN, IP, STATUS, BZ, SKIN, EMAIL, NUMBER, PHONE, ROLE_IDS, DEPARTMENT_ID, PRECINCT_ID, BASICINFO_ID, FUN_IDS, TYPE, LEVEL, PROVINCE, CITY, COUNTRY, VILLAGE, SEX, SORT, JOB_LEVEL, ISUSE, JOB from SYS_USER where USERNAME = ?  |  | ||||||
| 2024-08-08 14:14:24.472 [http-nio-7061-exec-9] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - ==> Parameters: admin(String) |  | ||||||
| 2024-08-08 14:14:24.474 [http-nio-7061-exec-9] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - <==      Total: 1 |  | ||||||
| 2024-08-08 14:14:24.478 [http-nio-7061-exec-9] DEBUG c.z.m.datasource.system.DepartmentMapper.findById - ==>  Preparing: select NAME, TYPE, LEVEL, CATEGORY, NAME_EN, BIANMA, PARENT_ID, HEADMAN, LRMAN, TEL, FUNCTIONS, ADDRESS, BZ, PROVINCE, CITY, COUNTRY, VILLAGE, DEP_ORDER, DEPT_TYPE, IN_CHARGE, IN_LEADER, DEPARTMENT_ID, STATE , (select NAME from SYS_DEPARTMENT o where t.PARENT_ID=o.DEPARTMENT_ID) as PARENT_NAME from SYS_DEPARTMENT t where DEPARTMENT_ID = ?  |  | ||||||
| 2024-08-08 14:14:24.479 [http-nio-7061-exec-9] DEBUG c.z.m.datasource.system.DepartmentMapper.findById - ==> Parameters: (String) |  | ||||||
| 2024-08-08 14:14:24.480 [http-nio-7061-exec-9] DEBUG c.z.m.datasource.system.DepartmentMapper.findById - <==      Total: 0 |  | ||||||
| 2024-08-08 14:14:24.486 [http-nio-7061-exec-9] DEBUG c.z.mapper.datasource.system.RoleMapper.findById - ==>  Preparing: select ROLE_ID, ROLE_NAME, RIGHTS, PARENT_ID, ADD_QX, DEL_QX, EDIT_QX, CHA_QX, DEPT_TYPE, RNUMBER from SYS_ROLE where ROLE_ID = ?  |  | ||||||
| 2024-08-08 14:14:24.486 [http-nio-7061-exec-9] DEBUG c.z.mapper.datasource.system.RoleMapper.findById - ==> Parameters: 1(String) |  | ||||||
| 2024-08-08 14:14:24.488 [http-nio-7061-exec-9] DEBUG c.z.mapper.datasource.system.RoleMapper.findById - <==      Total: 1 |  | ||||||
| 2024-08-08 14:14:24.494 [http-nio-7061-exec-9] DEBUG c.zcloud.mapper.datasource.system.FHlogMapper.save - ==>  Preparing: insert into SYS_FHLOG ( USERNAME, CZTIME, CONTENT, FHLOG_ID ) values ( ?, ?, ?, ? )  |  | ||||||
| 2024-08-08 14:14:24.494 [http-nio-7061-exec-9] DEBUG c.zcloud.mapper.datasource.system.FHlogMapper.save - ==> Parameters: admin(String), 2024-08-08 14:14:24(String), 成功登录系统(String), 9357874524d84df0a8165a7c88b82079(String) |  | ||||||
| 2024-08-08 14:14:24.506 [http-nio-7061-exec-9] DEBUG c.zcloud.mapper.datasource.system.FHlogMapper.save - <==    Updates: 1 |  | ||||||
| 2024-08-08 14:14:24.577 [http-nio-7061-exec-7] ERROR o.a.c.core.ContainerBase.[Tomcat].[localhost] - Exception Processing ErrorPage[errorCode=0, location=/error] |  | ||||||
| java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.getHttpServletMapping()Ljavax/servlet/http/HttpServletMapping; |  | ||||||
| 	at org.apache.catalina.core.ApplicationHttpRequest.setRequest(ApplicationHttpRequest.java:690) |  | ||||||
| 	at org.apache.catalina.core.ApplicationHttpRequest.<init>(ApplicationHttpRequest.java:114) |  | ||||||
| 	at org.apache.catalina.core.ApplicationDispatcher.wrapRequest(ApplicationDispatcher.java:917) |  | ||||||
| 	at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:358) |  | ||||||
| 	at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) |  | ||||||
| 	at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) |  | ||||||
| 	at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) |  | ||||||
| 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:175) |  | ||||||
| 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) |  | ||||||
| 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) |  | ||||||
| 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) |  | ||||||
| 	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) |  | ||||||
| 	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) |  | ||||||
| 	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:834) |  | ||||||
| 	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1417) |  | ||||||
| 	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) |  | ||||||
| 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) |  | ||||||
| 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) |  | ||||||
| 	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) |  | ||||||
| 	at java.lang.Thread.run(Thread.java:745) |  | ||||||
| 2024-08-08 14:16:11.311 [http-nio-7061-exec-1] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - ==>  Preparing: select USER_ID, USERNAME, PASSWORD, NAME, ROLE_ID, LAST_LOGIN, IP, STATUS, BZ, SKIN, EMAIL, NUMBER, PHONE, ROLE_IDS, DEPARTMENT_ID, PRECINCT_ID, BASICINFO_ID, FUN_IDS, TYPE, LEVEL, PROVINCE, CITY, COUNTRY, VILLAGE, SEX, SORT, JOB_LEVEL, ISUSE, JOB from SYS_USER where USERNAME = ?  |  | ||||||
| 2024-08-08 14:16:11.311 [http-nio-7061-exec-1] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - ==> Parameters: admin(String) |  | ||||||
| 2024-08-08 14:16:11.314 [http-nio-7061-exec-1] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - <==      Total: 1 |  | ||||||
| 2024-08-08 14:16:11.318 [http-nio-7061-exec-1] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - ==>  Preparing: select USER_ID, USERNAME, PASSWORD, NAME, ROLE_ID, LAST_LOGIN, IP, STATUS, BZ, SKIN, EMAIL, NUMBER, PHONE, ROLE_IDS, DEPARTMENT_ID, PRECINCT_ID, BASICINFO_ID, FUN_IDS, TYPE, LEVEL, PROVINCE, CITY, COUNTRY, VILLAGE, SEX, SORT, JOB_LEVEL, ISUSE, JOB from SYS_USER where USERNAME = ?  |  | ||||||
| 2024-08-08 14:16:11.319 [http-nio-7061-exec-1] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - ==> Parameters: admin(String) |  | ||||||
| 2024-08-08 14:16:11.320 [http-nio-7061-exec-1] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - <==      Total: 1 |  | ||||||
| 2024-08-08 14:16:11.325 [http-nio-7061-exec-1] DEBUG c.z.m.datasource.system.DepartmentMapper.findById - ==>  Preparing: select NAME, TYPE, LEVEL, CATEGORY, NAME_EN, BIANMA, PARENT_ID, HEADMAN, LRMAN, TEL, FUNCTIONS, ADDRESS, BZ, PROVINCE, CITY, COUNTRY, VILLAGE, DEP_ORDER, DEPT_TYPE, IN_CHARGE, IN_LEADER, DEPARTMENT_ID, STATE , (select NAME from SYS_DEPARTMENT o where t.PARENT_ID=o.DEPARTMENT_ID) as PARENT_NAME from SYS_DEPARTMENT t where DEPARTMENT_ID = ?  |  | ||||||
| 2024-08-08 14:16:11.326 [http-nio-7061-exec-1] DEBUG c.z.m.datasource.system.DepartmentMapper.findById - ==> Parameters: (String) |  | ||||||
| 2024-08-08 14:16:11.327 [http-nio-7061-exec-1] DEBUG c.z.m.datasource.system.DepartmentMapper.findById - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.331 [http-nio-7061-exec-1] DEBUG c.z.mapper.datasource.system.RoleMapper.findById - ==>  Preparing: select ROLE_ID, ROLE_NAME, RIGHTS, PARENT_ID, ADD_QX, DEL_QX, EDIT_QX, CHA_QX, DEPT_TYPE, RNUMBER from SYS_ROLE where ROLE_ID = ?  |  | ||||||
| 2024-08-08 14:16:11.331 [http-nio-7061-exec-1] DEBUG c.z.mapper.datasource.system.RoleMapper.findById - ==> Parameters: 1(String) |  | ||||||
| 2024-08-08 14:16:11.333 [http-nio-7061-exec-1] DEBUG c.z.mapper.datasource.system.RoleMapper.findById - <==      Total: 1 |  | ||||||
| 2024-08-08 14:16:11.337 [http-nio-7061-exec-1] DEBUG c.zcloud.mapper.datasource.system.FHlogMapper.save - ==>  Preparing: insert into SYS_FHLOG ( USERNAME, CZTIME, CONTENT, FHLOG_ID ) values ( ?, ?, ?, ? )  |  | ||||||
| 2024-08-08 14:16:11.337 [http-nio-7061-exec-1] DEBUG c.zcloud.mapper.datasource.system.FHlogMapper.save - ==> Parameters: admin(String), 2024-08-08 14:16:11(String), 成功登录系统(String), 8a1afc37d99f439b9defc0929d70d967(String) |  | ||||||
| 2024-08-08 14:16:11.350 [http-nio-7061-exec-1] DEBUG c.zcloud.mapper.datasource.system.FHlogMapper.save - <==    Updates: 1 |  | ||||||
| 2024-08-08 14:16:11.364 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.UsersMapper.getUserAndRoleById - ==>  Preparing: select u.USER_ID, u.USERNAME, u.NAME, u.PASSWORD, u.SKIN, u.NUMBER, u.ROLE_IDS, r.ROLE_ID, r.ROLE_NAME, r.RIGHTS as ROLE_RIGHTS, r.ADD_QX, r.DEL_QX, r.EDIT_QX, r.CHA_QX from SYS_USER u left join SYS_ROLE r on u.ROLE_ID=r.ROLE_ID where u.STATUS=0 and u.USER_ID=?  |  | ||||||
| 2024-08-08 14:16:11.365 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.UsersMapper.getUserAndRoleById - ==> Parameters: 1(String) |  | ||||||
| 2024-08-08 14:16:11.367 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.UsersMapper.getUserAndRoleById - <==      Total: 1 |  | ||||||
| 2024-08-08 14:16:11.372 [http-nio-7061-exec-2] DEBUG c.z.m.datasource.system.FhButtonMapper.listAll - ==>  Preparing: select NAME, SHIRO_KEY, BZ, FHBUTTON_ID from SYS_FHBUTTON  |  | ||||||
| 2024-08-08 14:16:11.372 [http-nio-7061-exec-2] DEBUG c.z.m.datasource.system.FhButtonMapper.listAll - ==> Parameters:  |  | ||||||
| 2024-08-08 14:16:11.383 [http-nio-7061-exec-2] DEBUG c.z.m.datasource.system.FhButtonMapper.listAll - <==      Total: 11 |  | ||||||
| 2024-08-08 14:16:11.387 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.387 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 0(String) |  | ||||||
| 2024-08-08 14:16:11.402 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 17 |  | ||||||
| 2024-08-08 14:16:11.402 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.402 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 1(String) |  | ||||||
| 2024-08-08 14:16:11.404 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 10 |  | ||||||
| 2024-08-08 14:16:11.405 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.405 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 2(String) |  | ||||||
| 2024-08-08 14:16:11.407 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 2 |  | ||||||
| 2024-08-08 14:16:11.407 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.407 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 6(String) |  | ||||||
| 2024-08-08 14:16:11.409 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.409 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.409 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 7(String) |  | ||||||
| 2024-08-08 14:16:11.411 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.411 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.411 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 9(String) |  | ||||||
| 2024-08-08 14:16:11.413 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.413 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.413 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 8(String) |  | ||||||
| 2024-08-08 14:16:11.414 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.415 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.415 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 203(String) |  | ||||||
| 2024-08-08 14:16:11.416 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.416 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.417 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 12(String) |  | ||||||
| 2024-08-08 14:16:11.418 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.418 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.418 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 3(String) |  | ||||||
| 2024-08-08 14:16:11.420 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.420 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.420 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 71(String) |  | ||||||
| 2024-08-08 14:16:11.422 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.422 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.422 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 206(String) |  | ||||||
| 2024-08-08 14:16:11.424 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.424 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.424 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 237(String) |  | ||||||
| 2024-08-08 14:16:11.426 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.426 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.426 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 200(String) |  | ||||||
| 2024-08-08 14:16:11.428 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.428 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.428 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 10(String) |  | ||||||
| 2024-08-08 14:16:11.430 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 2 |  | ||||||
| 2024-08-08 14:16:11.430 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.430 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 11(String) |  | ||||||
| 2024-08-08 14:16:11.432 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.432 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.432 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 199(String) |  | ||||||
| 2024-08-08 14:16:11.434 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.434 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.434 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 5(String) |  | ||||||
| 2024-08-08 14:16:11.435 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 3 |  | ||||||
| 2024-08-08 14:16:11.436 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.436 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 13(String) |  | ||||||
| 2024-08-08 14:16:11.437 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 3 |  | ||||||
| 2024-08-08 14:16:11.437 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.437 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 14(String) |  | ||||||
| 2024-08-08 14:16:11.439 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.439 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.439 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 15(String) |  | ||||||
| 2024-08-08 14:16:11.441 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.441 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.441 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 16(String) |  | ||||||
| 2024-08-08 14:16:11.443 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 4 |  | ||||||
| 2024-08-08 14:16:11.443 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.443 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 17(String) |  | ||||||
| 2024-08-08 14:16:11.445 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 12 |  | ||||||
| 2024-08-08 14:16:11.446 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.446 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 21(String) |  | ||||||
| 2024-08-08 14:16:11.447 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.448 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.448 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 22(String) |  | ||||||
| 2024-08-08 14:16:11.449 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.449 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.449 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 23(String) |  | ||||||
| 2024-08-08 14:16:11.451 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.451 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.451 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 24(String) |  | ||||||
| 2024-08-08 14:16:11.452 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.452 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.453 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 25(String) |  | ||||||
| 2024-08-08 14:16:11.454 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.454 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.454 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 26(String) |  | ||||||
| 2024-08-08 14:16:11.456 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.456 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.456 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 27(String) |  | ||||||
| 2024-08-08 14:16:11.458 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.458 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.458 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 28(String) |  | ||||||
| 2024-08-08 14:16:11.459 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.459 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.459 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 29(String) |  | ||||||
| 2024-08-08 14:16:11.461 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.461 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.461 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 30(String) |  | ||||||
| 2024-08-08 14:16:11.462 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.463 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.463 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 31(String) |  | ||||||
| 2024-08-08 14:16:11.464 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.464 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.464 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 32(String) |  | ||||||
| 2024-08-08 14:16:11.466 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.466 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.466 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 18(String) |  | ||||||
| 2024-08-08 14:16:11.468 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 12 |  | ||||||
| 2024-08-08 14:16:11.468 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.468 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 33(String) |  | ||||||
| 2024-08-08 14:16:11.469 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.469 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.470 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 34(String) |  | ||||||
| 2024-08-08 14:16:11.471 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.471 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.471 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 35(String) |  | ||||||
| 2024-08-08 14:16:11.473 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.473 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.473 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 36(String) |  | ||||||
| 2024-08-08 14:16:11.474 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.475 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.475 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 37(String) |  | ||||||
| 2024-08-08 14:16:11.476 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.477 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.477 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 38(String) |  | ||||||
| 2024-08-08 14:16:11.478 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.478 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.479 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 39(String) |  | ||||||
| 2024-08-08 14:16:11.480 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.480 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.480 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 40(String) |  | ||||||
| 2024-08-08 14:16:11.482 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.482 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.482 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 41(String) |  | ||||||
| 2024-08-08 14:16:11.483 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.484 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.484 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 42(String) |  | ||||||
| 2024-08-08 14:16:11.485 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.485 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.485 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 43(String) |  | ||||||
| 2024-08-08 14:16:11.487 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.487 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.487 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 44(String) |  | ||||||
| 2024-08-08 14:16:11.489 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.489 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.489 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 19(String) |  | ||||||
| 2024-08-08 14:16:11.491 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 12 |  | ||||||
| 2024-08-08 14:16:11.491 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.491 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 45(String) |  | ||||||
| 2024-08-08 14:16:11.493 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.493 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.493 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 46(String) |  | ||||||
| 2024-08-08 14:16:11.494 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.495 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.495 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 47(String) |  | ||||||
| 2024-08-08 14:16:11.497 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.497 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.497 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 48(String) |  | ||||||
| 2024-08-08 14:16:11.499 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.499 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.499 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 49(String) |  | ||||||
| 2024-08-08 14:16:11.500 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.500 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.500 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 50(String) |  | ||||||
| 2024-08-08 14:16:11.502 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.502 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.502 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 51(String) |  | ||||||
| 2024-08-08 14:16:11.503 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.503 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.503 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 52(String) |  | ||||||
| 2024-08-08 14:16:11.505 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.505 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.505 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 53(String) |  | ||||||
| 2024-08-08 14:16:11.507 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.507 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.508 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 54(String) |  | ||||||
| 2024-08-08 14:16:11.509 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.510 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.510 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 55(String) |  | ||||||
| 2024-08-08 14:16:11.511 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.512 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.512 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 56(String) |  | ||||||
| 2024-08-08 14:16:11.513 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.513 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.513 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 20(String) |  | ||||||
| 2024-08-08 14:16:11.515 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 14 |  | ||||||
| 2024-08-08 14:16:11.515 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.515 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 57(String) |  | ||||||
| 2024-08-08 14:16:11.517 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.517 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.517 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 58(String) |  | ||||||
| 2024-08-08 14:16:11.519 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.519 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.519 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 59(String) |  | ||||||
| 2024-08-08 14:16:11.520 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.520 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.520 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 60(String) |  | ||||||
| 2024-08-08 14:16:11.522 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.522 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.522 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 61(String) |  | ||||||
| 2024-08-08 14:16:11.524 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.524 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.524 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 62(String) |  | ||||||
| 2024-08-08 14:16:11.526 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.526 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.526 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 63(String) |  | ||||||
| 2024-08-08 14:16:11.528 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.528 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.528 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 64(String) |  | ||||||
| 2024-08-08 14:16:11.529 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.529 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.529 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 65(String) |  | ||||||
| 2024-08-08 14:16:11.531 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.531 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.531 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 66(String) |  | ||||||
| 2024-08-08 14:16:11.532 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.532 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.532 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 67(String) |  | ||||||
| 2024-08-08 14:16:11.534 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.534 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.534 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 68(String) |  | ||||||
| 2024-08-08 14:16:11.535 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.535 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.536 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 69(String) |  | ||||||
| 2024-08-08 14:16:11.537 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.537 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.537 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 70(String) |  | ||||||
| 2024-08-08 14:16:11.539 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.539 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.539 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 95(String) |  | ||||||
| 2024-08-08 14:16:11.541 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.541 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.541 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 4(String) |  | ||||||
| 2024-08-08 14:16:11.542 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.543 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.543 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 76(String) |  | ||||||
| 2024-08-08 14:16:11.544 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 3 |  | ||||||
| 2024-08-08 14:16:11.544 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.544 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 77(String) |  | ||||||
| 2024-08-08 14:16:11.546 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.546 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.546 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 78(String) |  | ||||||
| 2024-08-08 14:16:11.548 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.548 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.548 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 79(String) |  | ||||||
| 2024-08-08 14:16:11.549 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.549 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.549 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 204(String) |  | ||||||
| 2024-08-08 14:16:11.551 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 7 |  | ||||||
| 2024-08-08 14:16:11.551 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.551 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 205(String) |  | ||||||
| 2024-08-08 14:16:11.553 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.553 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.553 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 207(String) |  | ||||||
| 2024-08-08 14:16:11.554 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.555 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.555 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 211(String) |  | ||||||
| 2024-08-08 14:16:11.556 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.557 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.557 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 214(String) |  | ||||||
| 2024-08-08 14:16:11.558 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.559 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.559 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 216(String) |  | ||||||
| 2024-08-08 14:16:11.560 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.560 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.560 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 217(String) |  | ||||||
| 2024-08-08 14:16:11.562 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.562 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.562 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 223(String) |  | ||||||
| 2024-08-08 14:16:11.563 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.563 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.563 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 224(String) |  | ||||||
| 2024-08-08 14:16:11.565 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 3 |  | ||||||
| 2024-08-08 14:16:11.565 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.565 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 225(String) |  | ||||||
| 2024-08-08 14:16:11.566 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.566 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.566 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 227(String) |  | ||||||
| 2024-08-08 14:16:11.568 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.568 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.568 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 246(String) |  | ||||||
| 2024-08-08 14:16:11.570 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.570 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.570 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 212(String) |  | ||||||
| 2024-08-08 14:16:11.572 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 4 |  | ||||||
| 2024-08-08 14:16:11.572 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.572 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 213(String) |  | ||||||
| 2024-08-08 14:16:11.574 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.574 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.574 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 215(String) |  | ||||||
| 2024-08-08 14:16:11.575 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.575 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.576 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 218(String) |  | ||||||
| 2024-08-08 14:16:11.577 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.577 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.577 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 219(String) |  | ||||||
| 2024-08-08 14:16:11.578 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.578 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.578 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 201(String) |  | ||||||
| 2024-08-08 14:16:11.580 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 5 |  | ||||||
| 2024-08-08 14:16:11.580 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.580 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 202(String) |  | ||||||
| 2024-08-08 14:16:11.582 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.582 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.582 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 220(String) |  | ||||||
| 2024-08-08 14:16:11.583 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.584 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.584 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 221(String) |  | ||||||
| 2024-08-08 14:16:11.585 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.585 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.585 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 222(String) |  | ||||||
| 2024-08-08 14:16:11.587 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.587 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.587 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 226(String) |  | ||||||
| 2024-08-08 14:16:11.588 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.589 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.589 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 230(String) |  | ||||||
| 2024-08-08 14:16:11.595 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 4 |  | ||||||
| 2024-08-08 14:16:11.595 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.595 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 231(String) |  | ||||||
| 2024-08-08 14:16:11.597 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.597 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.597 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 234(String) |  | ||||||
| 2024-08-08 14:16:11.599 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.599 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.599 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 235(String) |  | ||||||
| 2024-08-08 14:16:11.601 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.601 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.601 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 236(String) |  | ||||||
| 2024-08-08 14:16:11.603 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.603 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.603 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 209(String) |  | ||||||
| 2024-08-08 14:16:11.605 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 1 |  | ||||||
| 2024-08-08 14:16:11.605 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.605 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 210(String) |  | ||||||
| 2024-08-08 14:16:11.607 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.607 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.607 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 228(String) |  | ||||||
| 2024-08-08 14:16:11.609 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 2 |  | ||||||
| 2024-08-08 14:16:11.609 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.609 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 229(String) |  | ||||||
| 2024-08-08 14:16:11.611 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.611 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.611 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 247(String) |  | ||||||
| 2024-08-08 14:16:11.612 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.612 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.612 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 232(String) |  | ||||||
| 2024-08-08 14:16:11.614 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 1 |  | ||||||
| 2024-08-08 14:16:11.614 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.614 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 233(String) |  | ||||||
| 2024-08-08 14:16:11.615 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.616 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.616 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 242(String) |  | ||||||
| 2024-08-08 14:16:11.617 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 1 |  | ||||||
| 2024-08-08 14:16:11.617 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.617 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 243(String) |  | ||||||
| 2024-08-08 14:16:11.619 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.619 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.619 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 240(String) |  | ||||||
| 2024-08-08 14:16:11.620 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 1 |  | ||||||
| 2024-08-08 14:16:11.621 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.621 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 241(String) |  | ||||||
| 2024-08-08 14:16:11.622 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.622 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.622 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 238(String) |  | ||||||
| 2024-08-08 14:16:11.624 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 1 |  | ||||||
| 2024-08-08 14:16:11.624 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.624 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 239(String) |  | ||||||
| 2024-08-08 14:16:11.625 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.626 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.626 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 244(String) |  | ||||||
| 2024-08-08 14:16:11.627 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 1 |  | ||||||
| 2024-08-08 14:16:11.627 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.628 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 245(String) |  | ||||||
| 2024-08-08 14:16:11.629 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.629 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.629 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 248(String) |  | ||||||
| 2024-08-08 14:16:11.630 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 2 |  | ||||||
| 2024-08-08 14:16:11.631 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.631 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 249(String) |  | ||||||
| 2024-08-08 14:16:11.633 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.633 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==>  Preparing: select MENU_ID, MENU_NAME, MENU_URL, PARENT_ID, MENU_ICON, SHIRO_KEY, MENU_ORDER, MENU_STATE, MENU_TYPE, COMPONENT, SHOW_MODEL from SYS_MENU where PARENT_ID = ? order by (MENU_ORDER+0)  |  | ||||||
| 2024-08-08 14:16:11.633 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - ==> Parameters: 250(String) |  | ||||||
| 2024-08-08 14:16:11.634 [http-nio-7061-exec-2] DEBUG c.z.m.d.system.MenuMapper.listSubMenuByParentId - <==      Total: 0 |  | ||||||
| 2024-08-08 14:16:11.639 [http-nio-7061-exec-2] DEBUG c.z.mapper.datasource.system.UsersMapper.saveIP - ==>  Preparing: update SYS_USER set IP = ?, LAST_LOGIN = ? where USERNAME = ?  |  | ||||||
| 2024-08-08 14:16:11.639 [http-nio-7061-exec-2] DEBUG c.z.mapper.datasource.system.UsersMapper.saveIP - ==> Parameters: 192.168.0.16(String), 2024-08-08 14:16:11(String), admin(String) |  | ||||||
| 2024-08-08 14:16:11.642 [http-nio-7061-exec-2] DEBUG c.z.mapper.datasource.system.UsersMapper.saveIP - <==    Updates: 1 |  | ||||||
| 2024-08-08 14:16:12.204 [http-nio-7061-exec-3] DEBUG c.z.mapper.datasource.system.PhotoMapper.findById - ==>  Preparing: select USERNAME, PHOTO0, PHOTO1, PHOTO2, PHOTO3, USERPHOTO_ID from SYS_USERPHOTO where USERNAME = ?  |  | ||||||
| 2024-08-08 14:16:12.204 [http-nio-7061-exec-3] DEBUG c.z.mapper.datasource.system.PhotoMapper.findById - ==> Parameters: admin(String) |  | ||||||
| 2024-08-08 14:16:12.206 [http-nio-7061-exec-4] DEBUG c.z.m.dsno2.bus.RiskPointMapper.mainStatistics - ==>  Preparing: SELECT COUNT( CASE WHEN t.LEVELID = 'levelA' THEN 1 ELSE NULL END ) AS Acount, COUNT( CASE WHEN t.LEVELID = 'levelB' THEN 1 ELSE NULL END ) AS Bcount, COUNT( CASE WHEN t.LEVELID = 'levelC' THEN 1 ELSE NULL END ) AS Ccount, COUNT( CASE WHEN t.LEVELID = 'levelD' THEN 1 ELSE NULL END ) AS Dcount FROM ( SELECT min( f.LEVELID ) AS LEVELID FROM bus_riskpoint f LEFT JOIN bus_corp_info c on c.CORPINFO_ID=f.CORPINFO_ID where f.ISDELETE='0' and c.ISDELETE='0' GROUP BY f.IDENTIFICATION_ID ) t  |  | ||||||
| 2024-08-08 14:16:12.206 [http-nio-7061-exec-4] DEBUG c.z.m.dsno2.bus.RiskPointMapper.mainStatistics - ==> Parameters:  |  | ||||||
| 2024-08-08 14:16:12.221 [http-nio-7061-exec-3] DEBUG c.z.mapper.datasource.system.PhotoMapper.findById - <==      Total: 1 |  | ||||||
| 2024-08-08 14:16:12.225 [http-nio-7061-exec-9] DEBUG c.z.m.d.bus.MajorInformationMapper.mainStatistics - ==>  Preparing: SELECT country.NAME as GROUP_NAME, count(CASE WHEN h.MAJOR_LEVEL='level1' THEN 1 ELSE NULL END) as Acount, count(CASE WHEN h.MAJOR_LEVEL='level2' THEN 1 ELSE NULL END) as Bcount, count(CASE WHEN h.MAJOR_LEVEL='level3' THEN 1 ELSE NULL END) as Ccount, count(CASE WHEN h.MAJOR_LEVEL='level4' THEN 1 ELSE NULL END) as Dcount from SYS_DICTIONARIES country LEFT join `qa-prevention-wlaq`.bus_corp_info f on country.BIANMA = f.COUNTRY and f.ISDELETE='0' left join BUS_MAJORINFORMATION h on f.CORPINFO_ID=h.CORP_INFO_ID and h.ISDELETE='0' where 1=1 and country.PARENT_ID = ? group by f.COUNTRY,country.NAME  |  | ||||||
| 2024-08-08 14:16:12.225 [http-nio-7061-exec-9] DEBUG c.z.m.d.bus.MajorInformationMapper.mainStatistics - ==> Parameters: ea14b155f5554951881a58b1f0fe3d26(String) |  | ||||||
| 2024-08-08 14:16:12.229 [http-nio-7061-exec-5] DEBUG c.z.mapper.dsno2.bus.HiddenMapper.mainStatistics - ==>  Preparing: SELECT country.NAME as GROUP_NAME, count(CASE WHEN h.HIDDEN_ID != '' THEN 1 ELSE NULL END) as SBHD_NUM, count(case when h.STATE=4 then 1 else null end) as ZGHD_NUM from `qa-regulatory-wlaq`.SYS_DICTIONARIES country LEFT join bus_corp_info f on country.BIANMA = f.COUNTRY and f.ISDELETE='0' left join BUS_HIDDEN h on f.CORPINFO_ID=h.CORPINFO_ID and h.ISDELETE='0' where 1=1 and country.PARENT_ID = ? group by f.COUNTRY,country.NAME  |  | ||||||
| 2024-08-08 14:16:12.229 [http-nio-7061-exec-5] DEBUG c.z.mapper.dsno2.bus.HiddenMapper.mainStatistics - ==> Parameters: ea14b155f5554951881a58b1f0fe3d26(String) |  | ||||||
| 2024-08-08 14:16:12.243 [http-nio-7061-exec-6] DEBUG c.z.mapper.dsno2.bus.CorpInfoMapper.mainStatistics - ==>  Preparing: SELECT count(1) as allCorpNum, count(case when f.CORP_CONFIRM=1 then 1 else null end) as sureCorpNum, count(case when (select count(1) from bus_riskpoint r where r.CORPINFO_ID=f.CORPINFO_ID)>0 then 1 else null end) as riskCorpNum, count(case when (select count(1) from bus_hidden h where h.CORPINFO_ID=f.CORPINFO_ID)>0 then 1 else null end) as hiddenCorpNum, count(case when f.SCALE_TYPE=1 then 1 else null end) as upCorpNum, count(case when f.SCALE_TYPE=0 then 1 else null end) as downCorpNum, count(case when f.SCALE='c8bd9e3f99634bb7976c0151c0b4f930' then 1 else null end) as largeCorpNum, count(case when f.SCALE='dc82b52368d34357b958855a49e0fcf7' then 1 else null end) as mediumCorpNum, count(case when f.SCALE='a72367ec2bf942d7ad13df6d6b6cc313' then 1 else null end) as smallCorpNum, count(case when f.SCALE='cfacbfab3dc543ea99b6e4b285554159' then 1 else null end) as miniatureCorpNum, count(case when f.WHETHER_CHEMICALS='1' then 1 else null end) as whCorpNum, count(case when f.WHETHER_POWDER='1' then 1 else null end) as fcCorpNum, count(case when f.WHETHER_CONFINED='1' then 1 else null end) as yxCorpNum, count(case when f.WHETHER_HAZARDS='1' then 1 else null end) as wxyCorpNum, count(case when f.WHETHER_LIQUIDAMMONIA='1' then 1 else null end) as yaCorpNum from vi_corp_info f where f.ISDELETE='0'  |  | ||||||
| 2024-08-08 14:16:12.243 [http-nio-7061-exec-6] DEBUG c.z.mapper.dsno2.bus.CorpInfoMapper.mainStatistics - ==> Parameters:  |  | ||||||
| 2024-08-08 14:16:12.244 [http-nio-7061-exec-3] DEBUG c.z.m.datasource.system.FhsmsMapper.findFhsmsCount - ==>  Preparing: select count(FHSMS_ID) fhsmsCount from SYS_FHSMS where STATUS = '2' and TYPE = '1' and FROM_USERNAME = ?  |  | ||||||
| 2024-08-08 14:16:12.244 [http-nio-7061-exec-3] DEBUG c.z.m.datasource.system.FhsmsMapper.findFhsmsCount - ==> Parameters: admin(String) |  | ||||||
| 2024-08-08 14:16:12.257 [http-nio-7061-exec-3] DEBUG c.z.m.datasource.system.FhsmsMapper.findFhsmsCount - <==      Total: 1 |  | ||||||
| 2024-08-08 14:16:12.262 [http-nio-7061-exec-3] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - ==>  Preparing: select USER_ID, USERNAME, PASSWORD, NAME, ROLE_ID, LAST_LOGIN, IP, STATUS, BZ, SKIN, EMAIL, NUMBER, PHONE, ROLE_IDS, DEPARTMENT_ID, PRECINCT_ID, BASICINFO_ID, FUN_IDS, TYPE, LEVEL, PROVINCE, CITY, COUNTRY, VILLAGE, SEX, SORT, JOB_LEVEL, ISUSE, JOB from SYS_USER where USERNAME = ?  |  | ||||||
| 2024-08-08 14:16:12.262 [http-nio-7061-exec-3] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - ==> Parameters: admin(String) |  | ||||||
| 2024-08-08 14:16:12.266 [http-nio-7061-exec-3] DEBUG c.z.m.datasource.system.UsersMapper.findByUsername - <==      Total: 1 |  | ||||||
| 2024-08-08 14:16:12.272 [http-nio-7061-exec-3] DEBUG c.z.m.d.s.RoleMapper.listAllRolesByArryROLE_ID - ==>  Preparing: select RNUMBER from SYS_ROLE where ROLE_ID in ( ? )  |  | ||||||
| 2024-08-08 14:16:12.272 [http-nio-7061-exec-3] DEBUG c.z.m.d.s.RoleMapper.listAllRolesByArryROLE_ID - ==> Parameters: 1(String) |  | ||||||
| 2024-08-08 14:16:12.275 [http-nio-7061-exec-3] DEBUG c.z.m.d.s.RoleMapper.listAllRolesByArryROLE_ID - <==      Total: 1 |  | ||||||
| 2024-08-08 14:16:12.503 [http-nio-7061-exec-5] DEBUG c.z.mapper.dsno2.bus.HiddenMapper.mainStatistics - <==      Total: 18 |  | ||||||
| 2024-08-08 14:16:12.521 [http-nio-7061-exec-9] DEBUG c.z.m.d.bus.MajorInformationMapper.mainStatistics - <==      Total: 18 |  | ||||||
| 2024-08-08 14:16:12.806 [http-nio-7061-exec-6] DEBUG c.z.mapper.dsno2.bus.CorpInfoMapper.mainStatistics - <==      Total: 1 |  | ||||||
| 2024-08-08 14:16:15.131 [http-nio-7061-exec-4] DEBUG c.z.m.dsno2.bus.RiskPointMapper.mainStatistics - <==      Total: 1 |  | ||||||
| 2024-08-08 14:16:47.173 [http-nio-7061-exec-3] DEBUG c.z.mapper.datasource.system.PhotoMapper.findById - ==>  Preparing: select USERNAME, PHOTO0, PHOTO1, PHOTO2, PHOTO3, USERPHOTO_ID from SYS_USERPHOTO where USERNAME = ?  |  | ||||||
| 2024-08-08 14:16:47.173 [http-nio-7061-exec-3] DEBUG c.z.mapper.datasource.system.PhotoMapper.findById - ==> Parameters: admin(String) |  | ||||||
| 2024-08-08 14:16:47.174 [http-nio-7061-exec-5] DEBUG c.z.mapper.dsno2.bus.CorpInfoMapper.mainStatistics - ==>  Preparing: SELECT count(1) as allCorpNum, count(case when f.CORP_CONFIRM=1 then 1 else null end) as sureCorpNum, count(case when (select count(1) from bus_riskpoint r where r.CORPINFO_ID=f.CORPINFO_ID)>0 then 1 else null end) as riskCorpNum, count(case when (select count(1) from bus_hidden h where h.CORPINFO_ID=f.CORPINFO_ID)>0 then 1 else null end) as hiddenCorpNum, count(case when f.SCALE_TYPE=1 then 1 else null end) as upCorpNum, count(case when f.SCALE_TYPE=0 then 1 else null end) as downCorpNum, count(case when f.SCALE='c8bd9e3f99634bb7976c0151c0b4f930' then 1 else null end) as largeCorpNum, count(case when f.SCALE='dc82b52368d34357b958855a49e0fcf7' then 1 else null end) as mediumCorpNum, count(case when f.SCALE='a72367ec2bf942d7ad13df6d6b6cc313' then 1 else null end) as smallCorpNum, count(case when f.SCALE='cfacbfab3dc543ea99b6e4b285554159' then 1 else null end) as miniatureCorpNum, count(case when f.WHETHER_CHEMICALS='1' then 1 else null end) as whCorpNum, count(case when f.WHETHER_POWDER='1' then 1 else null end) as fcCorpNum, count(case when f.WHETHER_CONFINED='1' then 1 else null end) as yxCorpNum, count(case when f.WHETHER_HAZARDS='1' then 1 else null end) as wxyCorpNum, count(case when f.WHETHER_LIQUIDAMMONIA='1' then 1 else null end) as yaCorpNum from vi_corp_info f where f.ISDELETE='0'  |  | ||||||
| 2024-08-08 14:16:47.174 [http-nio-7061-exec-5] DEBUG c.z.mapper.dsno2.bus.CorpInfoMapper.mainStatistics - ==> Parameters:  |  | ||||||
| 2024-08-08 14:16:47.175 [http-nio-7061-exec-9] DEBUG c.z.mapper.dsno2.bus.HiddenMapper.mainStatistics - ==>  Preparing: SELECT country.NAME as GROUP_NAME, count(CASE WHEN h.HIDDEN_ID != '' THEN 1 ELSE NULL END) as SBHD_NUM, count(case when h.STATE=4 then 1 else null end) as ZGHD_NUM from `qa-regulatory-wlaq`.SYS_DICTIONARIES country LEFT join bus_corp_info f on country.BIANMA = f.COUNTRY and f.ISDELETE='0' left join BUS_HIDDEN h on f.CORPINFO_ID=h.CORPINFO_ID and h.ISDELETE='0' where 1=1 and country.PARENT_ID = ? group by f.COUNTRY,country.NAME  |  | ||||||
| 2024-08-08 14:16:47.175 [http-nio-7061-exec-6] DEBUG c.z.m.dsno2.bus.RiskPointMapper.mainStatistics - ==>  Preparing: SELECT COUNT( CASE WHEN t.LEVELID = 'levelA' THEN 1 ELSE NULL END ) AS Acount, COUNT( CASE WHEN t.LEVELID = 'levelB' THEN 1 ELSE NULL END ) AS Bcount, COUNT( CASE WHEN t.LEVELID = 'levelC' THEN 1 ELSE NULL END ) AS Ccount, COUNT( CASE WHEN t.LEVELID = 'levelD' THEN 1 ELSE NULL END ) AS Dcount FROM ( SELECT min( f.LEVELID ) AS LEVELID FROM bus_riskpoint f LEFT JOIN bus_corp_info c on c.CORPINFO_ID=f.CORPINFO_ID where f.ISDELETE='0' and c.ISDELETE='0' GROUP BY f.IDENTIFICATION_ID ) t  |  | ||||||
| 2024-08-08 14:16:47.175 [http-nio-7061-exec-6] DEBUG c.z.m.dsno2.bus.RiskPointMapper.mainStatistics - ==> Parameters:  |  | ||||||
| 2024-08-08 14:16:47.175 [http-nio-7061-exec-9] DEBUG c.z.mapper.dsno2.bus.HiddenMapper.mainStatistics - ==> Parameters: ea14b155f5554951881a58b1f0fe3d26(String) |  | ||||||
| 2024-08-08 14:16:47.175 [http-nio-7061-exec-4] DEBUG c.z.m.d.bus.MajorInformationMapper.mainStatistics - ==>  Preparing: SELECT country.NAME as GROUP_NAME, count(CASE WHEN h.MAJOR_LEVEL='level1' THEN 1 ELSE NULL END) as Acount, count(CASE WHEN h.MAJOR_LEVEL='level2' THEN 1 ELSE NULL END) as Bcount, count(CASE WHEN h.MAJOR_LEVEL='level3' THEN 1 ELSE NULL END) as Ccount, count(CASE WHEN h.MAJOR_LEVEL='level4' THEN 1 ELSE NULL END) as Dcount from SYS_DICTIONARIES country LEFT join `qa-prevention-wlaq`.bus_corp_info f on country.BIANMA = f.COUNTRY and f.ISDELETE='0' left join BUS_MAJORINFORMATION h on f.CORPINFO_ID=h.CORP_INFO_ID and h.ISDELETE='0' where 1=1 and country.PARENT_ID = ? group by f.COUNTRY,country.NAME  |  | ||||||
| 2024-08-08 14:16:47.175 [http-nio-7061-exec-4] DEBUG c.z.m.d.bus.MajorInformationMapper.mainStatistics - ==> Parameters: ea14b155f5554951881a58b1f0fe3d26(String) |  | ||||||
| 2024-08-08 14:16:47.176 [http-nio-7061-exec-3] DEBUG c.z.mapper.datasource.system.PhotoMapper.findById - <==      Total: 1 |  | ||||||
| 2024-08-08 14:16:47.183 [http-nio-7061-exec-3] DEBUG c.z.m.datasource.system.FhsmsMapper.findFhsmsCount - ==>  Preparing: select count(FHSMS_ID) fhsmsCount from SYS_FHSMS where STATUS = '2' and TYPE = '1' and FROM_USERNAME = ?  |  | ||||||
| 2024-08-08 14:16:47.183 [http-nio-7061-exec-3] DEBUG c.z.m.datasource.system.FhsmsMapper.findFhsmsCount - ==> Parameters: admin(String) |  | ||||||
| 2024-08-08 14:16:47.186 [http-nio-7061-exec-3] DEBUG c.z.m.datasource.system.FhsmsMapper.findFhsmsCount - <==      Total: 1 |  | ||||||
| 2024-08-08 14:16:47.207 [http-nio-7061-exec-5] DEBUG c.z.mapper.dsno2.bus.CorpInfoMapper.mainStatistics - <==      Total: 1 |  | ||||||
| 2024-08-08 14:16:47.250 [http-nio-7061-exec-4] DEBUG c.z.m.d.bus.MajorInformationMapper.mainStatistics - <==      Total: 18 |  | ||||||
| 2024-08-08 14:16:47.275 [http-nio-7061-exec-9] DEBUG c.z.mapper.dsno2.bus.HiddenMapper.mainStatistics - <==      Total: 18 |  | ||||||
| 2024-08-08 14:16:47.318 [http-nio-7061-exec-6] DEBUG c.z.m.dsno2.bus.RiskPointMapper.mainStatistics - <==      Total: 1 |  | ||||||
| 2024-08-08 14:16:50.009 [http-nio-7061-exec-3] DEBUG c.z.m.d.bus.MajorInformationMapper.mainStatistics - ==>  Preparing: SELECT country.NAME as GROUP_NAME, count(CASE WHEN h.MAJOR_LEVEL='level1' THEN 1 ELSE NULL END) as Acount, count(CASE WHEN h.MAJOR_LEVEL='level2' THEN 1 ELSE NULL END) as Bcount, count(CASE WHEN h.MAJOR_LEVEL='level3' THEN 1 ELSE NULL END) as Ccount, count(CASE WHEN h.MAJOR_LEVEL='level4' THEN 1 ELSE NULL END) as Dcount from SYS_DICTIONARIES country LEFT join `qa-prevention-wlaq`.bus_corp_info f on country.BIANMA = f.COUNTRY and f.ISDELETE='0' left join BUS_MAJORINFORMATION h on f.CORPINFO_ID=h.CORP_INFO_ID and h.ISDELETE='0' where 1=1 and country.PARENT_ID = ? group by f.COUNTRY,country.NAME  |  | ||||||
| 2024-08-08 14:16:50.010 [http-nio-7061-exec-3] DEBUG c.z.m.d.bus.MajorInformationMapper.mainStatistics - ==> Parameters: ea14b155f5554951881a58b1f0fe3d26(String) |  | ||||||
| 2024-08-08 14:16:50.010 [http-nio-7061-exec-8] DEBUG c.z.mapper.dsno2.bus.CorpInfoMapper.mainStatistics - ==>  Preparing: SELECT count(1) as allCorpNum, count(case when f.CORP_CONFIRM=1 then 1 else null end) as sureCorpNum, count(case when (select count(1) from bus_riskpoint r where r.CORPINFO_ID=f.CORPINFO_ID)>0 then 1 else null end) as riskCorpNum, count(case when (select count(1) from bus_hidden h where h.CORPINFO_ID=f.CORPINFO_ID)>0 then 1 else null end) as hiddenCorpNum, count(case when f.SCALE_TYPE=1 then 1 else null end) as upCorpNum, count(case when f.SCALE_TYPE=0 then 1 else null end) as downCorpNum, count(case when f.SCALE='c8bd9e3f99634bb7976c0151c0b4f930' then 1 else null end) as largeCorpNum, count(case when f.SCALE='dc82b52368d34357b958855a49e0fcf7' then 1 else null end) as mediumCorpNum, count(case when f.SCALE='a72367ec2bf942d7ad13df6d6b6cc313' then 1 else null end) as smallCorpNum, count(case when f.SCALE='cfacbfab3dc543ea99b6e4b285554159' then 1 else null end) as miniatureCorpNum, count(case when f.WHETHER_CHEMICALS='1' then 1 else null end) as whCorpNum, count(case when f.WHETHER_POWDER='1' then 1 else null end) as fcCorpNum, count(case when f.WHETHER_CONFINED='1' then 1 else null end) as yxCorpNum, count(case when f.WHETHER_HAZARDS='1' then 1 else null end) as wxyCorpNum, count(case when f.WHETHER_LIQUIDAMMONIA='1' then 1 else null end) as yaCorpNum from vi_corp_info f where f.ISDELETE='0'  |  | ||||||
| 2024-08-08 14:16:50.011 [http-nio-7061-exec-8] DEBUG c.z.mapper.dsno2.bus.CorpInfoMapper.mainStatistics - ==> Parameters:  |  | ||||||
| 2024-08-08 14:16:50.011 [http-nio-7061-exec-2] DEBUG c.z.m.d.bus.CorpInfoMapper.riskStatisticslistAll - ==>  Preparing: select f.CORPINFO_ID, f.CORP_NAME, f.LONGITUDE, f.LATITUDE, f.CODE, f.CREATE_DATE, f.ADDRESS, f.CONTACTS, f.CONTACTS_PHONE, type.NAME as TYPE_NAME, type2.NAME as TYPE_NAME2, city.NAME as CITY_NAME, country.NAME as COUNTRY_NAME, village.NAME as VILLAGE_NAME, (select count(1) from BUS_RISKUNIT r where r.CORPINFO_ID = f.CORPINFO_ID and r.ISDELETE='0') as unitCount, (select count(1) from BUS_IDENTIFICATIONPARTS id where id.CORPINFO_ID = f.CORPINFO_ID and id.ISDELETE='0') as idCount, (select count(1) from BUS_RISKPOINT p where p.CORPINFO_ID = f.CORPINFO_ID and p.ISDELETE='0') as pointCount, (select pl.LEVELID from BUS_RISKPOINT pl where pl.CORPINFO_ID = f.CORPINFO_ID and pl.ISDELETE='0' ORDER BY pl.LEVELID LIMIT 1) as LEVELID from bus_corp_info f left join BUS_CORPTYPE type on type.CORPTYPE_ID = f.CORP_OF_TYPE left join BUS_CORPTYPE type2 on type2.CORPTYPE_ID = f.CORP_OF_TYPE2 left join SYS_DICTIONARIES city on city.BIANMA = f.CITY left join SYS_DICTIONARIES country on country.BIANMA = f.COUNTRY left join SYS_DICTIONARIES village on village.BIANMA = f.VILLAGE where f.ISDELETE='0'  |  | ||||||
| 2024-08-08 14:16:50.011 [http-nio-7061-exec-2] DEBUG c.z.m.d.bus.CorpInfoMapper.riskStatisticslistAll - ==> Parameters:  |  | ||||||
| 2024-08-08 14:16:50.012 [http-nio-7061-exec-10] DEBUG c.z.m.d.s.DictionariesMapper.listSubDictByParentId - ==>  Preparing: select NAME, NAME_EN, BIANMA, ORDER_BY, PARENT_ID, BZ, TBSNAME, TBFIELD, YNDEL, DICTIONARIES_ID from SYS_DICTIONARIES where PARENT_ID = ? order by ORDER_BY  |  | ||||||
| 2024-08-08 14:16:50.012 [http-nio-7061-exec-10] DEBUG c.z.m.d.s.DictionariesMapper.listSubDictByParentId - ==> Parameters: f2598ba72e864eadabf0ca4b664d26b9(String) |  | ||||||
| 2024-08-08 14:16:50.016 [http-nio-7061-exec-1] DEBUG c.z.m.dsno2.bus.RiskPointMapper.mainStatistics - ==>  Preparing: SELECT COUNT( CASE WHEN t.LEVELID = 'levelA' THEN 1 ELSE NULL END ) AS Acount, COUNT( CASE WHEN t.LEVELID = 'levelB' THEN 1 ELSE NULL END ) AS Bcount, COUNT( CASE WHEN t.LEVELID = 'levelC' THEN 1 ELSE NULL END ) AS Ccount, COUNT( CASE WHEN t.LEVELID = 'levelD' THEN 1 ELSE NULL END ) AS Dcount FROM ( SELECT min( f.LEVELID ) AS LEVELID FROM bus_riskpoint f LEFT JOIN bus_corp_info c on c.CORPINFO_ID=f.CORPINFO_ID where f.ISDELETE='0' and c.ISDELETE='0' GROUP BY f.IDENTIFICATION_ID ) t  |  | ||||||
| 2024-08-08 14:16:50.016 [http-nio-7061-exec-1] DEBUG c.z.m.dsno2.bus.RiskPointMapper.mainStatistics - ==> Parameters:  |  | ||||||
| 2024-08-08 14:16:50.038 [http-nio-7061-exec-8] DEBUG c.z.mapper.dsno2.bus.CorpInfoMapper.mainStatistics - <==      Total: 1 |  | ||||||
| 2024-08-08 14:16:50.038 [http-nio-7061-exec-5] DEBUG c.z.mapper.dsno2.bus.HiddenMapper.mainStatistics - ==>  Preparing: SELECT country.NAME as GROUP_NAME, count(CASE WHEN h.HIDDEN_ID != '' THEN 1 ELSE NULL END) as SBHD_NUM, count(case when h.STATE=4 then 1 else null end) as ZGHD_NUM from `qa-regulatory-wlaq`.SYS_DICTIONARIES country LEFT join bus_corp_info f on country.BIANMA = f.COUNTRY and f.ISDELETE='0' left join BUS_HIDDEN h on f.CORPINFO_ID=h.CORPINFO_ID and h.ISDELETE='0' where 1=1 and country.PARENT_ID = ? group by f.COUNTRY,country.NAME  |  | ||||||
| 2024-08-08 14:16:50.038 [http-nio-7061-exec-5] DEBUG c.z.mapper.dsno2.bus.HiddenMapper.mainStatistics - ==> Parameters: ea14b155f5554951881a58b1f0fe3d26(String) |  | ||||||
| 2024-08-08 14:16:50.079 [http-nio-7061-exec-3] DEBUG c.z.m.d.bus.MajorInformationMapper.mainStatistics - <==      Total: 18 |  | ||||||
| 2024-08-08 14:16:50.089 [http-nio-7061-exec-10] DEBUG c.z.m.d.s.DictionariesMapper.listSubDictByParentId - <==      Total: 21 |  | ||||||
| 2024-08-08 14:16:50.111 [http-nio-7061-exec-5] DEBUG c.z.mapper.dsno2.bus.HiddenMapper.mainStatistics - <==      Total: 18 |  | ||||||
| 2024-08-08 14:16:50.120 [http-nio-7061-exec-1] DEBUG c.z.m.dsno2.bus.RiskPointMapper.mainStatistics - <==      Total: 1 |  | ||||||
| 2024-08-08 14:16:50.159 [http-nio-7061-exec-4] DEBUG c.z.mapper.dsno2.bus.CorpInfoMapper.listAllByBiV2 - ==>  Preparing: select f.CORP_NAME, f.CODE, f.COMPANY_AREA, f.ADDRESS, f.CREATE_DATE, f.SCALE, f.LONGITUDE, f.LATITUDE, f.POSTAL_CODE, f.EMPLOYEES, f.AREA_COVERED, f.TOTALASSETS, f.REGCAPITAL, f.SALESREVENUE, f.ANNUALPROFIT, f.ECO_TYPE, f.ECO_TYPE2, f.ECO_TYPE_NAME, f.INDUSTRY, f.CORP_TYPE, f.CORP_TYPE2, f.CORP_TYPE3, f.CORP_TYPE4, f.CORP_TYPE_NAME, f.CORP_TYPE_SMALL, f.LR_NAME, f.LR_POSITION, f.LR_PHONE, f.LR_MOBILE, f.CONTACTS, f.CONTACTS_PHONE, f.CHECKPERSON, f.CHECKPERSONPHONE, f.ISDELETE, f.OPERATOR, f.OPERATTIME, f.CREATTIME, f.CREATOR, f.CORPINFO_ID, f.FOURTYPE, f.ISRECEIVE, f.PROVINCE, f.CITY, f.COUNTRY, f.SMS_COUNT, f.ISREMIND, f.ISUSE, f.VILLAGE, f.LOGIN_USER_ID, f.ADDRESS_BUSINESS, f.ADDRESS_OFFICE, f.CORP_STATE, f.FIXED_ASSETS, f.YEAR_OUTPUT_VALUE, f.REG_TYPE, f.SUBORDINATION, f.CORP_OF_TYPE, f.CORP_OF_TYPE2, f.INDUSTRY_DEPARTMENT, f.SCALE_TYPE, f.SAFETY_NAME, f.SAFETY_POST, f.SAFETY_NUMBER, f.SAFETY_PHONE, f.CORP_CONFIRM, f.CORP_EXAMINE, f.REPORT_CYCLE, f.REPORT_STATUS, f.USE_DATE_START, f.USE_DATE_END, f.TRAINTYPE, f.VIPLEVEL , type.name as CORP_OF_TYPE_VAL , type2.name as CORP_OF_TYPE2_VAL, s.NAME as STATUS_NAME, (select count(1) from BUS_RISKUNIT r where r.CORPINFO_ID = f.CORPINFO_ID and r.ISDELETE='0') as unitCount, (select count(1) from BUS_IDENTIFICATIONPARTS id where id.CORPINFO_ID = f.CORPINFO_ID and id.ISDELETE='0') as idCount, (select count(1) from BUS_RISKPOINT p where p.CORPINFO_ID = f.CORPINFO_ID and p.ISDELETE='0') as pointCount, (select count(1) from BUS_CHECKRECORD r where r.CORPINFO_ID = f.CORPINFO_ID and r.ISDELETE='0') as checkedCount, (select count(1) from BUS_HIDDEN h where h.CORPINFO_ID = f.CORPINFO_ID and h.ISDELETE='0' and h.HIDDENLEVEL='hiddenLevel0001') as ybCount, (select count(1) from BUS_HIDDEN h where h.CORPINFO_ID = f.CORPINFO_ID and h.ISDELETE='0' and h.HIDDENLEVEL='hiddenLevel0002') as zdCount from BUS_CORP_INFO f left join BUS_CORPTYPE type on type.CORPTYPE_ID = f.CORP_OF_TYPE left join BUS_CORPTYPE type2 on type2.CORPTYPE_ID = f.CORP_OF_TYPE2 left join SYS_DICTIONARIES s on s.DICTIONARIES_ID = f.CORP_STATE where f.ISDELETE='0'  |  | ||||||
| 2024-08-08 14:16:50.159 [http-nio-7061-exec-4] DEBUG c.z.mapper.dsno2.bus.CorpInfoMapper.listAllByBiV2 - ==> Parameters:  |  | ||||||
| 2024-08-08 14:16:54.724 [http-nio-7061-exec-2] DEBUG c.z.m.d.bus.CorpInfoMapper.riskStatisticslistAll - <==      Total: 19 |  | ||||||
| 2024-08-08 14:16:56.964 [http-nio-7061-exec-4] DEBUG c.z.mapper.dsno2.bus.CorpInfoMapper.listAllByBiV2 - <==      Total: 19 |  | ||||||
| 2024-08-08 14:17:59.368 [http-nio-7061-exec-1] DEBUG c.z.m.d.s.DictionariesMapper.listSubDictByParentId - ==>  Preparing: select NAME, NAME_EN, BIANMA, ORDER_BY, PARENT_ID, BZ, TBSNAME, TBFIELD, YNDEL, DICTIONARIES_ID from SYS_DICTIONARIES where PARENT_ID = ? order by ORDER_BY  |  | ||||||
| 2024-08-08 14:17:59.368 [http-nio-7061-exec-1] DEBUG c.z.m.d.s.DictionariesMapper.listSubDictByParentId - ==> Parameters: f2598ba72e864eadabf0ca4b664d26b9(String) |  | ||||||
| 2024-08-08 14:17:59.371 [http-nio-7061-exec-8] DEBUG c.z.m.d.bus.MajorInformationMapper.mainStatistics - ==>  Preparing: SELECT country.NAME as GROUP_NAME, count(CASE WHEN h.MAJOR_LEVEL='level1' THEN 1 ELSE NULL END) as Acount, count(CASE WHEN h.MAJOR_LEVEL='level2' THEN 1 ELSE NULL END) as Bcount, count(CASE WHEN h.MAJOR_LEVEL='level3' THEN 1 ELSE NULL END) as Ccount, count(CASE WHEN h.MAJOR_LEVEL='level4' THEN 1 ELSE NULL END) as Dcount from SYS_DICTIONARIES country LEFT join `qa-prevention-wlaq`.bus_corp_info f on country.BIANMA = f.COUNTRY and f.ISDELETE='0' left join BUS_MAJORINFORMATION h on f.CORPINFO_ID=h.CORP_INFO_ID and h.ISDELETE='0' where 1=1 and country.PARENT_ID = ? group by f.COUNTRY,country.NAME  |  | ||||||
| 2024-08-08 14:17:59.372 [http-nio-7061-exec-8] DEBUG c.z.m.d.bus.MajorInformationMapper.mainStatistics - ==> Parameters: ea14b155f5554951881a58b1f0fe3d26(String) |  | ||||||
| 2024-08-08 14:17:59.378 [http-nio-7061-exec-9] DEBUG c.z.m.dsno2.bus.RiskPointMapper.mainStatistics - ==>  Preparing: SELECT COUNT( CASE WHEN t.LEVELID = 'levelA' THEN 1 ELSE NULL END ) AS Acount, COUNT( CASE WHEN t.LEVELID = 'levelB' THEN 1 ELSE NULL END ) AS Bcount, COUNT( CASE WHEN t.LEVELID = 'levelC' THEN 1 ELSE NULL END ) AS Ccount, COUNT( CASE WHEN t.LEVELID = 'levelD' THEN 1 ELSE NULL END ) AS Dcount FROM ( SELECT min( f.LEVELID ) AS LEVELID FROM bus_riskpoint f LEFT JOIN bus_corp_info c on c.CORPINFO_ID=f.CORPINFO_ID where f.ISDELETE='0' and c.ISDELETE='0' GROUP BY f.IDENTIFICATION_ID ) t  |  | ||||||
| 2024-08-08 14:17:59.379 [http-nio-7061-exec-9] DEBUG c.z.m.dsno2.bus.RiskPointMapper.mainStatistics - ==> Parameters:  |  | ||||||
| 2024-08-08 14:17:59.380 [http-nio-7061-exec-2] DEBUG c.z.mapper.dsno2.bus.CorpInfoMapper.mainStatistics - ==>  Preparing: SELECT count(1) as allCorpNum, count(case when f.CORP_CONFIRM=1 then 1 else null end) as sureCorpNum, count(case when (select count(1) from bus_riskpoint r where r.CORPINFO_ID=f.CORPINFO_ID)>0 then 1 else null end) as riskCorpNum, count(case when (select count(1) from bus_hidden h where h.CORPINFO_ID=f.CORPINFO_ID)>0 then 1 else null end) as hiddenCorpNum, count(case when f.SCALE_TYPE=1 then 1 else null end) as upCorpNum, count(case when f.SCALE_TYPE=0 then 1 else null end) as downCorpNum, count(case when f.SCALE='c8bd9e3f99634bb7976c0151c0b4f930' then 1 else null end) as largeCorpNum, count(case when f.SCALE='dc82b52368d34357b958855a49e0fcf7' then 1 else null end) as mediumCorpNum, count(case when f.SCALE='a72367ec2bf942d7ad13df6d6b6cc313' then 1 else null end) as smallCorpNum, count(case when f.SCALE='cfacbfab3dc543ea99b6e4b285554159' then 1 else null end) as miniatureCorpNum, count(case when f.WHETHER_CHEMICALS='1' then 1 else null end) as whCorpNum, count(case when f.WHETHER_POWDER='1' then 1 else null end) as fcCorpNum, count(case when f.WHETHER_CONFINED='1' then 1 else null end) as yxCorpNum, count(case when f.WHETHER_HAZARDS='1' then 1 else null end) as wxyCorpNum, count(case when f.WHETHER_LIQUIDAMMONIA='1' then 1 else null end) as yaCorpNum from vi_corp_info f where f.ISDELETE='0'  |  | ||||||
| 2024-08-08 14:17:59.380 [http-nio-7061-exec-2] DEBUG c.z.mapper.dsno2.bus.CorpInfoMapper.mainStatistics - ==> Parameters:  |  | ||||||
| 2024-08-08 14:17:59.381 [http-nio-7061-exec-7] DEBUG c.z.m.d.bus.CorpInfoMapper.riskStatisticslistAll - ==>  Preparing: select f.CORPINFO_ID, f.CORP_NAME, f.LONGITUDE, f.LATITUDE, f.CODE, f.CREATE_DATE, f.ADDRESS, f.CONTACTS, f.CONTACTS_PHONE, type.NAME as TYPE_NAME, type2.NAME as TYPE_NAME2, city.NAME as CITY_NAME, country.NAME as COUNTRY_NAME, village.NAME as VILLAGE_NAME, (select count(1) from BUS_RISKUNIT r where r.CORPINFO_ID = f.CORPINFO_ID and r.ISDELETE='0') as unitCount, (select count(1) from BUS_IDENTIFICATIONPARTS id where id.CORPINFO_ID = f.CORPINFO_ID and id.ISDELETE='0') as idCount, (select count(1) from BUS_RISKPOINT p where p.CORPINFO_ID = f.CORPINFO_ID and p.ISDELETE='0') as pointCount, (select pl.LEVELID from BUS_RISKPOINT pl where pl.CORPINFO_ID = f.CORPINFO_ID and pl.ISDELETE='0' ORDER BY pl.LEVELID LIMIT 1) as LEVELID from bus_corp_info f left join BUS_CORPTYPE type on type.CORPTYPE_ID = f.CORP_OF_TYPE left join BUS_CORPTYPE type2 on type2.CORPTYPE_ID = f.CORP_OF_TYPE2 left join SYS_DICTIONARIES city on city.BIANMA = f.CITY left join SYS_DICTIONARIES country on country.BIANMA = f.COUNTRY left join SYS_DICTIONARIES village on village.BIANMA = f.VILLAGE where f.ISDELETE='0'  |  | ||||||
| 2024-08-08 14:17:59.381 [http-nio-7061-exec-7] DEBUG c.z.m.d.bus.CorpInfoMapper.riskStatisticslistAll - ==> Parameters:  |  | ||||||
| 2024-08-08 14:17:59.382 [http-nio-7061-exec-3] DEBUG c.z.mapper.dsno2.bus.HiddenMapper.mainStatistics - ==>  Preparing: SELECT country.NAME as GROUP_NAME, count(CASE WHEN h.HIDDEN_ID != '' THEN 1 ELSE NULL END) as SBHD_NUM, count(case when h.STATE=4 then 1 else null end) as ZGHD_NUM from `qa-regulatory-wlaq`.SYS_DICTIONARIES country LEFT join bus_corp_info f on country.BIANMA = f.COUNTRY and f.ISDELETE='0' left join BUS_HIDDEN h on f.CORPINFO_ID=h.CORPINFO_ID and h.ISDELETE='0' where 1=1 and country.PARENT_ID = ? group by f.COUNTRY,country.NAME  |  | ||||||
| 2024-08-08 14:17:59.382 [http-nio-7061-exec-3] DEBUG c.z.mapper.dsno2.bus.HiddenMapper.mainStatistics - ==> Parameters: ea14b155f5554951881a58b1f0fe3d26(String) |  | ||||||
| 2024-08-08 14:17:59.410 [http-nio-7061-exec-2] DEBUG c.z.mapper.dsno2.bus.CorpInfoMapper.mainStatistics - <==      Total: 1 |  | ||||||
| 2024-08-08 14:17:59.439 [http-nio-7061-exec-8] DEBUG c.z.m.d.bus.MajorInformationMapper.mainStatistics - <==      Total: 18 |  | ||||||
| 2024-08-08 14:17:59.443 [http-nio-7061-exec-1] DEBUG c.z.m.d.s.DictionariesMapper.listSubDictByParentId - <==      Total: 21 |  | ||||||
| 2024-08-08 14:17:59.468 [http-nio-7061-exec-3] DEBUG c.z.mapper.dsno2.bus.HiddenMapper.mainStatistics - <==      Total: 18 |  | ||||||
| 2024-08-08 14:17:59.496 [http-nio-7061-exec-6] DEBUG c.z.mapper.dsno2.bus.CorpInfoMapper.listAllByBiV2 - ==>  Preparing: select f.CORP_NAME, f.CODE, f.COMPANY_AREA, f.ADDRESS, f.CREATE_DATE, f.SCALE, f.LONGITUDE, f.LATITUDE, f.POSTAL_CODE, f.EMPLOYEES, f.AREA_COVERED, f.TOTALASSETS, f.REGCAPITAL, f.SALESREVENUE, f.ANNUALPROFIT, f.ECO_TYPE, f.ECO_TYPE2, f.ECO_TYPE_NAME, f.INDUSTRY, f.CORP_TYPE, f.CORP_TYPE2, f.CORP_TYPE3, f.CORP_TYPE4, f.CORP_TYPE_NAME, f.CORP_TYPE_SMALL, f.LR_NAME, f.LR_POSITION, f.LR_PHONE, f.LR_MOBILE, f.CONTACTS, f.CONTACTS_PHONE, f.CHECKPERSON, f.CHECKPERSONPHONE, f.ISDELETE, f.OPERATOR, f.OPERATTIME, f.CREATTIME, f.CREATOR, f.CORPINFO_ID, f.FOURTYPE, f.ISRECEIVE, f.PROVINCE, f.CITY, f.COUNTRY, f.SMS_COUNT, f.ISREMIND, f.ISUSE, f.VILLAGE, f.LOGIN_USER_ID, f.ADDRESS_BUSINESS, f.ADDRESS_OFFICE, f.CORP_STATE, f.FIXED_ASSETS, f.YEAR_OUTPUT_VALUE, f.REG_TYPE, f.SUBORDINATION, f.CORP_OF_TYPE, f.CORP_OF_TYPE2, f.INDUSTRY_DEPARTMENT, f.SCALE_TYPE, f.SAFETY_NAME, f.SAFETY_POST, f.SAFETY_NUMBER, f.SAFETY_PHONE, f.CORP_CONFIRM, f.CORP_EXAMINE, f.REPORT_CYCLE, f.REPORT_STATUS, f.USE_DATE_START, f.USE_DATE_END, f.TRAINTYPE, f.VIPLEVEL , type.name as CORP_OF_TYPE_VAL , type2.name as CORP_OF_TYPE2_VAL, s.NAME as STATUS_NAME, (select count(1) from BUS_RISKUNIT r where r.CORPINFO_ID = f.CORPINFO_ID and r.ISDELETE='0') as unitCount, (select count(1) from BUS_IDENTIFICATIONPARTS id where id.CORPINFO_ID = f.CORPINFO_ID and id.ISDELETE='0') as idCount, (select count(1) from BUS_RISKPOINT p where p.CORPINFO_ID = f.CORPINFO_ID and p.ISDELETE='0') as pointCount, (select count(1) from BUS_CHECKRECORD r where r.CORPINFO_ID = f.CORPINFO_ID and r.ISDELETE='0') as checkedCount, (select count(1) from BUS_HIDDEN h where h.CORPINFO_ID = f.CORPINFO_ID and h.ISDELETE='0' and h.HIDDENLEVEL='hiddenLevel0001') as ybCount, (select count(1) from BUS_HIDDEN h where h.CORPINFO_ID = f.CORPINFO_ID and h.ISDELETE='0' and h.HIDDENLEVEL='hiddenLevel0002') as zdCount from BUS_CORP_INFO f left join BUS_CORPTYPE type on type.CORPTYPE_ID = f.CORP_OF_TYPE left join BUS_CORPTYPE type2 on type2.CORPTYPE_ID = f.CORP_OF_TYPE2 left join SYS_DICTIONARIES s on s.DICTIONARIES_ID = f.CORP_STATE where f.ISDELETE='0'  |  | ||||||
| 2024-08-08 14:17:59.496 [http-nio-7061-exec-6] DEBUG c.z.mapper.dsno2.bus.CorpInfoMapper.listAllByBiV2 - ==> Parameters:  |  | ||||||
| 2024-08-08 14:17:59.503 [http-nio-7061-exec-9] DEBUG c.z.m.dsno2.bus.RiskPointMapper.mainStatistics - <==      Total: 1 |  | ||||||
| 2024-08-08 14:18:00.382 [http-nio-7061-exec-6] DEBUG c.z.mapper.dsno2.bus.CorpInfoMapper.listAllByBiV2 - <==      Total: 19 |  | ||||||
| 2024-08-08 14:18:01.788 [http-nio-7061-exec-7] DEBUG c.z.m.d.bus.CorpInfoMapper.riskStatisticslistAll - <==      Total: 19 |  | ||||||
| 2024-08-08 14:20:05.348 [http-nio-7061-exec-3] DEBUG c.zcloud.mapper.datasource.system.FHlogMapper.save - ==>  Preparing: insert into SYS_FHLOG ( USERNAME, CZTIME, CONTENT, FHLOG_ID ) values ( ?, ?, ?, ? )  |  | ||||||
| 2024-08-08 14:20:05.348 [http-nio-7061-exec-3] DEBUG c.zcloud.mapper.datasource.system.FHlogMapper.save - ==> Parameters: admin(String), 2024-08-08 14:20:05(String), 退出系统(String), 3171f8e08f76450289f6140f118ed1bc(String) |  | ||||||
| 2024-08-08 14:20:05.364 [http-nio-7061-exec-3] DEBUG c.zcloud.mapper.datasource.system.FHlogMapper.save - <==    Updates: 1 |  | ||||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Loading…
	
		Reference in New Issue