2024-06-21 16:00:33,340 [ main] INFO com.sundata.MainApplication -51 -logStarting -Starting MainApplication using Java 17.0.5 with PID 4664 (C:\Users\78206\Desktop\李庚谱 卞福顺\project\bin started by 78206 in C:\Users\78206\Desktop\李庚谱 卞福顺\project) 2024-06-21 16:00:33,342 [ main] DEBUG com.sundata.MainApplication -52 -logStarting -Running with Spring Boot v3.0.1, Spring v6.0.3 2024-06-21 16:00:33,343 [ main] INFO com.sundata.MainApplication -630 -logStartupProfileInfo -No active profile set, falling back to 1 default profile: "default" 2024-06-21 16:00:34,470 [ main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate -294 -multipleStoresDetected -Multiple Spring Data modules found, entering strict repository configuration mode 2024-06-21 16:00:34,474 [ main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate -138 -registerRepositoriesIn -Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2024-06-21 16:00:34,515 [ main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate -208 -registerRepositoriesIn -Finished Spring Data repository scanning in 26 ms. Found 0 Redis repository interfaces. 2024-06-21 16:00:34,843 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'spring.data.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:00:34,848 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:00:35,071 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:00:35,129 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:00:35,133 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'cachingConfig' of type [com.sundata.common.config.CachingConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:00:35,154 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'transactionConfig' of type [com.sundata.common.config.TransactionConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:00:35,174 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'txAdvice' of type [org.springframework.transaction.interceptor.TransactionInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:00:35,175 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'txAdviceAdvisor' of type [org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:00:35,307 [ main] ERROR org.apache.catalina.core.AprLifecycleListener -173 -log -An incompatible version [1.2.27] of the Apache Tomcat Native library is installed, while Tomcat requires version [1.2.34] 2024-06-21 16:00:35,625 [ main] INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer -108 -initialize -Tomcat initialized with port(s): 8080 (http) 2024-06-21 16:00:35,633 [ main] INFO org.apache.coyote.http11.Http11NioProtocol -173 -log -Initializing ProtocolHandler ["http-nio-8080"] 2024-06-21 16:00:35,635 [ main] INFO org.apache.catalina.core.StandardService -173 -log -Starting service [Tomcat] 2024-06-21 16:00:35,635 [ main] INFO org.apache.catalina.core.StandardEngine -173 -log -Starting Servlet engine: [Apache Tomcat/10.1.4] 2024-06-21 16:00:35,709 [ main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] -173 -log -Initializing Spring embedded WebApplicationContext 2024-06-21 16:00:35,710 [ main] INFO org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext -291 -prepareWebApplicationContext -Root WebApplicationContext: initialization completed in 2306 ms 2024-06-21 16:00:36,807 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.messgsendmanage.mapper.SysMessDelayMapper.queryDelayType:select NOUNVALUE as MSGSENDTIME,NOUNPROP as expression from SYS_NOUN where SYS_NOUN.NOUNSUPER = 'MSGSENDTIME' and SYS_NOUN.NOUNVALUE not in ('no','now') and SYS_NOUN.NOUNVALIDITY='1' 2024-06-21 16:00:36,817 [ main] INFO com.zaxxer.hikari.HikariDataSource -110 -getConnection -HikariPool-1 - Starting... 2024-06-21 16:00:37,110 [ main] INFO com.zaxxer.hikari.pool.HikariPool -565 -checkFailFast -HikariPool-1 - Added connection oracle.jdbc.driver.T4CConnection@32f14274 2024-06-21 16:00:37,111 [ main] INFO com.zaxxer.hikari.HikariDataSource -123 -getConnection -HikariPool-1 - Start completed. 2024-06-21 16:00:37,120 [ main] DEBUG com.sundata.admin.messgsendmanage.mapper.SysMessDelayMapper.queryDelayType -137 -debug -==> Preparing: select NOUNVALUE as MSGSENDTIME,NOUNPROP as expression from SYS_NOUN where SYS_NOUN.NOUNSUPER = 'MSGSENDTIME' and SYS_NOUN.NOUNVALUE not in ('no','now') and SYS_NOUN.NOUNVALIDITY='1' 2024-06-21 16:00:37,170 [ main] DEBUG com.sundata.admin.messgsendmanage.mapper.SysMessDelayMapper.queryDelayType -137 -debug -==> Parameters: 2024-06-21 16:00:37,197 [ main] DEBUG com.sundata.admin.messgsendmanage.mapper.SysMessDelayMapper.queryDelayType -137 -debug -<== Total: 0 2024-06-21 16:00:37,487 [ main] INFO org.quartz.impl.StdSchedulerFactory -1220 -instantiate -Using default implementation for ThreadExecutor 2024-06-21 16:00:37,491 [ main] INFO org.quartz.simpl.SimpleThreadPool -268 -initialize -Job execution threads will use class loader of thread: main 2024-06-21 16:00:37,507 [ main] INFO org.quartz.core.SchedulerSignalerImpl -61 - -Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2024-06-21 16:00:37,507 [ main] INFO org.quartz.core.QuartzScheduler -229 - -Quartz Scheduler v.2.3.2 created. 2024-06-21 16:00:37,511 [ main] INFO org.quartz.simpl.RAMJobStore -155 -initialize -RAMJobStore initialized. 2024-06-21 16:00:37,513 [ main] INFO org.quartz.core.QuartzScheduler -294 -initialize -Scheduler meta-data: Quartz Scheduler (v2.3.2) 'DefaultQuartzScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2024-06-21 16:00:37,513 [ main] INFO org.quartz.impl.StdSchedulerFactory -1374 -instantiate -Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 2024-06-21 16:00:37,515 [ main] INFO org.quartz.impl.StdSchedulerFactory -1378 -instantiate -Quartz scheduler version: 2.3.2 2024-06-21 16:00:38,154 [ main] WARN org.thymeleaf.templatemode.TemplateMode -92 -parse -[THYMELEAF][main] Unknown Template Mode 'HTML5'. Must be one of: 'HTML', 'XML', 'TEXT', 'JAVASCRIPT', 'CSS', 'RAW'. Using default Template Mode 'HTML'. 2024-06-21 16:00:38,732 [ main] DEBUG org.ehcache.core.spi.ServiceLocator -119 -startAllServices -Starting 21 Services... 2024-06-21 16:00:38,734 [ main] DEBUG org.ehcache.impl.persistence.DefaultLocalPersistenceService -108 -internalStart -RootDirectory Locked 2024-06-21 16:00:38,736 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -127 -start -Starting service 2024-06-21 16:00:38,737 [ main] DEBUG org.ehcache.core.spi.ServiceLocator -140 -startAllServices -All Services successfully started, 21 Services in 5ms 2024-06-21 16:00:38,737 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'rdpEngLogic' in EhcacheManager. 2024-06-21 16:00:38,738 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@27558dee 2024-06-21 16:00:38,740 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@6812708d 2024-06-21 16:00:38,743 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@639c5ab4 2024-06-21 16:00:38,744 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@272cec71 2024-06-21 16:00:38,750 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:00:38,778 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=rdpEngLogic}Initialize successful. 2024-06-21 16:00:38,778 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'rdpEngLogic' created in EhcacheManager. 2024-06-21 16:00:38,778 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'auth' in EhcacheManager. 2024-06-21 16:00:38,779 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@7a7f5c44 2024-06-21 16:00:38,779 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@4ab1693b 2024-06-21 16:00:38,780 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@2ff2a096 2024-06-21 16:00:38,780 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@59c2bf78 2024-06-21 16:00:38,781 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -50 -strategy -TTI or custom expiration strategy detected 2024-06-21 16:00:38,805 [ main] INFO org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -149 - -Allocating 10.0MB in chunks 2024-06-21 16:00:38,812 [ pool-3-thread-1] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -584 -bufferAllocation -10.0MB chunk allocated 2024-06-21 16:00:38,812 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -544 -allocateBackingBuffers -Took 6 ms to create off-heap storage of 10.0MB. 2024-06-21 16:00:38,829 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &0 2024-06-21 16:00:38,829 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &512 2024-06-21 16:00:38,830 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &1024 2024-06-21 16:00:38,830 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &1536 2024-06-21 16:00:38,830 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &2048 2024-06-21 16:00:38,831 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &2560 2024-06-21 16:00:38,832 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &3072 2024-06-21 16:00:38,833 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &3584 2024-06-21 16:00:38,834 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &4096 2024-06-21 16:00:38,835 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &4608 2024-06-21 16:00:38,835 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &5120 2024-06-21 16:00:38,836 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &5632 2024-06-21 16:00:38,836 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &6144 2024-06-21 16:00:38,837 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &6656 2024-06-21 16:00:38,837 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &7168 2024-06-21 16:00:38,837 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &7680 2024-06-21 16:00:38,837 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=auth}Initialize successful. 2024-06-21 16:00:38,837 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'auth' created in EhcacheManager. 2024-06-21 16:00:38,837 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'flowEng' in EhcacheManager. 2024-06-21 16:00:38,838 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@791dcda7 2024-06-21 16:00:38,838 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@35c95587 2024-06-21 16:00:38,838 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@828e2d8 2024-06-21 16:00:38,838 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@43e9eddf 2024-06-21 16:00:38,838 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:00:38,839 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=flowEng}Initialize successful. 2024-06-21 16:00:38,839 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'flowEng' created in EhcacheManager. 2024-06-21 16:00:38,840 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'login' in EhcacheManager. 2024-06-21 16:00:38,840 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@7e34e466 2024-06-21 16:00:38,840 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@2a8eed58 2024-06-21 16:00:38,840 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@352bea0e 2024-06-21 16:00:38,840 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@2cf6dd4d 2024-06-21 16:00:38,840 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -47 -strategy -TTL expiration strategy detected 2024-06-21 16:00:38,842 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=login}Initialize successful. 2024-06-21 16:00:38,842 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'login' created in EhcacheManager. 2024-06-21 16:00:38,842 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'finYearRegular' in EhcacheManager. 2024-06-21 16:00:38,842 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@7955b4d4 2024-06-21 16:00:38,843 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@489e1887 2024-06-21 16:00:38,843 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@7421213d 2024-06-21 16:00:38,843 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@6e98fd10 2024-06-21 16:00:38,843 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:00:38,844 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=finYearRegular}Initialize successful. 2024-06-21 16:00:38,844 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'finYearRegular' created in EhcacheManager. 2024-06-21 16:00:38,844 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'rdpEngRule' in EhcacheManager. 2024-06-21 16:00:38,844 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@47bcd95a 2024-06-21 16:00:38,844 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@3fae1ec9 2024-06-21 16:00:38,845 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@331fe6d4 2024-06-21 16:00:38,845 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@74832504 2024-06-21 16:00:38,845 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:00:38,846 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=rdpEngRule}Initialize successful. 2024-06-21 16:00:38,846 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'rdpEngRule' created in EhcacheManager. 2024-06-21 16:00:38,846 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'public' in EhcacheManager. 2024-06-21 16:00:38,846 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@3c2188b0 2024-06-21 16:00:38,846 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@9751c9 2024-06-21 16:00:38,846 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@c1bcea1 2024-06-21 16:00:38,846 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@7bbab46e 2024-06-21 16:00:38,846 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:00:38,847 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=public}Initialize successful. 2024-06-21 16:00:38,847 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'public' created in EhcacheManager. 2024-06-21 16:00:38,847 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'dict' in EhcacheManager. 2024-06-21 16:00:38,847 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@453961d7 2024-06-21 16:00:38,847 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@505f6511 2024-06-21 16:00:38,847 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@3dfb1626 2024-06-21 16:00:38,848 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@77ac7cd6 2024-06-21 16:00:38,848 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:00:38,849 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=dict}Initialize successful. 2024-06-21 16:00:38,849 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'dict' created in EhcacheManager. 2024-06-21 16:00:38,849 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'modlControlModel' in EhcacheManager. 2024-06-21 16:00:38,849 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@5d9639bb 2024-06-21 16:00:38,849 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@796687de 2024-06-21 16:00:38,849 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@225d93aa 2024-06-21 16:00:38,850 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@35ef158f 2024-06-21 16:00:38,850 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:00:38,851 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=modlControlModel}Initialize successful. 2024-06-21 16:00:38,851 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'modlControlModel' created in EhcacheManager. 2024-06-21 16:00:38,851 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'finBalanceCheck' in EhcacheManager. 2024-06-21 16:00:38,851 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@34986491 2024-06-21 16:00:38,851 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@2582e213 2024-06-21 16:00:38,851 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@4a1cafb2 2024-06-21 16:00:38,851 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@441798ce 2024-06-21 16:00:38,851 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:00:38,852 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=finBalanceCheck}Initialize successful. 2024-06-21 16:00:38,852 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'finBalanceCheck' created in EhcacheManager. 2024-06-21 16:00:38,852 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'modelCheckIntervalParam' in EhcacheManager. 2024-06-21 16:00:38,852 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@26864891 2024-06-21 16:00:38,852 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@5946e540 2024-06-21 16:00:38,852 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@651a399 2024-06-21 16:00:38,852 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@79ef8115 2024-06-21 16:00:38,852 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:00:38,853 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=modelCheckIntervalParam}Initialize successful. 2024-06-21 16:00:38,853 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'modelCheckIntervalParam' created in EhcacheManager. 2024-06-21 16:00:38,853 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'finIndexFomular' in EhcacheManager. 2024-06-21 16:00:38,853 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@3e2a8fc 2024-06-21 16:00:38,853 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@6921ce3f 2024-06-21 16:00:38,853 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@4f1072ee 2024-06-21 16:00:38,854 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@7b0a69b9 2024-06-21 16:00:38,854 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:00:38,854 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=finIndexFomular}Initialize successful. 2024-06-21 16:00:38,854 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'finIndexFomular' created in EhcacheManager. 2024-06-21 16:00:38,855 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'modlCalculateModel' in EhcacheManager. 2024-06-21 16:00:38,855 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@565bf1bb 2024-06-21 16:00:38,855 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@3638a852 2024-06-21 16:00:38,855 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@7ab20a7 2024-06-21 16:00:38,855 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@6db160b4 2024-06-21 16:00:38,855 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:00:38,856 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=modlCalculateModel}Initialize successful. 2024-06-21 16:00:38,856 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'modlCalculateModel' created in EhcacheManager. 2024-06-21 16:00:38,856 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'rdpEngFun' in EhcacheManager. 2024-06-21 16:00:38,857 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@724e483f 2024-06-21 16:00:38,857 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@27f6854b 2024-06-21 16:00:38,857 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@72499396 2024-06-21 16:00:38,857 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@65145fb7 2024-06-21 16:00:38,857 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:00:38,858 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=rdpEngFun}Initialize successful. 2024-06-21 16:00:38,858 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'rdpEngFun' created in EhcacheManager. 2024-06-21 16:00:38,858 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'rfEng' in EhcacheManager. 2024-06-21 16:00:38,859 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@4ce9985f 2024-06-21 16:00:38,859 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@4283f29b 2024-06-21 16:00:38,859 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@56d4481f 2024-06-21 16:00:38,859 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@625430f8 2024-06-21 16:00:38,859 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:00:38,860 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=rfEng}Initialize successful. 2024-06-21 16:00:38,860 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'rfEng' created in EhcacheManager. 2024-06-21 16:00:38,860 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -143 -stateTransition -Moving from UNINITIALIZED to AVAILABLE 2024-06-21 16:00:38,860 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added rdpEngLogic 2024-06-21 16:00:38,864 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added auth 2024-06-21 16:00:38,867 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added flowEng 2024-06-21 16:00:38,867 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added login 2024-06-21 16:00:38,868 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added finYearRegular 2024-06-21 16:00:38,868 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added rdpEngRule 2024-06-21 16:00:38,869 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added public 2024-06-21 16:00:38,869 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added dict 2024-06-21 16:00:38,869 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added modlControlModel 2024-06-21 16:00:38,869 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added finBalanceCheck 2024-06-21 16:00:38,870 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added modelCheckIntervalParam 2024-06-21 16:00:38,872 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added finIndexFomular 2024-06-21 16:00:38,874 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added modlCalculateModel 2024-06-21 16:00:38,876 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added rdpEngFun 2024-06-21 16:00:38,876 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added rfEng 2024-06-21 16:00:38,878 [ main] DEBUG org.ehcache.core.StatusTransitioner -211 -succeeded -Initialize successful. 2024-06-21 16:00:38,890 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=rdpEngLogic 2024-06-21 16:00:38,891 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=rdpEngLogic 2024-06-21 16:00:38,892 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=auth 2024-06-21 16:00:38,892 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=auth 2024-06-21 16:00:38,893 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=flowEng 2024-06-21 16:00:38,893 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=flowEng 2024-06-21 16:00:38,894 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=login 2024-06-21 16:00:38,894 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=login 2024-06-21 16:00:38,895 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=finYearRegular 2024-06-21 16:00:38,896 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=finYearRegular 2024-06-21 16:00:38,897 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=rdpEngRule 2024-06-21 16:00:38,897 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=rdpEngRule 2024-06-21 16:00:38,898 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=public 2024-06-21 16:00:38,898 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=public 2024-06-21 16:00:38,898 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=dict 2024-06-21 16:00:38,898 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=dict 2024-06-21 16:00:38,899 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=modlControlModel 2024-06-21 16:00:38,899 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=modlControlModel 2024-06-21 16:00:38,900 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=finBalanceCheck 2024-06-21 16:00:38,900 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=finBalanceCheck 2024-06-21 16:00:38,900 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=modelCheckIntervalParam 2024-06-21 16:00:38,900 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=modelCheckIntervalParam 2024-06-21 16:00:38,901 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=finIndexFomular 2024-06-21 16:00:38,901 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=finIndexFomular 2024-06-21 16:00:38,901 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=modlCalculateModel 2024-06-21 16:00:38,901 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=modlCalculateModel 2024-06-21 16:00:38,901 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=rdpEngFun 2024-06-21 16:00:38,902 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=rdpEngFun 2024-06-21 16:00:38,902 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=rfEng 2024-06-21 16:00:38,902 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=rfEng 2024-06-21 16:00:38,976 [ main] DEBUG org.springframework.data.redis.listener.RedisMessageListenerContainer -246 -start -Starting RedisMessageListenerContainer... 2024-06-21 16:00:38,977 [ main] DEBUG org.springframework.data.redis.listener.RedisMessageListenerContainer -290 -lazyListen -Postpone listening for Redis messages until actual listeners are added 2024-06-21 16:00:39,044 [ main] INFO org.quartz.impl.StdSchedulerFactory -1220 -instantiate -Using default implementation for ThreadExecutor 2024-06-21 16:00:39,046 [ main] INFO org.quartz.core.SchedulerSignalerImpl -61 - -Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2024-06-21 16:00:39,047 [ main] INFO org.quartz.core.QuartzScheduler -229 - -Quartz Scheduler v.2.3.2 created. 2024-06-21 16:00:39,047 [ main] INFO org.quartz.simpl.RAMJobStore -155 -initialize -RAMJobStore initialized. 2024-06-21 16:00:39,048 [ main] INFO org.quartz.core.QuartzScheduler -294 -initialize -Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2024-06-21 16:00:39,048 [ main] INFO org.quartz.impl.StdSchedulerFactory -1374 -instantiate -Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. 2024-06-21 16:00:39,048 [ main] INFO org.quartz.impl.StdSchedulerFactory -1378 -instantiate -Quartz scheduler version: 2.3.2 2024-06-21 16:00:39,048 [ main] INFO org.quartz.core.QuartzScheduler -2293 -setJobFactory -JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@106e816c 2024-06-21 16:00:39,092 [ main] INFO org.apache.coyote.http11.Http11NioProtocol -173 -log -Starting ProtocolHandler ["http-nio-8080"] 2024-06-21 16:00:39,124 [ main] INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer -220 -start -Tomcat started on port(s): 8080 (http) with context path '' 2024-06-21 16:00:39,126 [ main] INFO org.springframework.scheduling.quartz.SchedulerFactoryBean -729 -startScheduler -Starting Quartz Scheduler now 2024-06-21 16:00:39,128 [ main] INFO org.quartz.core.QuartzScheduler -547 -start -Scheduler quartzScheduler_$_NON_CLUSTERED started. 2024-06-21 16:00:39,142 [ main] INFO com.sundata.MainApplication -57 -logStarted -Started MainApplication in 6.222 seconds (process running for 6.52) 2024-06-21 16:00:39,181 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,183 [ main] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,183 [ main] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:00:39,189 [ main] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:00:39,190 [ main] INFO com.sundata.common.util.SystemUtil -227 -getDbType -使用默认数据库类型:oracle 2024-06-21 16:00:39,196 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgDict:select orgcode as id, superorgcode as parentid, dense_rank() over(order by orgtype) as nounlevel, orgname as text, (select case when count(1)>0 then 'closed' else 'open' end from sys_organization b where b.superorgcode=a.orgcode) as state, '0' as READONLY from SYS_ORGANIZATION a order by orgtype,levelcode,orgcode 2024-06-21 16:00:39,197 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgDict -137 -debug -==> Preparing: select orgcode as id, superorgcode as parentid, dense_rank() over(order by orgtype) as nounlevel, orgname as text, (select case when count(1)>0 then 'closed' else 'open' end from sys_organization b where b.superorgcode=a.orgcode) as state, '0' as READONLY from SYS_ORGANIZATION a order by orgtype,levelcode,orgcode 2024-06-21 16:00:39,198 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgDict -137 -debug -==> Parameters: 2024-06-21 16:00:39,210 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgDict -137 -debug -<== Total: 1 2024-06-21 16:00:39,222 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,223 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgNoDeptDict:select orgcode as id, superorgcode as parentid, dense_rank() over(order by orgtype) as nounlevel, orgname as text, (select case when count(1)>0 then 'closed' else 'open' end from sys_organization b where b.superorgcode=a.orgcode and depttype is null) as state, '0' as READONLY from SYS_ORGANIZATION a where DEPTTYPE IS NULL order by orgtype,levelcode,orgcode 2024-06-21 16:00:39,225 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgNoDeptDict -137 -debug -==> Preparing: select orgcode as id, superorgcode as parentid, dense_rank() over(order by orgtype) as nounlevel, orgname as text, (select case when count(1)>0 then 'closed' else 'open' end from sys_organization b where b.superorgcode=a.orgcode and depttype is null) as state, '0' as READONLY from SYS_ORGANIZATION a where DEPTTYPE IS NULL order by orgtype,levelcode,orgcode 2024-06-21 16:00:39,227 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgNoDeptDict -137 -debug -==> Parameters: 2024-06-21 16:00:39,233 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgNoDeptDict -137 -debug -<== Total: 1 2024-06-21 16:00:39,236 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryAllValidNounitem:select distinct nounitem from sys_noun where nounvalidity='1' 2024-06-21 16:00:39,237 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryAllValidNounitem -137 -debug -==> Preparing: select distinct nounitem from sys_noun where nounvalidity='1' 2024-06-21 16:00:39,239 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryAllValidNounitem -137 -debug -==> Parameters: 2024-06-21 16:00:39,252 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryAllValidNounitem -137 -debug -<== Total: 123 2024-06-21 16:00:39,253 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,255 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='relamode' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='relamode' )a) 2024-06-21 16:00:39,256 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,258 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: relamode(String), relamode(String) 2024-06-21 16:00:39,275 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,277 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='relamode' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,278 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,279 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: relamode(String), 1(String) 2024-06-21 16:00:39,285 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:00:39,285 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,287 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='LOGINDBSCOPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='LOGINDBSCOPE' )a) 2024-06-21 16:00:39,288 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,288 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: LOGINDBSCOPE(String), LOGINDBSCOPE(String) 2024-06-21 16:00:39,295 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,295 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='LOGINDBSCOPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,297 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,297 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: LOGINDBSCOPE(String), 1(String) 2024-06-21 16:00:39,300 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,301 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,302 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='DATASCOPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='DATASCOPE' )a) 2024-06-21 16:00:39,303 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,303 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: DATASCOPE(String), DATASCOPE(String) 2024-06-21 16:00:39,306 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,308 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='DATASCOPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,310 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,311 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: DATASCOPE(String), 1(String) 2024-06-21 16:00:39,316 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 7 2024-06-21 16:00:39,317 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,318 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_process' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_process' )a) 2024-06-21 16:00:39,319 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,320 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_process(String), prod_process(String) 2024-06-21 16:00:39,322 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,324 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_process' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,325 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,326 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_process(String), 1(String) 2024-06-21 16:00:39,329 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:00:39,330 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,331 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rfEngine06' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rfEngine06' )a) 2024-06-21 16:00:39,331 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,332 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rfEngine06(String), rfEngine06(String) 2024-06-21 16:00:39,333 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,334 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rfEngine06' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,335 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,336 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rfEngine06(String), 1(String) 2024-06-21 16:00:39,338 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 7 2024-06-21 16:00:39,338 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,339 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rf_jsparsemethod' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rf_jsparsemethod' )a) 2024-06-21 16:00:39,341 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,342 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rf_jsparsemethod(String), rf_jsparsemethod(String) 2024-06-21 16:00:39,346 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,347 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rf_jsparsemethod' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,349 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,349 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rf_jsparsemethod(String), 1(String) 2024-06-21 16:00:39,351 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,353 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,353 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rdpLogicType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rdpLogicType' )a) 2024-06-21 16:00:39,354 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,354 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rdpLogicType(String), rdpLogicType(String) 2024-06-21 16:00:39,355 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,356 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rdpLogicType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,357 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,357 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rdpLogicType(String), 1(String) 2024-06-21 16:00:39,358 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,359 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,360 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='controltype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='controltype' )a) 2024-06-21 16:00:39,360 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,361 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: controltype(String), controltype(String) 2024-06-21 16:00:39,363 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,364 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='controltype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,364 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,365 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: controltype(String), 1(String) 2024-06-21 16:00:39,367 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 16 2024-06-21 16:00:39,368 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,369 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='MSGSENDTIME' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='MSGSENDTIME' )a) 2024-06-21 16:00:39,369 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,369 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: MSGSENDTIME(String), MSGSENDTIME(String) 2024-06-21 16:00:39,370 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,371 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='MSGSENDTIME' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,372 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,373 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: MSGSENDTIME(String), 1(String) 2024-06-21 16:00:39,374 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:00:39,375 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,376 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='MSGSENDTEMPLATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='MSGSENDTEMPLATE' )a) 2024-06-21 16:00:39,377 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,378 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: MSGSENDTEMPLATE(String), MSGSENDTEMPLATE(String) 2024-06-21 16:00:39,379 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,379 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='MSGSENDTEMPLATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,380 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,380 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: MSGSENDTEMPLATE(String), 1(String) 2024-06-21 16:00:39,381 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:00:39,382 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,382 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHSTEPAUTORUN' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHSTEPAUTORUN' )a) 2024-06-21 16:00:39,383 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,383 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHSTEPAUTORUN(String), BATCHSTEPAUTORUN(String) 2024-06-21 16:00:39,384 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,384 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHSTEPAUTORUN' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,384 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,385 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHSTEPAUTORUN(String), 1(String) 2024-06-21 16:00:39,385 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,385 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,385 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='pageList' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='pageList' )a) 2024-06-21 16:00:39,385 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,386 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: pageList(String), pageList(String) 2024-06-21 16:00:39,386 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,387 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='pageList' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,387 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,387 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: pageList(String), 1(String) 2024-06-21 16:00:39,388 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,388 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,389 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='INVOKEWAY' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='INVOKEWAY' )a) 2024-06-21 16:00:39,389 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,390 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: INVOKEWAY(String), INVOKEWAY(String) 2024-06-21 16:00:39,391 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,392 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='INVOKEWAY' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,392 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,392 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: INVOKEWAY(String), 1(String) 2024-06-21 16:00:39,393 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:00:39,394 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,394 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='NESORSEL' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='NESORSEL' )a) 2024-06-21 16:00:39,395 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,395 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: NESORSEL(String), NESORSEL(String) 2024-06-21 16:00:39,396 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,396 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='NESORSEL' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,397 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,397 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: NESORSEL(String), 1(String) 2024-06-21 16:00:39,398 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:00:39,399 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,399 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='UNITTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='UNITTYPE' )a) 2024-06-21 16:00:39,400 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,400 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: UNITTYPE(String), UNITTYPE(String) 2024-06-21 16:00:39,401 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,402 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='UNITTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,402 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,402 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: UNITTYPE(String), 1(String) 2024-06-21 16:00:39,403 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:00:39,404 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,404 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineBoderDeal' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineBoderDeal' )a) 2024-06-21 16:00:39,404 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,404 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineBoderDeal(String), wfEngineBoderDeal(String) 2024-06-21 16:00:39,408 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,408 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineBoderDeal' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,409 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,409 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineBoderDeal(String), 1(String) 2024-06-21 16:00:39,410 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,410 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,410 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineLimitTime' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineLimitTime' )a) 2024-06-21 16:00:39,410 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,411 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineLimitTime(String), wfEngineLimitTime(String) 2024-06-21 16:00:39,411 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,412 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineLimitTime' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,412 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,413 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineLimitTime(String), 1(String) 2024-06-21 16:00:39,413 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,414 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,414 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='SYSLAYOUT' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='SYSLAYOUT' )a) 2024-06-21 16:00:39,414 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,414 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: SYSLAYOUT(String), SYSLAYOUT(String) 2024-06-21 16:00:39,415 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,415 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='SYSLAYOUT' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,416 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,416 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: SYSLAYOUT(String), 1(String) 2024-06-21 16:00:39,417 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,417 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,417 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='sqltype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='sqltype' )a) 2024-06-21 16:00:39,418 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,418 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: sqltype(String), sqltype(String) 2024-06-21 16:00:39,420 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,420 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='sqltype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,421 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,421 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: sqltype(String), 1(String) 2024-06-21 16:00:39,422 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:00:39,423 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,423 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_state' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_state' )a) 2024-06-21 16:00:39,424 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,424 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_state(String), prod_state(String) 2024-06-21 16:00:39,425 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,425 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_state' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,426 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,426 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_state(String), 1(String) 2024-06-21 16:00:39,427 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:00:39,427 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,427 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='VERIFYCODE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='VERIFYCODE' )a) 2024-06-21 16:00:39,428 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,428 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: VERIFYCODE(String), VERIFYCODE(String) 2024-06-21 16:00:39,429 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,429 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='VERIFYCODE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,429 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,429 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: VERIFYCODE(String), 1(String) 2024-06-21 16:00:39,430 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,430 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,430 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rf_isstorage' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rf_isstorage' )a) 2024-06-21 16:00:39,430 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,431 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rf_isstorage(String), rf_isstorage(String) 2024-06-21 16:00:39,431 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,431 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rf_isstorage' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,432 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,432 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rf_isstorage(String), 1(String) 2024-06-21 16:00:39,432 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:00:39,433 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,433 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rfEngine04' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rfEngine04' )a) 2024-06-21 16:00:39,433 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,433 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rfEngine04(String), rfEngine04(String) 2024-06-21 16:00:39,434 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,434 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rfEngine04' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,434 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,434 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rfEngine04(String), 1(String) 2024-06-21 16:00:39,435 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:00:39,435 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,435 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PRODATATYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PRODATATYPE' )a) 2024-06-21 16:00:39,435 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,435 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PRODATATYPE(String), PRODATATYPE(String) 2024-06-21 16:00:39,436 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,436 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PRODATATYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,436 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,436 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PRODATATYPE(String), 1(String) 2024-06-21 16:00:39,437 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 7 2024-06-21 16:00:39,437 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,437 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='performanceTestFlag' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='performanceTestFlag' )a) 2024-06-21 16:00:39,438 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,438 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: performanceTestFlag(String), performanceTestFlag(String) 2024-06-21 16:00:39,438 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,438 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='performanceTestFlag' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,438 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,439 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: performanceTestFlag(String), 1(String) 2024-06-21 16:00:39,439 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,439 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,439 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rdpHelpSet' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rdpHelpSet' )a) 2024-06-21 16:00:39,440 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,440 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rdpHelpSet(String), rdpHelpSet(String) 2024-06-21 16:00:39,440 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,440 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rdpHelpSet' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,441 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,441 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rdpHelpSet(String), 1(String) 2024-06-21 16:00:39,441 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:00:39,441 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,442 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='CHARTTOOL' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='CHARTTOOL' )a) 2024-06-21 16:00:39,442 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,442 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: CHARTTOOL(String), CHARTTOOL(String) 2024-06-21 16:00:39,443 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,443 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='CHARTTOOL' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,443 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,443 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: CHARTTOOL(String), 1(String) 2024-06-21 16:00:39,444 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,444 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,444 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='events' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='events' )a) 2024-06-21 16:00:39,444 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,444 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: events(String), events(String) 2024-06-21 16:00:39,445 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,445 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='events' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,445 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,445 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: events(String), 1(String) 2024-06-21 16:00:39,445 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:00:39,446 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,446 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='admpost' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='admpost' )a) 2024-06-21 16:00:39,446 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,446 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: admpost(String), admpost(String) 2024-06-21 16:00:39,446 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,447 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='admpost' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,447 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,447 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: admpost(String), 1(String) 2024-06-21 16:00:39,448 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,448 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,448 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='busipost' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='busipost' )a) 2024-06-21 16:00:39,448 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,448 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: busipost(String), busipost(String) 2024-06-21 16:00:39,449 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,449 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='busipost' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,449 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,450 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: busipost(String), 1(String) 2024-06-21 16:00:39,450 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,450 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,450 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHMODEL' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHMODEL' )a) 2024-06-21 16:00:39,451 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,451 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHMODEL(String), BATCHMODEL(String) 2024-06-21 16:00:39,451 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,451 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHMODEL' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,451 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,452 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHMODEL(String), 1(String) 2024-06-21 16:00:39,452 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,452 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,452 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHSTARTTIME' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHSTARTTIME' )a) 2024-06-21 16:00:39,453 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,453 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHSTARTTIME(String), BATCHSTARTTIME(String) 2024-06-21 16:00:39,453 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,453 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHSTARTTIME' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,454 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,454 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHSTARTTIME(String), 1(String) 2024-06-21 16:00:39,454 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,454 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,454 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHDBLINKCONDS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHDBLINKCONDS' )a) 2024-06-21 16:00:39,455 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,455 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHDBLINKCONDS(String), BATCHDBLINKCONDS(String) 2024-06-21 16:00:39,455 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,455 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHDBLINKCONDS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,456 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,456 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHDBLINKCONDS(String), 1(String) 2024-06-21 16:00:39,456 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,456 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,456 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='CLEARRULE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='CLEARRULE' )a) 2024-06-21 16:00:39,457 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,457 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: CLEARRULE(String), CLEARRULE(String) 2024-06-21 16:00:39,457 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,457 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='CLEARRULE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,458 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,458 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: CLEARRULE(String), 1(String) 2024-06-21 16:00:39,458 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:00:39,458 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,458 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='INITPASSWORD' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='INITPASSWORD' )a) 2024-06-21 16:00:39,459 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,459 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: INITPASSWORD(String), INITPASSWORD(String) 2024-06-21 16:00:39,459 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,460 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='INITPASSWORD' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,460 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,460 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: INITPASSWORD(String), 1(String) 2024-06-21 16:00:39,460 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,461 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,461 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='LOGTWICE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='LOGTWICE' )a) 2024-06-21 16:00:39,461 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,461 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: LOGTWICE(String), LOGTWICE(String) 2024-06-21 16:00:39,462 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,462 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='LOGTWICE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,462 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,462 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: LOGTWICE(String), 1(String) 2024-06-21 16:00:39,463 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,463 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,463 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BUSDICT' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BUSDICT' )a) 2024-06-21 16:00:39,463 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,463 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BUSDICT(String), BUSDICT(String) 2024-06-21 16:00:39,463 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,463 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BUSDICT' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,464 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,464 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BUSDICT(String), 1(String) 2024-06-21 16:00:39,464 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,464 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,464 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_result' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_result' )a) 2024-06-21 16:00:39,464 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,465 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_result(String), prod_result(String) 2024-06-21 16:00:39,465 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,465 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_result' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,465 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,465 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_result(String), 1(String) 2024-06-21 16:00:39,467 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 6 2024-06-21 16:00:39,467 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,467 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BUSSMOUDLE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BUSSMOUDLE' )a) 2024-06-21 16:00:39,467 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,467 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BUSSMOUDLE(String), BUSSMOUDLE(String) 2024-06-21 16:00:39,468 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,468 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BUSSMOUDLE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,468 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,468 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BUSSMOUDLE(String), 1(String) 2024-06-21 16:00:39,469 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,469 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,469 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PWEASYLIB' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PWEASYLIB' )a) 2024-06-21 16:00:39,469 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,470 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PWEASYLIB(String), PWEASYLIB(String) 2024-06-21 16:00:39,470 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,470 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PWEASYLIB' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,471 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,471 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PWEASYLIB(String), 1(String) 2024-06-21 16:00:39,471 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,471 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,472 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='excelCheckType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='excelCheckType' )a) 2024-06-21 16:00:39,472 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,472 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: excelCheckType(String), excelCheckType(String) 2024-06-21 16:00:39,473 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,473 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='excelCheckType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,473 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,473 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: excelCheckType(String), 1(String) 2024-06-21 16:00:39,474 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:00:39,474 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,475 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='isBatchRunRole' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='isBatchRunRole' )a) 2024-06-21 16:00:39,475 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,475 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: isBatchRunRole(String), isBatchRunRole(String) 2024-06-21 16:00:39,475 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,476 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='isBatchRunRole' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,476 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,476 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: isBatchRunRole(String), 1(String) 2024-06-21 16:00:39,476 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,477 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,477 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHOFFSTEPID' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHOFFSTEPID' )a) 2024-06-21 16:00:39,477 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,477 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHOFFSTEPID(String), BATCHOFFSTEPID(String) 2024-06-21 16:00:39,478 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,478 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHOFFSTEPID' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,478 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,478 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHOFFSTEPID(String), 1(String) 2024-06-21 16:00:39,479 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,479 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,479 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='admorg' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='admorg' )a) 2024-06-21 16:00:39,479 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,479 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: admorg(String), admorg(String) 2024-06-21 16:00:39,480 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,480 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='admorg' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,480 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,480 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: admorg(String), 1(String) 2024-06-21 16:00:39,481 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:00:39,481 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,481 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='IMPTEMPTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='IMPTEMPTYPE' )a) 2024-06-21 16:00:39,481 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,482 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: IMPTEMPTYPE(String), IMPTEMPTYPE(String) 2024-06-21 16:00:39,482 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,482 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='IMPTEMPTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,483 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,483 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: IMPTEMPTYPE(String), 1(String) 2024-06-21 16:00:39,483 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,483 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,483 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineOneOpenList' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineOneOpenList' )a) 2024-06-21 16:00:39,484 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,484 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineOneOpenList(String), wfEngineOneOpenList(String) 2024-06-21 16:00:39,484 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,484 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineOneOpenList' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,485 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,485 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineOneOpenList(String), 1(String) 2024-06-21 16:00:39,485 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,485 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,485 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHSTARTMODE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHSTARTMODE' )a) 2024-06-21 16:00:39,486 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,486 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHSTARTMODE(String), BATCHSTARTMODE(String) 2024-06-21 16:00:39,487 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,487 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHSTARTMODE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,487 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,488 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHSTARTMODE(String), 1(String) 2024-06-21 16:00:39,489 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,489 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,489 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHIMPLCYCLE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHIMPLCYCLE' )a) 2024-06-21 16:00:39,490 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,490 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHIMPLCYCLE(String), BATCHIMPLCYCLE(String) 2024-06-21 16:00:39,491 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,491 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHIMPLCYCLE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,491 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,491 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHIMPLCYCLE(String), 1(String) 2024-06-21 16:00:39,492 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 11 2024-06-21 16:00:39,493 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,493 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHLOGRETAIN' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHLOGRETAIN' )a) 2024-06-21 16:00:39,493 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,493 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHLOGRETAIN(String), BATCHLOGRETAIN(String) 2024-06-21 16:00:39,494 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,494 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHLOGRETAIN' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,495 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,495 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHLOGRETAIN(String), 1(String) 2024-06-21 16:00:39,495 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,496 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,496 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHSQLTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHSQLTYPE' )a) 2024-06-21 16:00:39,496 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,496 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHSQLTYPE(String), BATCHSQLTYPE(String) 2024-06-21 16:00:39,497 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,497 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHSQLTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,497 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,497 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHSQLTYPE(String), 1(String) 2024-06-21 16:00:39,498 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:00:39,498 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,498 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='DEPTTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='DEPTTYPE' )a) 2024-06-21 16:00:39,499 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,499 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: DEPTTYPE(String), DEPTTYPE(String) 2024-06-21 16:00:39,499 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,499 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='DEPTTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,500 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,500 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: DEPTTYPE(String), 1(String) 2024-06-21 16:00:39,500 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,501 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,501 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKDATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKDATE' )a) 2024-06-21 16:00:39,501 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,501 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKDATE(String), WORKDATE(String) 2024-06-21 16:00:39,501 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,502 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKDATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,502 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,502 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKDATE(String), 1(String) 2024-06-21 16:00:39,502 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,502 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,502 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='YESORNO' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='YESORNO' )a) 2024-06-21 16:00:39,503 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,503 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: YESORNO(String), YESORNO(String) 2024-06-21 16:00:39,503 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,503 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='YESORNO' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,504 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,504 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: YESORNO(String), 1(String) 2024-06-21 16:00:39,504 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:00:39,504 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,505 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_visiblerange' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_visiblerange' )a) 2024-06-21 16:00:39,505 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,505 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_visiblerange(String), prod_visiblerange(String) 2024-06-21 16:00:39,505 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,506 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_visiblerange' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,506 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,506 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_visiblerange(String), 1(String) 2024-06-21 16:00:39,507 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:00:39,508 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,508 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_importmode' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_importmode' )a) 2024-06-21 16:00:39,508 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,508 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_importmode(String), prod_importmode(String) 2024-06-21 16:00:39,509 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,510 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_importmode' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,510 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,511 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_importmode(String), 1(String) 2024-06-21 16:00:39,512 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:00:39,512 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,513 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rfEngine11' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rfEngine11' )a) 2024-06-21 16:00:39,513 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,513 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rfEngine11(String), rfEngine11(String) 2024-06-21 16:00:39,514 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,515 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rfEngine11' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,515 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,516 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rfEngine11(String), 1(String) 2024-06-21 16:00:39,516 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,517 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,517 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_type' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_type' )a) 2024-06-21 16:00:39,517 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,517 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_type(String), prod_type(String) 2024-06-21 16:00:39,518 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,518 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_type' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,519 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,519 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_type(String), 1(String) 2024-06-21 16:00:39,520 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 24 2024-06-21 16:00:39,521 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,521 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='usecache' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='usecache' )a) 2024-06-21 16:00:39,521 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,521 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: usecache(String), usecache(String) 2024-06-21 16:00:39,522 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,522 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='usecache' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,522 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,522 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: usecache(String), 1(String) 2024-06-21 16:00:39,523 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,523 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,523 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='sqlExecuteType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='sqlExecuteType' )a) 2024-06-21 16:00:39,524 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,524 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: sqlExecuteType(String), sqlExecuteType(String) 2024-06-21 16:00:39,525 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,525 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='sqlExecuteType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,525 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,525 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: sqlExecuteType(String), 1(String) 2024-06-21 16:00:39,526 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:00:39,527 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,527 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='compareRdp' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='compareRdp' )a) 2024-06-21 16:00:39,527 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,527 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: compareRdp(String), compareRdp(String) 2024-06-21 16:00:39,527 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,528 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='compareRdp' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,528 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,528 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: compareRdp(String), 1(String) 2024-06-21 16:00:39,529 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 8 2024-06-21 16:00:39,529 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,529 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='dgBtnTxtHidden' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='dgBtnTxtHidden' )a) 2024-06-21 16:00:39,529 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,530 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: dgBtnTxtHidden(String), dgBtnTxtHidden(String) 2024-06-21 16:00:39,530 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,530 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='dgBtnTxtHidden' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,530 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,530 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: dgBtnTxtHidden(String), 1(String) 2024-06-21 16:00:39,531 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,531 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,531 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='OPERATORMENU' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='OPERATORMENU' )a) 2024-06-21 16:00:39,532 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,532 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: OPERATORMENU(String), OPERATORMENU(String) 2024-06-21 16:00:39,533 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,533 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='OPERATORMENU' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,534 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,534 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: OPERATORMENU(String), 1(String) 2024-06-21 16:00:39,535 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,535 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,536 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='certtype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='certtype' )a) 2024-06-21 16:00:39,536 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,536 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: certtype(String), certtype(String) 2024-06-21 16:00:39,536 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,537 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='certtype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,537 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,537 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: certtype(String), 1(String) 2024-06-21 16:00:39,538 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:00:39,538 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,538 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineSendMessage' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineSendMessage' )a) 2024-06-21 16:00:39,538 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,539 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineSendMessage(String), wfEngineSendMessage(String) 2024-06-21 16:00:39,539 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,540 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineSendMessage' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,540 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,541 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineSendMessage(String), 1(String) 2024-06-21 16:00:39,542 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,542 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,542 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='ATTACHPATH' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='ATTACHPATH' )a) 2024-06-21 16:00:39,543 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,543 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: ATTACHPATH(String), ATTACHPATH(String) 2024-06-21 16:00:39,544 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,544 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='ATTACHPATH' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,544 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,544 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: ATTACHPATH(String), 1(String) 2024-06-21 16:00:39,545 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,545 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,546 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='ATTACHFUNCTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='ATTACHFUNCTYPE' )a) 2024-06-21 16:00:39,546 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,546 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: ATTACHFUNCTYPE(String), ATTACHFUNCTYPE(String) 2024-06-21 16:00:39,547 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,547 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='ATTACHFUNCTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,547 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,548 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: ATTACHFUNCTYPE(String), 1(String) 2024-06-21 16:00:39,548 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:00:39,549 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,549 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHRUNTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHRUNTYPE' )a) 2024-06-21 16:00:39,549 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,549 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHRUNTYPE(String), BATCHRUNTYPE(String) 2024-06-21 16:00:39,553 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,553 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHRUNTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,554 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,554 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHRUNTYPE(String), 1(String) 2024-06-21 16:00:39,555 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:00:39,555 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,555 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='SYSDICT' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='SYSDICT' )a) 2024-06-21 16:00:39,555 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,555 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: SYSDICT(String), SYSDICT(String) 2024-06-21 16:00:39,556 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,556 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='SYSDICT' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,557 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,557 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: SYSDICT(String), 1(String) 2024-06-21 16:00:39,558 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,558 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,558 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BUSDICTCLASS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BUSDICTCLASS' )a) 2024-06-21 16:00:39,558 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,559 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BUSDICTCLASS(String), BUSDICTCLASS(String) 2024-06-21 16:00:39,559 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,559 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BUSDICTCLASS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,560 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,560 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BUSDICTCLASS(String), 1(String) 2024-06-21 16:00:39,560 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,560 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,561 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='USERPARAMFLAG' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='USERPARAMFLAG' )a) 2024-06-21 16:00:39,561 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,561 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: USERPARAMFLAG(String), USERPARAMFLAG(String) 2024-06-21 16:00:39,561 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,561 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='USERPARAMFLAG' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,562 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,562 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: USERPARAMFLAG(String), 1(String) 2024-06-21 16:00:39,562 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:00:39,562 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,562 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PRODTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PRODTYPE' )a) 2024-06-21 16:00:39,563 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,563 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PRODTYPE(String), PRODTYPE(String) 2024-06-21 16:00:39,563 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,563 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PRODTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,563 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,563 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PRODTYPE(String), 1(String) 2024-06-21 16:00:39,564 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:00:39,564 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,565 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='Businesstype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='Businesstype' )a) 2024-06-21 16:00:39,565 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,565 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: Businesstype(String), Businesstype(String) 2024-06-21 16:00:39,565 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,566 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='Businesstype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,566 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,566 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: Businesstype(String), 1(String) 2024-06-21 16:00:39,566 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:00:39,567 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,567 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='limitinterval' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='limitinterval' )a) 2024-06-21 16:00:39,567 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,567 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: limitinterval(String), limitinterval(String) 2024-06-21 16:00:39,567 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,568 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='limitinterval' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,568 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,568 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: limitinterval(String), 1(String) 2024-06-21 16:00:39,569 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:00:39,569 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,569 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='workType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='workType' )a) 2024-06-21 16:00:39,569 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,569 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: workType(String), workType(String) 2024-06-21 16:00:39,570 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,571 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='workType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,571 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,571 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: workType(String), 1(String) 2024-06-21 16:00:39,572 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:00:39,572 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,572 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='FIELDCLASS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='FIELDCLASS' )a) 2024-06-21 16:00:39,572 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,573 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: FIELDCLASS(String), FIELDCLASS(String) 2024-06-21 16:00:39,574 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,575 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='FIELDCLASS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,575 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,575 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: FIELDCLASS(String), 1(String) 2024-06-21 16:00:39,576 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:00:39,576 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,576 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='roletype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='roletype' )a) 2024-06-21 16:00:39,577 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,577 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: roletype(String), roletype(String) 2024-06-21 16:00:39,577 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,577 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='roletype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,577 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,577 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: roletype(String), 1(String) 2024-06-21 16:00:39,578 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:00:39,578 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,578 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='isBatchRun' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='isBatchRun' )a) 2024-06-21 16:00:39,578 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,579 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: isBatchRun(String), isBatchRun(String) 2024-06-21 16:00:39,579 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,579 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='isBatchRun' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,579 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,580 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: isBatchRun(String), 1(String) 2024-06-21 16:00:39,580 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,580 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,580 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='ORGSTATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='ORGSTATE' )a) 2024-06-21 16:00:39,580 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,581 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: ORGSTATE(String), ORGSTATE(String) 2024-06-21 16:00:39,581 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,581 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='ORGSTATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,582 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,582 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: ORGSTATE(String), 1(String) 2024-06-21 16:00:39,582 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,582 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,583 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wf_managestate' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wf_managestate' )a) 2024-06-21 16:00:39,583 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,583 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wf_managestate(String), wf_managestate(String) 2024-06-21 16:00:39,583 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,584 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wf_managestate' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,584 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,584 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wf_managestate(String), 1(String) 2024-06-21 16:00:39,584 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:00:39,584 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,585 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineFont' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineFont' )a) 2024-06-21 16:00:39,585 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,585 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineFont(String), wfEngineFont(String) 2024-06-21 16:00:39,585 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,585 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineFont' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,585 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,585 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineFont(String), 1(String) 2024-06-21 16:00:39,587 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,587 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,587 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHMAXTHREAD' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHMAXTHREAD' )a) 2024-06-21 16:00:39,587 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,587 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHMAXTHREAD(String), BATCHMAXTHREAD(String) 2024-06-21 16:00:39,588 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,588 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHMAXTHREAD' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,588 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,588 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHMAXTHREAD(String), 1(String) 2024-06-21 16:00:39,589 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,589 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,589 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='DATATYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='DATATYPE' )a) 2024-06-21 16:00:39,589 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,589 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: DATATYPE(String), DATATYPE(String) 2024-06-21 16:00:39,590 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,590 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='DATATYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,590 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,590 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: DATATYPE(String), 1(String) 2024-06-21 16:00:39,591 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:00:39,591 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,591 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHSTEPSTATUS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHSTEPSTATUS' )a) 2024-06-21 16:00:39,592 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,592 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHSTEPSTATUS(String), BATCHSTEPSTATUS(String) 2024-06-21 16:00:39,592 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,593 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHSTEPSTATUS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,593 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,593 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHSTEPSTATUS(String), 1(String) 2024-06-21 16:00:39,594 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 7 2024-06-21 16:00:39,594 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,595 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHWHOLESTATUS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHWHOLESTATUS' )a) 2024-06-21 16:00:39,596 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,596 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHWHOLESTATUS(String), BATCHWHOLESTATUS(String) 2024-06-21 16:00:39,597 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,597 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHWHOLESTATUS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,597 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,597 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHWHOLESTATUS(String), 1(String) 2024-06-21 16:00:39,598 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:00:39,598 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,598 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PUBLISHTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PUBLISHTYPE' )a) 2024-06-21 16:00:39,598 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,599 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PUBLISHTYPE(String), PUBLISHTYPE(String) 2024-06-21 16:00:39,600 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,600 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PUBLISHTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,600 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,600 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PUBLISHTYPE(String), 1(String) 2024-06-21 16:00:39,601 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:00:39,602 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,602 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='SQLLOGTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='SQLLOGTYPE' )a) 2024-06-21 16:00:39,602 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,602 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: SQLLOGTYPE(String), SQLLOGTYPE(String) 2024-06-21 16:00:39,603 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,603 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='SQLLOGTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,604 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,604 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: SQLLOGTYPE(String), 1(String) 2024-06-21 16:00:39,604 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 6 2024-06-21 16:00:39,605 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,605 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='TOPORGTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='TOPORGTYPE' )a) 2024-06-21 16:00:39,605 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,605 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: TOPORGTYPE(String), TOPORGTYPE(String) 2024-06-21 16:00:39,606 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,606 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='TOPORGTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,606 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,606 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: TOPORGTYPE(String), 1(String) 2024-06-21 16:00:39,607 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,607 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,607 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_paramtype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_paramtype' )a) 2024-06-21 16:00:39,608 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,608 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_paramtype(String), prod_paramtype(String) 2024-06-21 16:00:39,608 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,609 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_paramtype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,609 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,609 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_paramtype(String), 1(String) 2024-06-21 16:00:39,609 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:00:39,610 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,610 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rf_testbusitype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rf_testbusitype' )a) 2024-06-21 16:00:39,610 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,610 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rf_testbusitype(String), rf_testbusitype(String) 2024-06-21 16:00:39,610 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,611 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rf_testbusitype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,611 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,611 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rf_testbusitype(String), 1(String) 2024-06-21 16:00:39,611 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:00:39,612 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,612 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='VAR' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='VAR' )a) 2024-06-21 16:00:39,612 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,612 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: VAR(String), VAR(String) 2024-06-21 16:00:39,612 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,613 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='VAR' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,613 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,613 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: VAR(String), 1(String) 2024-06-21 16:00:39,613 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:00:39,614 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,614 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='Testdatatype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='Testdatatype' )a) 2024-06-21 16:00:39,614 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,614 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: Testdatatype(String), Testdatatype(String) 2024-06-21 16:00:39,615 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,615 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='Testdatatype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,615 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,615 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: Testdatatype(String), 1(String) 2024-06-21 16:00:39,616 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:00:39,616 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,616 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='dictype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='dictype' )a) 2024-06-21 16:00:39,616 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,616 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: dictype(String), dictype(String) 2024-06-21 16:00:39,616 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,617 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='dictype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,617 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,617 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: dictype(String), 1(String) 2024-06-21 16:00:39,617 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:00:39,618 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,618 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='MSGSENDWAY' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='MSGSENDWAY' )a) 2024-06-21 16:00:39,618 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,618 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: MSGSENDWAY(String), MSGSENDWAY(String) 2024-06-21 16:00:39,618 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,618 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='MSGSENDWAY' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,619 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,619 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: MSGSENDWAY(String), 1(String) 2024-06-21 16:00:39,619 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:00:39,619 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,619 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PASSWORDSTRENGTH' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PASSWORDSTRENGTH' )a) 2024-06-21 16:00:39,620 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,620 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PASSWORDSTRENGTH(String), PASSWORDSTRENGTH(String) 2024-06-21 16:00:39,620 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,620 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PASSWORDSTRENGTH' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,621 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,621 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PASSWORDSTRENGTH(String), 1(String) 2024-06-21 16:00:39,622 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 9 2024-06-21 16:00:39,622 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,622 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKTIME' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKTIME' )a) 2024-06-21 16:00:39,623 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,623 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKTIME(String), WORKTIME(String) 2024-06-21 16:00:39,623 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,624 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKTIME' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,624 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,624 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKTIME(String), 1(String) 2024-06-21 16:00:39,624 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,625 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,625 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='TASKLISTSTATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='TASKLISTSTATE' )a) 2024-06-21 16:00:39,625 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,625 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: TASKLISTSTATE(String), TASKLISTSTATE(String) 2024-06-21 16:00:39,625 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,625 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='TASKLISTSTATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,626 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,626 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: TASKLISTSTATE(String), 1(String) 2024-06-21 16:00:39,627 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:00:39,627 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,627 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='workflow_paramtype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='workflow_paramtype' )a) 2024-06-21 16:00:39,627 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,627 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: workflow_paramtype(String), workflow_paramtype(String) 2024-06-21 16:00:39,628 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,628 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='workflow_paramtype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,628 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,628 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: workflow_paramtype(String), 1(String) 2024-06-21 16:00:39,628 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:00:39,629 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,629 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='IMPZIPCHARSET' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='IMPZIPCHARSET' )a) 2024-06-21 16:00:39,629 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,629 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: IMPZIPCHARSET(String), IMPZIPCHARSET(String) 2024-06-21 16:00:39,630 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,630 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='IMPZIPCHARSET' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,630 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,630 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: IMPZIPCHARSET(String), 1(String) 2024-06-21 16:00:39,630 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,631 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,631 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='datatype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='datatype' )a) 2024-06-21 16:00:39,631 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,631 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: datatype(String), datatype(String) 2024-06-21 16:00:39,631 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,631 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='datatype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,632 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,632 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: datatype(String), 1(String) 2024-06-21 16:00:39,632 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:00:39,632 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,632 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='SYSDICTCLASS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='SYSDICTCLASS' )a) 2024-06-21 16:00:39,632 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,632 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: SYSDICTCLASS(String), SYSDICTCLASS(String) 2024-06-21 16:00:39,633 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,633 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='SYSDICTCLASS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,633 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,633 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: SYSDICTCLASS(String), 1(String) 2024-06-21 16:00:39,633 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 7 2024-06-21 16:00:39,634 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,634 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='usePageOffice' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='usePageOffice' )a) 2024-06-21 16:00:39,634 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,634 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: usePageOffice(String), usePageOffice(String) 2024-06-21 16:00:39,635 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,635 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='usePageOffice' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,635 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,635 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: usePageOffice(String), 1(String) 2024-06-21 16:00:39,636 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,636 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,637 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wonPrintWord' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wonPrintWord' )a) 2024-06-21 16:00:39,637 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,637 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wonPrintWord(String), wonPrintWord(String) 2024-06-21 16:00:39,639 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,639 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wonPrintWord' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,640 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,640 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wonPrintWord(String), 1(String) 2024-06-21 16:00:39,641 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,641 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,641 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='IMPTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='IMPTYPE' )a) 2024-06-21 16:00:39,641 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,642 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: IMPTYPE(String), IMPTYPE(String) 2024-06-21 16:00:39,642 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,643 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='IMPTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,643 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,643 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: IMPTYPE(String), 1(String) 2024-06-21 16:00:39,644 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,644 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,644 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='ORGTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='ORGTYPE' )a) 2024-06-21 16:00:39,644 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,644 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: ORGTYPE(String), ORGTYPE(String) 2024-06-21 16:00:39,645 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,645 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='ORGTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,646 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,646 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: ORGTYPE(String), 1(String) 2024-06-21 16:00:39,646 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:00:39,647 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,647 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='USERSTATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='USERSTATE' )a) 2024-06-21 16:00:39,647 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,647 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: USERSTATE(String), USERSTATE(String) 2024-06-21 16:00:39,648 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,648 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='USERSTATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,648 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,649 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: USERSTATE(String), 1(String) 2024-06-21 16:00:39,649 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:00:39,649 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,650 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_teststate' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_teststate' )a) 2024-06-21 16:00:39,650 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,650 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_teststate(String), prod_teststate(String) 2024-06-21 16:00:39,650 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,650 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_teststate' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,651 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,651 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_teststate(String), 1(String) 2024-06-21 16:00:39,651 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:00:39,651 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,652 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rf_paramtype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rf_paramtype' )a) 2024-06-21 16:00:39,652 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,652 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rf_paramtype(String), rf_paramtype(String) 2024-06-21 16:00:39,652 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,652 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rf_paramtype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,653 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,653 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rf_paramtype(String), 1(String) 2024-06-21 16:00:39,653 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:00:39,653 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,653 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='partypost' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='partypost' )a) 2024-06-21 16:00:39,654 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,654 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: partypost(String), partypost(String) 2024-06-21 16:00:39,654 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,654 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='partypost' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,655 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,655 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: partypost(String), 1(String) 2024-06-21 16:00:39,655 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,655 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,656 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='USERLOGINFLAG' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='USERLOGINFLAG' )a) 2024-06-21 16:00:39,656 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,656 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: USERLOGINFLAG(String), USERLOGINFLAG(String) 2024-06-21 16:00:39,656 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,656 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='USERLOGINFLAG' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,657 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,657 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: USERLOGINFLAG(String), 1(String) 2024-06-21 16:00:39,657 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,658 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,658 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKUNITTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKUNITTYPE' )a) 2024-06-21 16:00:39,658 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,658 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKUNITTYPE(String), WORKUNITTYPE(String) 2024-06-21 16:00:39,658 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,658 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKUNITTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,659 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,659 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKUNITTYPE(String), 1(String) 2024-06-21 16:00:39,659 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:00:39,659 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,659 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='CURPOSTDEALTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='CURPOSTDEALTYPE' )a) 2024-06-21 16:00:39,659 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,660 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: CURPOSTDEALTYPE(String), CURPOSTDEALTYPE(String) 2024-06-21 16:00:39,660 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,660 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='CURPOSTDEALTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,660 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,660 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: CURPOSTDEALTYPE(String), 1(String) 2024-06-21 16:00:39,661 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:00:39,661 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,661 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineRetract' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineRetract' )a) 2024-06-21 16:00:39,661 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,661 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineRetract(String), wfEngineRetract(String) 2024-06-21 16:00:39,662 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,662 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineRetract' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,662 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,662 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineRetract(String), 1(String) 2024-06-21 16:00:39,662 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,663 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,663 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineLogicInRole' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineLogicInRole' )a) 2024-06-21 16:00:39,663 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,663 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineLogicInRole(String), wfEngineLogicInRole(String) 2024-06-21 16:00:39,663 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,663 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineLogicInRole' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,664 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,664 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineLogicInRole(String), 1(String) 2024-06-21 16:00:39,664 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,664 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,664 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='operusemode' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='operusemode' )a) 2024-06-21 16:00:39,665 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,665 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: operusemode(String), operusemode(String) 2024-06-21 16:00:39,665 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,665 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='operusemode' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,665 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,666 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: operusemode(String), 1(String) 2024-06-21 16:00:39,666 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:00:39,666 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,666 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='configmode' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='configmode' )a) 2024-06-21 16:00:39,666 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,666 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: configmode(String), configmode(String) 2024-06-21 16:00:39,667 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,667 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='configmode' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,667 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,667 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: configmode(String), 1(String) 2024-06-21 16:00:39,667 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:00:39,668 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,668 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PRODUCTAUDIT' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PRODUCTAUDIT' )a) 2024-06-21 16:00:39,668 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,668 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PRODUCTAUDIT(String), PRODUCTAUDIT(String) 2024-06-21 16:00:39,668 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,668 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PRODUCTAUDIT' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,669 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,669 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PRODUCTAUDIT(String), 1(String) 2024-06-21 16:00:39,669 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,669 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,669 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='fileType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='fileType' )a) 2024-06-21 16:00:39,669 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,670 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: fileType(String), fileType(String) 2024-06-21 16:00:39,670 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,670 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='fileType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,670 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,670 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: fileType(String), 1(String) 2024-06-21 16:00:39,671 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,671 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,671 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='AUTORULE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='AUTORULE' )a) 2024-06-21 16:00:39,671 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,671 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: AUTORULE(String), AUTORULE(String) 2024-06-21 16:00:39,672 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,672 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='AUTORULE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,672 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,672 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: AUTORULE(String), 1(String) 2024-06-21 16:00:39,673 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:00:39,673 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,673 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHWAITSECONDS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHWAITSECONDS' )a) 2024-06-21 16:00:39,674 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,674 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHWAITSECONDS(String), BATCHWAITSECONDS(String) 2024-06-21 16:00:39,674 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,674 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHWAITSECONDS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,674 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,674 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHWAITSECONDS(String), 1(String) 2024-06-21 16:00:39,675 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:00:39,675 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,675 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='region' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='region' )a) 2024-06-21 16:00:39,675 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,675 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: region(String), region(String) 2024-06-21 16:00:39,676 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,676 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='region' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,676 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,676 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: region(String), 1(String) 2024-06-21 16:00:39,677 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 11 2024-06-21 16:00:39,677 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,677 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rfEngine07' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rfEngine07' )a) 2024-06-21 16:00:39,677 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,677 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rfEngine07(String), rfEngine07(String) 2024-06-21 16:00:39,678 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,678 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rfEngine07' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,678 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,679 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rfEngine07(String), 1(String) 2024-06-21 16:00:39,679 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 6 2024-06-21 16:00:39,679 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,679 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rfEngine11_example' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rfEngine11_example' )a) 2024-06-21 16:00:39,679 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,680 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rfEngine11_example(String), rfEngine11_example(String) 2024-06-21 16:00:39,680 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,680 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rfEngine11_example' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,681 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,681 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rfEngine11_example(String), 1(String) 2024-06-21 16:00:39,681 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:00:39,681 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:00:39,682 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rdpDemoCreateType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rdpDemoCreateType' )a) 2024-06-21 16:00:39,682 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:00:39,682 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rdpDemoCreateType(String), rdpDemoCreateType(String) 2024-06-21 16:00:39,682 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:00:39,682 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rdpDemoCreateType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,682 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:00:39,683 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rdpDemoCreateType(String), 1(String) 2024-06-21 16:00:39,683 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:00:39,683 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounOrgMapper.queryAllNounOrg:select distinct nounitem, orgcode from SYS_NOUNORG 2024-06-21 16:00:39,683 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounOrgMapper.queryAllNounOrg -137 -debug -==> Preparing: select distinct nounitem, orgcode from SYS_NOUNORG 2024-06-21 16:00:39,683 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounOrgMapper.queryAllNounOrg -137 -debug -==> Parameters: 2024-06-21 16:00:39,688 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounOrgMapper.queryAllNounOrg -137 -debug -<== Total: 0 2024-06-21 16:00:39,689 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.batchmanage.mapper.SysBatchWholeRunStateMapper.queryReRunAppBatch:select a.* from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUN b ON b.NOUNITEM='WORKDATE' AND a.BATCHDATE=B.NOUNVALUE AND b.ORGFLAG!='1' where a.BATCHSTATUS in ('ready','normalRunning', 'errorRunning') and a.runType in ('appHand','appSerial') UNION select a.* from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUNORG b ON a.BATCHDATE=b.NOUNVALUE AND a.HEADORGCODE=b.ORGCODE AND b.NOUNITEM='WORKDATE' INNER JOIN SYS_NOUN c ON c.NOUNITEM='WORKDATE' where a.BATCHSTATUS in ('ready','normalRunning', 'errorRunning') and a.runType in ('appHand','appSerial') AND c.ORGFLAG='1' 2024-06-21 16:00:39,690 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchWholeRunStateMapper.queryReRunAppBatch -137 -debug -==> Preparing: select a.* from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUN b ON b.NOUNITEM='WORKDATE' AND a.BATCHDATE=B.NOUNVALUE AND b.ORGFLAG!='1' where a.BATCHSTATUS in ('ready','normalRunning', 'errorRunning') and a.runType in ('appHand','appSerial') UNION select a.* from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUNORG b ON a.BATCHDATE=b.NOUNVALUE AND a.HEADORGCODE=b.ORGCODE AND b.NOUNITEM='WORKDATE' INNER JOIN SYS_NOUN c ON c.NOUNITEM='WORKDATE' where a.BATCHSTATUS in ('ready','normalRunning', 'errorRunning') and a.runType in ('appHand','appSerial') AND c.ORGFLAG='1' 2024-06-21 16:00:39,690 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchWholeRunStateMapper.queryReRunAppBatch -137 -debug -==> Parameters: 2024-06-21 16:00:39,697 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchWholeRunStateMapper.queryReRunAppBatch -137 -debug -<== Total: 0 2024-06-21 16:00:39,698 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.batchmanage.mapper.SysBatchInfoMapper.queryRunAndWaitAutoBatch:select batchid,autoinittm,headorgcode from ( select batchid,autoinittm,headorgcode,9 as lsh from sys_batchinfo a where a.AUTOINITTM is not null union select batchid,NULL as autoinittm,headorgcode,case when BATCHSTATUS in ('errorRunning','normalRunning') then 0 else 1 end as lsh from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUN b ON b.NOUNITEM='WORKDATE' AND a.BATCHDATE=B.NOUNVALUE AND b.ORGFLAG!='1' where a.BATCHSTATUS in ('errorRunning','normalRunning','ready') and a.runtype = 'appAuto' UNION select batchid,NULL as autoinittm,headorgcode,case when BATCHSTATUS in ('errorRunning','normalRunning') then 0 else 1 end as lsh from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUNORG b ON a.BATCHDATE=b.NOUNVALUE AND a.HEADORGCODE=b.ORGCODE AND b.NOUNITEM='WORKDATE' INNER JOIN SYS_NOUN c ON c.NOUNITEM='WORKDATE' where a.BATCHSTATUS in ('errorRunning','normalRunning','ready') and a.runtype = 'appAuto' AND c.ORGFLAG='1' ) t order by lsh 2024-06-21 16:00:39,698 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchInfoMapper.queryRunAndWaitAutoBatch -137 -debug -==> Preparing: select batchid,autoinittm,headorgcode from ( select batchid,autoinittm,headorgcode,9 as lsh from sys_batchinfo a where a.AUTOINITTM is not null union select batchid,NULL as autoinittm,headorgcode,case when BATCHSTATUS in ('errorRunning','normalRunning') then 0 else 1 end as lsh from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUN b ON b.NOUNITEM='WORKDATE' AND a.BATCHDATE=B.NOUNVALUE AND b.ORGFLAG!='1' where a.BATCHSTATUS in ('errorRunning','normalRunning','ready') and a.runtype = 'appAuto' UNION select batchid,NULL as autoinittm,headorgcode,case when BATCHSTATUS in ('errorRunning','normalRunning') then 0 else 1 end as lsh from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUNORG b ON a.BATCHDATE=b.NOUNVALUE AND a.HEADORGCODE=b.ORGCODE AND b.NOUNITEM='WORKDATE' INNER JOIN SYS_NOUN c ON c.NOUNITEM='WORKDATE' where a.BATCHSTATUS in ('errorRunning','normalRunning','ready') and a.runtype = 'appAuto' AND c.ORGFLAG='1' ) t order by lsh 2024-06-21 16:00:39,698 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchInfoMapper.queryRunAndWaitAutoBatch -137 -debug -==> Parameters: 2024-06-21 16:00:39,706 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchInfoMapper.queryRunAndWaitAutoBatch -137 -debug -<== Total: 0 2024-06-21 16:00:39,707 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getAllButtonFun:select buttonid as id, funccode as parentid, BUTTONNAME as text, buttonurl as attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_FUNCBUTTON where buttonurl is not null and buttonurl != '' 2024-06-21 16:00:39,707 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getAllButtonFun -137 -debug -==> Preparing: select buttonid as id, funccode as parentid, BUTTONNAME as text, buttonurl as attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_FUNCBUTTON where buttonurl is not null and buttonurl != '' 2024-06-21 16:00:39,708 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getAllButtonFun -137 -debug -==> Parameters: 2024-06-21 16:00:39,710 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getAllButtonFun -137 -debug -<== Total: 0 2024-06-21 16:00:39,711 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree:select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:00:39,711 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Preparing: select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:00:39,711 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Parameters: 2024-06-21 16:00:39,716 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -<== Total: 57 2024-06-21 16:01:59,133 [ http-nio-8080-exec-1] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] -173 -log -Initializing Spring DispatcherServlet 'dispatcherServlet' 2024-06-21 16:01:59,134 [ http-nio-8080-exec-1] INFO org.springframework.web.servlet.DispatcherServlet -532 -initServletBean -Initializing Servlet 'dispatcherServlet' 2024-06-21 16:01:59,137 [ http-nio-8080-exec-1] INFO org.springframework.web.servlet.DispatcherServlet -554 -initServletBean -Completed initialization in 3 ms 2024-06-21 16:01:59,158 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/welcome 2024-06-21 16:01:59,159 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:01:59,159 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/welcome 2024-06-21 16:01:59,159 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:01:59,173 [ http-nio-8080-exec-1] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 32KB buffer from chunk 0 &10452992 2024-06-21 16:01:59,174 [ http-nio-8080-exec-1] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.OffHeapStorageArea -438 -expandData -Data area expanded from 32KB to 64KB [occupation=0.0] 2024-06-21 16:01:59,250 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree:select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:01:59,251 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Preparing: select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:01:59,252 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Parameters: 2024-06-21 16:01:59,254 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -<== Total: 57 2024-06-21 16:01:59,895 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login?redirect=/ 2024-06-21 16:01:59,895 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:01:59,896 [ http-nio-8080-exec-2] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 32KB buffer from chunk 0 &10420224 2024-06-21 16:01:59,897 [ http-nio-8080-exec-2] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.OffHeapStorageArea -438 -expandData -Data area expanded from 32KB to 64KB [occupation=0.0] 2024-06-21 16:01:59,908 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdConvertEncryption":"SM4","showVerifyCode":false},"success":true} 2024-06-21 16:02:07,911 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login?redirect=/ 2024-06-21 16:02:07,912 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:02:07,921 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(63,'admin','2024-06-21 16:02:07:915',1718956927919,'/doLogin','{"username":["admin"],"password":["***"]}','用户登录',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:02:09,007 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:02:09,008 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:02:09,009 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:02:09,022 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:02:09,032 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin:select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname='admin' and a.psw='667C756CF9334E328A56E44E906245C8E214C655A160F18FDB84D79C209C49CF' and rownum=1 2024-06-21 16:02:09,035 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Preparing: select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname=? and a.psw=? and rownum=1 2024-06-21 16:02:09,036 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Parameters: admin(String), 667C756CF9334E328A56E44E906245C8E214C655A160F18FDB84D79C209C49CF(String) 2024-06-21 16:02:09,048 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -<== Total: 1 2024-06-21 16:02:09,049 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole:select roleid from SYS_USER_ROLE where account='admin' 2024-06-21 16:02:09,050 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Preparing: select roleid from SYS_USER_ROLE where account=? 2024-06-21 16:02:09,050 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Parameters: admin(String) 2024-06-21 16:02:09,053 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -<== Total: 1 2024-06-21 16:02:09,056 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg:SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG='000000' AND org.ORGTYPE='1headoffice' AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:02:09,057 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Preparing: SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG=? AND org.ORGTYPE=? AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:02:09,057 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Parameters: 000000(String), 1headoffice(String) 2024-06-21 16:02:09,063 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -<== Total: 0 2024-06-21 16:02:09,063 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doModify:update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:02:09,064 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Preparing: update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:02:09,065 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Parameters: 2024-06-21 16:02:09,066 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -<== Updates: 1 2024-06-21 16:02:09,074 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.updateNotEmptyByloginname:update sys_user set logOn='1' where loginname='admin' 2024-06-21 16:02:09,075 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.updateNotEmptyByloginname -137 -debug -==> Preparing: update sys_user set logOn=? where loginname=? 2024-06-21 16:02:09,076 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.updateNotEmptyByloginname -137 -debug -==> Parameters: 1(String), admin(String) 2024-06-21 16:02:09,078 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.updateNotEmptyByloginname -137 -debug -<== Updates: 1 2024-06-21 16:02:09,086 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:02:09,087 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:02:09,087 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:02:09,089 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:02:09,089 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKDATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKDATE' )a) 2024-06-21 16:02:09,090 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:02:09,090 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKDATE(String), WORKDATE(String) 2024-06-21 16:02:09,091 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:02:09,092 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKDATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:02:09,093 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:02:09,093 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKDATE(String), 1(String) 2024-06-21 16:02:09,095 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:02:09,118 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg:select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname ='admin' and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:02:09,119 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Preparing: select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname =? and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:02:09,119 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Parameters: admin(String) 2024-06-21 16:02:09,125 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -<== Total: 1 2024-06-21 16:02:09,128 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:02:09,128 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:02:09,128 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:02:09,131 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:02:09,138 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdStat":"chgPwdDlg","orgList":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":null,"attribute":null,"children":null}]},"success":true} 2024-06-21 16:02:09,225 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.update:update sys_logs set execTime='2024-06-21 16:02:09:216', duration=1718956929223-duration, result='登录成功', state='1' where threadID=63 and state=' ' and execTime=( select execTime from ( select max(execTime) as execTime from sys_logs where threadID=63 and state=' ' )a ) 2024-06-21 16:02:15,816 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login?redirect=/ 2024-06-21 16:02:15,817 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:02:15,820 [ http-nio-8080-exec-5] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 32KB buffer from chunk 0 &10387456 2024-06-21 16:02:15,821 [ http-nio-8080-exec-5] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.OffHeapStorageArea -438 -expandData -Data area expanded from 32KB to 64KB [occupation=0.0] 2024-06-21 16:02:15,826 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(64,'admin','2024-06-21 16:02:15:823',1718956935825,'/admin/userselfmanage/modifyPwd','{}','用户修改密码',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:02:15,834 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryOne:select account,psw,cnname,email,orgcode,loginname, (select orgname from sys_organization a where a.orgcode=sys_user.orgcode) as orgname, mobile,tel,userState,logOn,creattime,modifypwdate,certtype,certno,tellerid,admpost, partypost,busipost,admorg from sys_user where account = 'admin' 2024-06-21 16:02:15,835 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryOne -137 -debug -==> Preparing: select account,psw,cnname,email,orgcode,loginname, (select orgname from sys_organization a where a.orgcode=sys_user.orgcode) as orgname, mobile,tel,userState,logOn,creattime,modifypwdate,certtype,certno,tellerid,admpost, partypost,busipost,admorg from sys_user where account = ? 2024-06-21 16:02:15,836 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryOne -137 -debug -==> Parameters: admin(String) 2024-06-21 16:02:15,838 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryOne -137 -debug -<== Total: 1 2024-06-21 16:02:15,846 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.queryRecentTime:select max(execTime) from sys_logs where threadID=64 and state=' ' 2024-06-21 16:02:15,848 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.updateByTime:update sys_logs set execTime='2024-06-21 16:02:15:844', duration=1718956935846-duration, result='新密码长度不能少于6个字符!', state='0' where threadID=64 and state=' ' and execTime='2024-06-21 16:02:15:823' 2024-06-21 16:02:15,855 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"success":false,"message":"新密码长度不能少于6个字符!"} 2024-06-21 16:02:26,297 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login?redirect=/ 2024-06-21 16:02:26,297 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:02:26,304 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(66,'admin','2024-06-21 16:02:26:302',1718956946303,'/admin/userselfmanage/modifyPwd','{}','用户修改密码',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:02:26,311 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryOne:select account,psw,cnname,email,orgcode,loginname, (select orgname from sys_organization a where a.orgcode=sys_user.orgcode) as orgname, mobile,tel,userState,logOn,creattime,modifypwdate,certtype,certno,tellerid,admpost, partypost,busipost,admorg from sys_user where account = 'admin' 2024-06-21 16:02:26,311 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryOne -137 -debug -==> Preparing: select account,psw,cnname,email,orgcode,loginname, (select orgname from sys_organization a where a.orgcode=sys_user.orgcode) as orgname, mobile,tel,userState,logOn,creattime,modifypwdate,certtype,certno,tellerid,admpost, partypost,busipost,admorg from sys_user where account = ? 2024-06-21 16:02:26,312 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryOne -137 -debug -==> Parameters: admin(String) 2024-06-21 16:02:26,313 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryOne -137 -debug -<== Total: 1 2024-06-21 16:02:26,317 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.updatepwdByloginname:update sys_user set psw='0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983',modifypwdate='2024-06-21',pwderrorcnt=0 where loginname = 'admin' 2024-06-21 16:02:26,318 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.updatepwdByloginname -137 -debug -==> Preparing: update sys_user set psw=?,modifypwdate=?,pwderrorcnt=0 where loginname = ? 2024-06-21 16:02:26,319 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.updatepwdByloginname -137 -debug -==> Parameters: 0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983(String), 2024-06-21(String), admin(String) 2024-06-21 16:02:26,321 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.updatepwdByloginname -137 -debug -<== Updates: 1 2024-06-21 16:02:29,532 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login?redirect=/ 2024-06-21 16:02:29,533 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:02:29,540 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(65,'admin','2024-06-21 16:02:29:536',1718956949538,'/doLogin','{"username":["admin"],"password":["***"]}','用户登录',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:02:29,548 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:02:29,548 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:02:29,549 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:02:29,549 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:02:29,550 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin:select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname='admin' and a.psw='0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983' and rownum=1 2024-06-21 16:02:29,551 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Preparing: select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname=? and a.psw=? and rownum=1 2024-06-21 16:02:29,552 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Parameters: admin(String), 0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983(String) 2024-06-21 16:02:29,553 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -<== Total: 1 2024-06-21 16:02:29,554 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole:select roleid from SYS_USER_ROLE where account='admin' 2024-06-21 16:02:29,555 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Preparing: select roleid from SYS_USER_ROLE where account=? 2024-06-21 16:02:29,555 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Parameters: admin(String) 2024-06-21 16:02:29,556 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -<== Total: 1 2024-06-21 16:02:29,559 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg:SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG='000000' AND org.ORGTYPE='1headoffice' AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:02:29,560 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Preparing: SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG=? AND org.ORGTYPE=? AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:02:29,561 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Parameters: 000000(String), 1headoffice(String) 2024-06-21 16:02:29,562 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -<== Total: 0 2024-06-21 16:02:29,562 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doModify:update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:02:29,563 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Preparing: update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:02:29,564 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Parameters: 2024-06-21 16:02:29,565 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -<== Updates: 1 2024-06-21 16:02:29,568 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:02:29,568 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:02:29,569 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:02:29,570 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:02:29,570 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKDATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKDATE' )a) 2024-06-21 16:02:29,571 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:02:29,571 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKDATE(String), WORKDATE(String) 2024-06-21 16:02:29,572 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:02:29,573 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKDATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:02:29,573 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:02:29,573 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKDATE(String), 1(String) 2024-06-21 16:02:29,574 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:02:29,577 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg:select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname ='admin' and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:02:29,578 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Preparing: select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname =? and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:02:29,579 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Parameters: admin(String) 2024-06-21 16:02:29,580 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -<== Total: 1 2024-06-21 16:02:29,582 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:02:29,583 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:02:29,583 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:02:29,584 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:02:29,587 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdStat":"okey","orgList":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":null,"attribute":null,"children":null}]},"success":true} 2024-06-21 16:02:29,592 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.update:update sys_logs set execTime='2024-06-21 16:02:29:589', duration=1718956949591-duration, result='登录成功', state='1' where threadID=65 and state=' ' and execTime=( select execTime from ( select max(execTime) as execTime from sys_logs where threadID=65 and state=' ' )a ) 2024-06-21 16:02:29,598 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login?redirect=/ 2024-06-21 16:02:29,598 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:02:29,614 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun:select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account='admin' ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG='000000' ) ) and f1.ORGTYPE >= '0root' order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:02:29,616 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Preparing: select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account=? ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG=? ) ) and f1.ORGTYPE >= ? order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:02:29,616 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Parameters: admin(String), 000000(String), 0root(String) 2024-06-21 16:02:29,664 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -<== Total: 57 2024-06-21 16:02:29,665 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun:select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = 'admin' and t2.AUTHFLAG = '1' group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:02:29,666 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Preparing: select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = ? and t2.AUTHFLAG = ? group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:02:29,667 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Parameters: admin(String), 1(String) 2024-06-21 16:02:29,681 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -<== Total: 0 2024-06-21 16:02:29,689 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton:select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account='admin' group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:02:29,690 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Preparing: select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account=? group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:02:29,691 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Parameters: admin(String) 2024-06-21 16:02:29,705 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -<== Total: 0 2024-06-21 16:02:29,709 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType:select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:02:29,710 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Preparing: select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:02:29,710 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Parameters: 2024-06-21 16:02:29,714 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -<== Total: 0 2024-06-21 16:02:29,716 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne:select nounvalue from SYS_USERPARAM where nounitem='color' and account='admin' 2024-06-21 16:02:29,717 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Preparing: select nounvalue from SYS_USERPARAM where nounitem=? and account=? 2024-06-21 16:02:29,717 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Parameters: color(String), admin(String) 2024-06-21 16:02:29,719 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -<== Total: 0 2024-06-21 16:02:29,735 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"success":true,"message":"","data":{"operAccess":{},"layout":"mix","currentUser":{"account":"admin","userName":"超级管理员","curOrgCode":"000000","curOrgName":"根机构","deptType":null,"orgCode":"000000","orgName":"根机构","orgtype":"0root","headOfficeCode":"000000","roleId":null,"roleList":["sysadmin"],"modifypwdate":"2024-06-21","devaccount":null,"devuserName":null,"logOn":"1","loginname":"admin"},"menuList":[{"key":"0","path":"","name":"系统菜单","icon":null,"children":[{"key":"M100000","path":"","name":"系统管理","icon":null,"children":[{"key":"M100100","path":"auth-mng","name":"用户权限管理","icon":null,"children":[{"key":"M100103","path":"/admin/orgmanage","name":"机构管理","icon":null,"children":null},{"key":"M100106","path":"/admin/usermanage","name":"用户管理","icon":null,"children":null},{"key":"M100102","path":"/admin/rolemanage","name":"角色管理","icon":null,"children":null},{"key":"M100105","path":"/admin/funmanage","name":"菜单管理","icon":null,"children":null},{"key":"M100109","path":"/admin/funorgmanage","name":"机构菜单管理","icon":null,"children":null},{"key":"M100310","path":"idata-mng","name":"数据补录","icon":null,"children":[{"key":"M100311","path":"/admin/excelmanage/impmtype","name":"数据模板定义","icon":null,"children":null},{"key":"M100313","path":"/admin/excelmanage/impandauditp","name":"数据补录及审核","icon":null,"children":null},{"key":"M100312","path":"/admin/excelmanage/importdataQuery","name":"数据补录查询","icon":null,"children":null}]}]},{"key":"M100300","path":"pub-mng","name":"公共机制管理","icon":null,"children":[{"key":"M100118","path":"/admin/innercodemanage","name":"序号管理","icon":null,"children":null},{"key":"M100210","path":"","name":"SQL编辑器","icon":null,"children":[{"key":"M10021004","path":"/admin/sqleditor/dataclassdef","name":"数据分类定义","icon":null,"children":null},{"key":"M10021001","path":"/admin/sqleditor/defOperate","name":"数据操作定义","icon":null,"children":null},{"key":"M10021003","path":"/admin/sqleditor/editorDefine","name":"编辑器定义","icon":null,"children":null},{"key":"M10021002","path":"/admin/sqleditor/variableDefine","name":"编辑器变量","icon":null,"children":null}]},{"key":"M100116","path":"/admin/excelmanage/rpt","name":"报表管理","icon":null,"children":null},{"key":"M100111","path":"/admin/msgmanage/msgmng","name":"信息发布","icon":null,"children":null},{"key":"M100120","path":"/admin/sqllogmanage","name":"数据处理","icon":null,"children":null},{"key":"M100122","path":"/admin/syslogmanage","name":"操作日志查询","icon":null,"children":null},{"key":"M100123","path":"/admin/holidaymanage","name":"节假日管理","icon":null,"children":null},{"key":"M100125","path":"/admin/messgsendmanage/messconfig","name":"消息发送配置","icon":null,"children":null}]},{"key":"M100200","path":"sys-mng","name":"参数字典管理","icon":null,"children":[{"key":"M100107","path":"/admin/nounmanage/PARAM/BUSDICT","name":"业务参数管理","icon":null,"children":null},{"key":"M100108","path":"/admin/nounmanage/PARAM/SYSDICT","name":"系统参数管理","icon":null,"children":null},{"key":"M100110","path":"/admin/nounorg","name":"机构业务参数管理","icon":null,"children":null}]},{"key":"M100600","path":"batch-mng","name":"批次配置管理","icon":null,"children":[{"key":"M100601","path":"/admin/batchmanage/batchcontrol","name":"批次步骤定义","icon":null,"children":null},{"key":"M100602","path":"/admin/batchmanage/batchlog","name":"批次日志查询","icon":null,"children":null},{"key":"M100603","path":"/admin/batchmanage/batchdispatch","name":"批次调度列表","icon":null,"children":null},{"key":"M100605","path":"/admin/batchmanage/batchinfo","name":"批次列表","icon":null,"children":null},{"key":"M100608","path":"/admin/batchmanage/batchgroup","name":"批次任务组","icon":null,"children":null},{"key":"M100606","path":"/admin/batchmanage/batchrunstate","name":"运维监控","icon":null,"children":null},{"key":"M100607","path":"/admin/batchmanage/batchstate","name":"任务信息","icon":null,"children":null}]}]},{"key":"M300000","path":"prod-base","name":"产品配置标准版本管理","icon":null,"children":[{"key":"M300300","path":"rt-dev","name":"开发平台","icon":null,"children":[{"key":"M300301","path":"/product/rdp/functionInfoManage","name":"功能","icon":null,"children":null},{"key":"M300302","path":"/product/rdp/logicsInfoManage","name":"逻辑组","icon":null,"children":null},{"key":"M300303","path":"/product/rdp/logicInfoManage","name":"单逻辑","icon":null,"children":null},{"key":"M300305","path":"/product/rdp/fastDemo","name":"快速原型","icon":null,"children":null},{"key":"M300306","path":"/product/rdp/v2tov3","name":"功能升级","icon":null,"children":null}]},{"key":"M300200","path":"/product/prodBase/initQueryImport","name":"导入情况查询","icon":null,"children":null}]},{"key":"M700000","path":"rf-eng","name":"规则引擎","icon":null,"children":[{"key":"M700300","path":"/product/prodBase/ruleflow","name":"规则管理","icon":null,"children":null},{"key":"M700100","path":"/rfEngine/rfAnalyse/init","name":"规则解析查询","icon":null,"children":null},{"key":"M700200","path":"/rfEngine/rfAnalyse/initTestRt","name":"规则测试信息结果查询","icon":null,"children":null},{"key":"M700400","path":"/rfEngine/rfDefine/toRuleNodeRelaList","name":"构件参数配置","icon":null,"children":null},{"key":"M700500","path":"/rfEngine/rfUpgrade","name":"规则升级","icon":null,"children":null}]},{"key":"M100500","path":"flow-eng","name":"流程引擎","icon":null,"children":[{"key":"M100501","path":"/wfEngine/bsmBusinessFlow","name":"流程定义","icon":null,"children":null},{"key":"M100502","path":"/wfEngine/moreTaskList","name":"任务列表","icon":null,"children":null},{"key":"M100503","path":"/wfEngine/wfsWorkFlowManage","name":"流程管理","icon":null,"children":null},{"key":"M100504","path":"/wfEngine/bsmBusinessUnit","name":"业务单元","icon":null,"children":null},{"key":"M100505","path":"/wfEngine/wfUpgrade","name":"旧流程升级","icon":null,"children":null}]}]}],"orgDict":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":"ROOT","attribute":null,"children":null}],"workDate":"2015-07-09","color":null,"roleType":null}} 2024-06-21 16:02:41,217 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/functionInfoManage 2024-06-21 16:02:41,217 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/functionInfoManage 2024-06-21 16:02:41,217 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:02:41,217 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:02:41,225 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(68,'admin','2024-06-21 16:02:41:222',1718956961224,'/admin/nounmanage/getSltNounTree','{}','页面获取下拉框格式的树形字典',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:02:41,236 [ http-nio-8080-exec-10] DEBUG com.sundata.common.interceptor.AuthInterceptor -49 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:02:41,237 [ http-nio-8080-exec-10] DEBUG com.sundata.common.interceptor.SysLogInterceptor -42 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:02:41,238 [ http-nio-8080-exec-10] DEBUG com.sundata.common.interceptor.BatchInterceptor -31 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:02:41,240 [ http-nio-8080-exec-10] DEBUG com.sundata.common.interceptor.SysLogInterceptor -75 -postHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:02:41,264 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/functionInfoManage 2024-06-21 16:02:41,264 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:02:41,267 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.AuthInterceptor -49 -preHandle -Handler of request[/product/prodBase/getDataList] isn't a method handler. 2024-06-21 16:02:41,268 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.SysLogInterceptor -42 -preHandle -Handler of request[/product/prodBase/getDataList] isn't a method handler. 2024-06-21 16:02:41,269 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.BatchInterceptor -31 -preHandle -Handler of request[/product/prodBase/getDataList] isn't a method handler. 2024-06-21 16:02:41,271 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.SysLogInterceptor -75 -postHandle -Handler of request[/product/prodBase/getDataList] isn't a method handler. 2024-06-21 16:03:06,362 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/admin/orgmanage 2024-06-21 16:03:06,362 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/admin/orgmanage 2024-06-21 16:03:06,362 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/admin/orgmanage 2024-06-21 16:03:06,363 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:03:06,363 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:03:06,363 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:03:06,369 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(60,'admin','2024-06-21 16:03:06:367',1718956986368,'/admin/nounmanage/getSltNounTree','{}','页面获取下拉框格式的树形字典',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:03:06,369 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(63,'admin','2024-06-21 16:03:06:367',1718956986368,'/admin/nounmanage/getSltNounTree','{}','页面获取下拉框格式的树形字典',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:03:06,369 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(61,'admin','2024-06-21 16:03:06:367',1718956986368,'/admin/nounmanage/getSltNounTree','{}','页面获取下拉框格式的树形字典',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:03:06,386 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/admin/orgmanage 2024-06-21 16:03:06,387 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:03:06,393 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(64,'admin','2024-06-21 16:03:06:391',1718956986392,'/admin/orgmanage/getDetail','{}','查看机构详细信息',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:03:06,403 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryOne:SELECT org.*,porg.orgname as superorgname FROM sys_organization org LEFT JOIN sys_organization porg on org.superorgcode=porg.orgcode WHERE org.orgcode='000000' 2024-06-21 16:03:06,404 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryOne -137 -debug -==> Preparing: SELECT org.*,porg.orgname as superorgname FROM sys_organization org LEFT JOIN sys_organization porg on org.superorgcode=porg.orgcode WHERE org.orgcode=? 2024-06-21 16:03:06,405 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryOne -137 -debug -==> Parameters: 000000(String) 2024-06-21 16:03:06,407 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryOne -137 -debug -<== Total: 1 2024-06-21 16:03:06,427 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/admin/orgmanage 2024-06-21 16:03:06,427 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:03:06,432 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(66,'admin','2024-06-21 16:03:06:430',1718956986431,'/admin/orgmanage/getDetail','{}','查看机构详细信息',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:03:06,437 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryOne:SELECT org.*,porg.orgname as superorgname FROM sys_organization org LEFT JOIN sys_organization porg on org.superorgcode=porg.orgcode WHERE org.orgcode='000000' 2024-06-21 16:03:06,438 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryOne -137 -debug -==> Preparing: SELECT org.*,porg.orgname as superorgname FROM sys_organization org LEFT JOIN sys_organization porg on org.superorgcode=porg.orgcode WHERE org.orgcode=? 2024-06-21 16:03:06,438 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryOne -137 -debug -==> Parameters: 000000(String) 2024-06-21 16:03:06,439 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryOne -137 -debug -<== Total: 1 2024-06-21 16:03:07,938 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/admin/usermanage 2024-06-21 16:03:07,939 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:03:07,945 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(65,'admin','2024-06-21 16:03:07:942',1718956987943,'/admin/usermanage/init','{}','用户信息初始化',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:03:07,976 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/admin/usermanage 2024-06-21 16:03:07,976 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:03:07,980 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(67,'admin','2024-06-21 16:03:07:978',1718956987979,'/admin/usermanage/getDataList','{}','用户列表查询',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:03:07,990 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.rolemanage.mapper.SysRoleRightMapper.getDataScope:select nounvalue,nounorder from ( select row_number() over(order by nounorder) as rnum, nounvalue,nounorder from sys_roleright rf inner join sys_user_role ur on rf.roleid = ur.roleid inner join sys_noun n on n.NOUNITEM = 'DATASCOPE' and n.NOUNVALUE = rf.DATASCOPE where ur.account = 'admin' and rf.FUNCCODE = 'M100106' and rf.bline= '0' order by nounorder asc) where rnum=1 2024-06-21 16:03:07,991 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleRightMapper.getDataScope -137 -debug -==> Preparing: select nounvalue,nounorder from ( select row_number() over(order by nounorder) as rnum, nounvalue,nounorder from sys_roleright rf inner join sys_user_role ur on rf.roleid = ur.roleid inner join sys_noun n on n.NOUNITEM = 'DATASCOPE' and n.NOUNVALUE = rf.DATASCOPE where ur.account = ? and rf.FUNCCODE = ? and rf.bline= ? order by nounorder asc) where rnum=1 2024-06-21 16:03:07,992 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleRightMapper.getDataScope -137 -debug -==> Parameters: admin(String), M100106(String), 0(String) 2024-06-21 16:03:07,999 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleRightMapper.getDataScope -137 -debug -<== Total: 1 2024-06-21 16:03:08,000 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.rolemanage.mapper.SysRoleRightMapper.getDataScope:select nounvalue,nounorder from ( select row_number() over(order by nounorder) as rnum, nounvalue,nounorder from sys_roleright rf inner join sys_user_role ur on rf.roleid = ur.roleid inner join sys_noun n on n.NOUNITEM = 'DATASCOPE' and n.NOUNVALUE = rf.DATASCOPE where ur.account = 'admin' and rf.FUNCCODE = 'M100106' and rf.bline= '1' order by nounorder asc) where rnum=1 2024-06-21 16:03:08,001 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleRightMapper.getDataScope -137 -debug -==> Preparing: select nounvalue,nounorder from ( select row_number() over(order by nounorder) as rnum, nounvalue,nounorder from sys_roleright rf inner join sys_user_role ur on rf.roleid = ur.roleid inner join sys_noun n on n.NOUNITEM = 'DATASCOPE' and n.NOUNVALUE = rf.DATASCOPE where ur.account = ? and rf.FUNCCODE = ? and rf.bline= ? order by nounorder asc) where rnum=1 2024-06-21 16:03:08,001 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleRightMapper.getDataScope -137 -debug -==> Parameters: admin(String), M100106(String), 1(String) 2024-06-21 16:03:08,002 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleRightMapper.getDataScope -137 -debug -<== Total: 0 2024-06-21 16:03:08,003 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryOne:SELECT org.*,porg.orgname as superorgname FROM sys_organization org LEFT JOIN sys_organization porg on org.superorgcode=porg.orgcode WHERE org.orgcode='000000' 2024-06-21 16:03:08,004 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryOne -137 -debug -==> Preparing: SELECT org.*,porg.orgname as superorgname FROM sys_organization org LEFT JOIN sys_organization porg on org.superorgcode=porg.orgcode WHERE org.orgcode=? 2024-06-21 16:03:08,004 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryOne -137 -debug -==> Parameters: 000000(String) 2024-06-21 16:03:08,006 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryOne -137 -debug -<== Total: 1 2024-06-21 16:03:08,006 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryOne:SELECT org.*,porg.orgname as superorgname FROM sys_organization org LEFT JOIN sys_organization porg on org.superorgcode=porg.orgcode WHERE org.orgcode='000000' 2024-06-21 16:03:08,015 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryPage:select max(psw) as pws,max(cnname) as cnname,max(email) as email,max(loginname) as loginname, case when count(1)>1 then '多个机构' else max(orgname) end as orgname, max(mobile) as mobile,max(tel) as tel,min(userState) as userState,max(logOn) as logOn,max(creattime) as creattime, max(modifypwdate) as modifypwdate,max(certtype) as certtype,max(certno) as certno,max(tellerid) as tellerid, max(admpost) as admpost,max(partypost) as partypost,max(busipost) as busipost,max(admorg) as admorg, listagg(account,',') within group(order by loginname) as account,listagg(u.orgcode,',') within group(order by loginname) as orgcode from sys_user u left join sys_organization a on a.orgcode=u.orgcode WHERE u.orgcode in ( select underorg from sys_orgrelational where orgcode='000000' ) and u.orgcode in (select '000000' from dual union select '000000' from dual) group by loginname order by loginname 2024-06-21 16:03:08,016 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.PaginateInterceptor -54 -getCount -auto count query:select count(0) from (select max(psw) as pws,max(cnname) as cnname,max(email) as email,max(loginname) as loginname, case when count(1)>1 then '多个机构' else max(orgname) end as orgname, max(mobile) as mobile,max(tel) as tel,min(userState) as userState,max(logOn) as logOn,max(creattime) as creattime, max(modifypwdate) as modifypwdate,max(certtype) as certtype,max(certno) as certno,max(tellerid) as tellerid, max(admpost) as admpost,max(partypost) as partypost,max(busipost) as busipost,max(admorg) as admorg, listagg(account,',') within group(order by loginname) as account,listagg(u.orgcode,',') within group(order by loginname) as orgcode from sys_user u left join sys_organization a on a.orgcode=u.orgcode WHERE u.orgcode in ( select underorg from sys_orgrelational where orgcode=? ) and u.orgcode in (select '000000' from dual union select '000000' from dual) group by loginname order by loginname) t 2024-06-21 16:03:08,035 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryPage -137 -debug -==> Preparing: select * from ( select temp.*, rownum row_id from ( select max(psw) as pws,max(cnname) as cnname,max(email) as email,max(loginname) as loginname, case when count(1)>1 then '多个机构' else max(orgname) end as orgname, max(mobile) as mobile,max(tel) as tel,min(userState) as userState,max(logOn) as logOn,max(creattime) as creattime, max(modifypwdate) as modifypwdate,max(certtype) as certtype,max(certno) as certno,max(tellerid) as tellerid, max(admpost) as admpost,max(partypost) as partypost,max(busipost) as busipost,max(admorg) as admorg, listagg(account,',') within group(order by loginname) as account,listagg(u.orgcode,',') within group(order by loginname) as orgcode from sys_user u left join sys_organization a on a.orgcode=u.orgcode WHERE u.orgcode in ( select underorg from sys_orgrelational where orgcode=? ) and u.orgcode in (select '000000' from dual union select '000000' from dual) group by loginname order by loginname ) temp) where row_id <= 1 and row_id > 0 2024-06-21 16:03:08,036 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryPage -137 -debug -==> Parameters: 000000(String) 2024-06-21 16:03:08,045 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryPage -137 -debug -<== Total: 1 2024-06-21 16:03:09,417 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/admin/rolemanage 2024-06-21 16:03:09,417 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:03:09,422 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(68,'admin','2024-06-21 16:03:09:420',1718956989421,'/admin/rolemanage/getDataList','{}','查看角色列表',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:03:09,439 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryPage:select a.* , b.orgname as orgname, case when b.orgtype>='0root' then '修改,删除,配置用户,配置权限' else '' end as operstr ,case when b.orgtype>='0root' then '1' else '2' end as showflag from sys_role a left join sys_organization b on a.orgcode=b.orgcode WHERE a.orgcode in ( select underorg from sys_orgrelational where orgcode='000000' UNION select orgcode from sys_orgrelational where UNDERORG='000000' ) order by b.orgtype,b.orgcode,a.roleid 2024-06-21 16:03:09,441 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PaginateInterceptor -54 -getCount -auto count query:select count(0) from (select a.* , b.orgname as orgname, case when b.orgtype>='0root' then '修改,删除,配置用户,配置权限' else '' end as operstr ,case when b.orgtype>='0root' then '1' else '2' end as showflag from sys_role a left join sys_organization b on a.orgcode=b.orgcode WHERE a.orgcode in ( select underorg from sys_orgrelational where orgcode=? UNION select orgcode from sys_orgrelational where UNDERORG=? ) order by b.orgtype,b.orgcode,a.roleid) t 2024-06-21 16:03:09,450 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryPage -137 -debug -==> Preparing: select * from ( select temp.*, rownum row_id from ( select a.* , b.orgname as orgname, case when b.orgtype>='0root' then '修改,删除,配置用户,配置权限' else '' end as operstr ,case when b.orgtype>='0root' then '1' else '2' end as showflag from sys_role a left join sys_organization b on a.orgcode=b.orgcode WHERE a.orgcode in ( select underorg from sys_orgrelational where orgcode=? UNION select orgcode from sys_orgrelational where UNDERORG=? ) order by b.orgtype,b.orgcode,a.roleid ) temp) where row_id <= 2 and row_id > 0 2024-06-21 16:03:09,451 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryPage -137 -debug -==> Parameters: 000000(String), 000000(String) 2024-06-21 16:03:09,459 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryPage -137 -debug -<== Total: 2 2024-06-21 16:03:10,787 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/admin/funmanage 2024-06-21 16:03:10,787 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:03:10,793 [ http-nio-8080-exec-10] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(69,'admin','2024-06-21 16:03:10:792',1718956990792,'/admin/funmanage/getFunTree','{}','菜单查询',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:03:10,797 [ http-nio-8080-exec-10] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree:select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:03:10,797 [ http-nio-8080-exec-10] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Preparing: select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:03:10,798 [ http-nio-8080-exec-10] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Parameters: 2024-06-21 16:03:10,803 [ http-nio-8080-exec-10] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -<== Total: 57 2024-06-21 16:03:10,823 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/admin/funmanage 2024-06-21 16:03:10,823 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:03:10,829 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(62,'admin','2024-06-21 16:03:10:827',1718956990829,'/admin/funmanage/getDetail','{}','查看菜单配置信息',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:03:10,839 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryOne:select f.*,(select funcname from sys_funinfo where funccode=f.parentcode) as parentname from sys_funinfo f where f.funccode='0' 2024-06-21 16:03:10,840 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryOne -137 -debug -==> Preparing: select f.*,(select funcname from sys_funinfo where funccode=f.parentcode) as parentname from sys_funinfo f where f.funccode=? 2024-06-21 16:03:10,840 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryOne -137 -debug -==> Parameters: 0(String) 2024-06-21 16:03:10,843 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryOne -137 -debug -<== Total: 1 2024-06-21 16:03:10,844 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunOrgInfoMapper.getAllOrgListByFunccode:select orgcode from SYS_FUNORGINFO where funccode='0' order by orgcode 2024-06-21 16:03:10,844 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunOrgInfoMapper.getAllOrgListByFunccode -137 -debug -==> Preparing: select orgcode from SYS_FUNORGINFO where funccode=? order by orgcode 2024-06-21 16:03:10,845 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunOrgInfoMapper.getAllOrgListByFunccode -137 -debug -==> Parameters: 0(String) 2024-06-21 16:03:10,848 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunOrgInfoMapper.getAllOrgListByFunccode -137 -debug -<== Total: 1 2024-06-21 16:03:10,849 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.queryButtons:select funccode, buttonid, buttonname, buttondescr, buttonurl from sys_funcbutton where funccode = '0' 2024-06-21 16:03:10,850 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.queryButtons -137 -debug -==> Preparing: select funccode, buttonid, buttonname, buttondescr, buttonurl from sys_funcbutton where funccode = ? 2024-06-21 16:03:10,850 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.queryButtons -137 -debug -==> Parameters: 0(String) 2024-06-21 16:03:10,853 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.queryButtons -137 -debug -<== Total: 0 2024-06-21 16:03:10,939 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/admin/funmanage 2024-06-21 16:03:10,939 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:03:10,940 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(60,'admin','2024-06-21 16:03:10:940',1718956990940,'/admin/funmanage/getDetail','{}','查看菜单配置信息',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:03:10,949 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryOne:select f.*,(select funcname from sys_funinfo where funccode=f.parentcode) as parentname from sys_funinfo f where f.funccode='0' 2024-06-21 16:03:10,950 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryOne -137 -debug -==> Preparing: select f.*,(select funcname from sys_funinfo where funccode=f.parentcode) as parentname from sys_funinfo f where f.funccode=? 2024-06-21 16:03:10,950 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryOne -137 -debug -==> Parameters: 0(String) 2024-06-21 16:03:10,951 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryOne -137 -debug -<== Total: 1 2024-06-21 16:03:10,951 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunOrgInfoMapper.getAllOrgListByFunccode:select orgcode from SYS_FUNORGINFO where funccode='0' order by orgcode 2024-06-21 16:03:10,952 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.funmanage.mapper.SysFunOrgInfoMapper.getAllOrgListByFunccode -137 -debug -==> Preparing: select orgcode from SYS_FUNORGINFO where funccode=? order by orgcode 2024-06-21 16:03:10,952 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.funmanage.mapper.SysFunOrgInfoMapper.getAllOrgListByFunccode -137 -debug -==> Parameters: 0(String) 2024-06-21 16:03:10,953 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.funmanage.mapper.SysFunOrgInfoMapper.getAllOrgListByFunccode -137 -debug -<== Total: 1 2024-06-21 16:03:10,954 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.queryButtons:select funccode, buttonid, buttonname, buttondescr, buttonurl from sys_funcbutton where funccode = '0' 2024-06-21 16:03:10,954 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.queryButtons -137 -debug -==> Preparing: select funccode, buttonid, buttonname, buttondescr, buttonurl from sys_funcbutton where funccode = ? 2024-06-21 16:03:10,954 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.queryButtons -137 -debug -==> Parameters: 0(String) 2024-06-21 16:03:10,956 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.queryButtons -137 -debug -<== Total: 0 2024-06-21 16:03:14,079 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/admin/funmanage 2024-06-21 16:03:14,079 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:03:14,084 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(63,'admin','2024-06-21 16:03:14:082',1718956994083,'/admin/funmanage/getDetail','{}','查看菜单配置信息',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:03:14,090 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryOne:select f.*,(select funcname from sys_funinfo where funccode=f.parentcode) as parentname from sys_funinfo f where f.funccode='M300301' 2024-06-21 16:03:14,090 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryOne -137 -debug -==> Preparing: select f.*,(select funcname from sys_funinfo where funccode=f.parentcode) as parentname from sys_funinfo f where f.funccode=? 2024-06-21 16:03:14,091 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryOne -137 -debug -==> Parameters: M300301(String) 2024-06-21 16:03:14,091 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryOne -137 -debug -<== Total: 1 2024-06-21 16:03:14,092 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunOrgInfoMapper.getAllOrgListByFunccode:select orgcode from SYS_FUNORGINFO where funccode='M300301' order by orgcode 2024-06-21 16:03:14,092 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.funmanage.mapper.SysFunOrgInfoMapper.getAllOrgListByFunccode -137 -debug -==> Preparing: select orgcode from SYS_FUNORGINFO where funccode=? order by orgcode 2024-06-21 16:03:14,092 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.funmanage.mapper.SysFunOrgInfoMapper.getAllOrgListByFunccode -137 -debug -==> Parameters: M300301(String) 2024-06-21 16:03:14,093 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.funmanage.mapper.SysFunOrgInfoMapper.getAllOrgListByFunccode -137 -debug -<== Total: 1 2024-06-21 16:03:14,094 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.queryButtons:select funccode, buttonid, buttonname, buttondescr, buttonurl from sys_funcbutton where funccode = 'M300301' 2024-06-21 16:03:14,095 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.queryButtons -137 -debug -==> Preparing: select funccode, buttonid, buttonname, buttondescr, buttonurl from sys_funcbutton where funccode = ? 2024-06-21 16:03:14,095 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.queryButtons -137 -debug -==> Parameters: M300301(String) 2024-06-21 16:03:14,096 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.queryButtons -137 -debug -<== Total: 0 2024-06-21 16:07:11,982 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/welcome 2024-06-21 16:07:11,982 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:07:11,982 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/welcome 2024-06-21 16:07:11,983 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:07:11,987 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree:select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:07:11,988 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Preparing: select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:07:11,988 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Parameters: 2024-06-21 16:07:11,992 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -<== Total: 57 2024-06-21 16:07:12,045 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/welcome 2024-06-21 16:07:12,046 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:07:12,048 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun:select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account='admin' ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG='000000' ) ) and f1.ORGTYPE >= '0root' order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:07:12,049 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Preparing: select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account=? ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG=? ) ) and f1.ORGTYPE >= ? order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:07:12,049 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Parameters: admin(String), 000000(String), 0root(String) 2024-06-21 16:07:12,108 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -<== Total: 57 2024-06-21 16:07:12,108 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun:select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = 'admin' and t2.AUTHFLAG = '1' group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:07:12,109 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Preparing: select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = ? and t2.AUTHFLAG = ? group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:07:12,109 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Parameters: admin(String), 1(String) 2024-06-21 16:07:12,110 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -<== Total: 0 2024-06-21 16:07:12,112 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton:select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account='admin' group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:07:12,113 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Preparing: select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account=? group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:07:12,113 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Parameters: admin(String) 2024-06-21 16:07:12,114 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -<== Total: 0 2024-06-21 16:07:12,115 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType:select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:07:12,116 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Preparing: select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:07:12,116 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Parameters: 2024-06-21 16:07:12,116 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -<== Total: 0 2024-06-21 16:07:12,117 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne:select nounvalue from SYS_USERPARAM where nounitem='color' and account='admin' 2024-06-21 16:07:12,117 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Preparing: select nounvalue from SYS_USERPARAM where nounitem=? and account=? 2024-06-21 16:07:12,117 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Parameters: color(String), admin(String) 2024-06-21 16:07:12,118 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -<== Total: 0 2024-06-21 16:07:12,120 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"success":true,"message":"","data":{"operAccess":{},"layout":"mix","currentUser":{"account":"admin","userName":"超级管理员","curOrgCode":"000000","curOrgName":"根机构","deptType":null,"orgCode":"000000","orgName":"根机构","orgtype":"0root","headOfficeCode":"000000","roleId":null,"roleList":["sysadmin"],"modifypwdate":"2024-06-21","devaccount":null,"devuserName":null,"logOn":"1","loginname":"admin"},"menuList":[{"key":"0","path":"","name":"系统菜单","icon":null,"children":[{"key":"M100000","path":"","name":"系统管理","icon":null,"children":[{"key":"M100100","path":"auth-mng","name":"用户权限管理","icon":null,"children":[{"key":"M100103","path":"/admin/orgmanage","name":"机构管理","icon":null,"children":null},{"key":"M100106","path":"/admin/usermanage","name":"用户管理","icon":null,"children":null},{"key":"M100102","path":"/admin/rolemanage","name":"角色管理","icon":null,"children":null},{"key":"M100105","path":"/admin/funmanage","name":"菜单管理","icon":null,"children":null},{"key":"M100109","path":"/admin/funorgmanage","name":"机构菜单管理","icon":null,"children":null},{"key":"M100310","path":"idata-mng","name":"数据补录","icon":null,"children":[{"key":"M100311","path":"/admin/excelmanage/impmtype","name":"数据模板定义","icon":null,"children":null},{"key":"M100313","path":"/admin/excelmanage/impandauditp","name":"数据补录及审核","icon":null,"children":null},{"key":"M100312","path":"/admin/excelmanage/importdataQuery","name":"数据补录查询","icon":null,"children":null}]}]},{"key":"M100300","path":"pub-mng","name":"公共机制管理","icon":null,"children":[{"key":"M100118","path":"/admin/innercodemanage","name":"序号管理","icon":null,"children":null},{"key":"M100210","path":"","name":"SQL编辑器","icon":null,"children":[{"key":"M10021004","path":"/admin/sqleditor/dataclassdef","name":"数据分类定义","icon":null,"children":null},{"key":"M10021001","path":"/admin/sqleditor/defOperate","name":"数据操作定义","icon":null,"children":null},{"key":"M10021003","path":"/admin/sqleditor/editorDefine","name":"编辑器定义","icon":null,"children":null},{"key":"M10021002","path":"/admin/sqleditor/variableDefine","name":"编辑器变量","icon":null,"children":null}]},{"key":"M100116","path":"/admin/excelmanage/rpt","name":"报表管理","icon":null,"children":null},{"key":"M100111","path":"/admin/msgmanage/msgmng","name":"信息发布","icon":null,"children":null},{"key":"M100120","path":"/admin/sqllogmanage","name":"数据处理","icon":null,"children":null},{"key":"M100122","path":"/admin/syslogmanage","name":"操作日志查询","icon":null,"children":null},{"key":"M100123","path":"/admin/holidaymanage","name":"节假日管理","icon":null,"children":null},{"key":"M100125","path":"/admin/messgsendmanage/messconfig","name":"消息发送配置","icon":null,"children":null}]},{"key":"M100200","path":"sys-mng","name":"参数字典管理","icon":null,"children":[{"key":"M100107","path":"/admin/nounmanage/PARAM/BUSDICT","name":"业务参数管理","icon":null,"children":null},{"key":"M100108","path":"/admin/nounmanage/PARAM/SYSDICT","name":"系统参数管理","icon":null,"children":null},{"key":"M100110","path":"/admin/nounorg","name":"机构业务参数管理","icon":null,"children":null}]},{"key":"M100600","path":"batch-mng","name":"批次配置管理","icon":null,"children":[{"key":"M100601","path":"/admin/batchmanage/batchcontrol","name":"批次步骤定义","icon":null,"children":null},{"key":"M100602","path":"/admin/batchmanage/batchlog","name":"批次日志查询","icon":null,"children":null},{"key":"M100603","path":"/admin/batchmanage/batchdispatch","name":"批次调度列表","icon":null,"children":null},{"key":"M100605","path":"/admin/batchmanage/batchinfo","name":"批次列表","icon":null,"children":null},{"key":"M100608","path":"/admin/batchmanage/batchgroup","name":"批次任务组","icon":null,"children":null},{"key":"M100606","path":"/admin/batchmanage/batchrunstate","name":"运维监控","icon":null,"children":null},{"key":"M100607","path":"/admin/batchmanage/batchstate","name":"任务信息","icon":null,"children":null}]}]},{"key":"M300000","path":"prod-base","name":"产品配置标准版本管理","icon":null,"children":[{"key":"M300300","path":"rt-dev","name":"开发平台","icon":null,"children":[{"key":"M300301","path":"/product/rdp/functionInfoManage","name":"功能","icon":null,"children":null},{"key":"M300302","path":"/product/rdp/logicsInfoManage","name":"逻辑组","icon":null,"children":null},{"key":"M300303","path":"/product/rdp/logicInfoManage","name":"单逻辑","icon":null,"children":null},{"key":"M300305","path":"/product/rdp/fastDemo","name":"快速原型","icon":null,"children":null},{"key":"M300306","path":"/product/rdp/v2tov3","name":"功能升级","icon":null,"children":null}]},{"key":"M300200","path":"/product/prodBase/initQueryImport","name":"导入情况查询","icon":null,"children":null}]},{"key":"M700000","path":"rf-eng","name":"规则引擎","icon":null,"children":[{"key":"M700300","path":"/product/prodBase/ruleflow","name":"规则管理","icon":null,"children":null},{"key":"M700100","path":"/rfEngine/rfAnalyse/init","name":"规则解析查询","icon":null,"children":null},{"key":"M700200","path":"/rfEngine/rfAnalyse/initTestRt","name":"规则测试信息结果查询","icon":null,"children":null},{"key":"M700400","path":"/rfEngine/rfDefine/toRuleNodeRelaList","name":"构件参数配置","icon":null,"children":null},{"key":"M700500","path":"/rfEngine/rfUpgrade","name":"规则升级","icon":null,"children":null}]},{"key":"M100500","path":"flow-eng","name":"流程引擎","icon":null,"children":[{"key":"M100501","path":"/wfEngine/bsmBusinessFlow","name":"流程定义","icon":null,"children":null},{"key":"M100502","path":"/wfEngine/moreTaskList","name":"任务列表","icon":null,"children":null},{"key":"M100503","path":"/wfEngine/wfsWorkFlowManage","name":"流程管理","icon":null,"children":null},{"key":"M100504","path":"/wfEngine/bsmBusinessUnit","name":"业务单元","icon":null,"children":null},{"key":"M100505","path":"/wfEngine/wfUpgrade","name":"旧流程升级","icon":null,"children":null}]}]}],"orgDict":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":"ROOT","attribute":null,"children":null}],"workDate":"2015-07-09","color":null,"roleType":null}} 2024-06-21 16:07:19,384 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/functionInfoManage 2024-06-21 16:07:19,384 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/functionInfoManage 2024-06-21 16:07:19,384 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:07:19,384 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:07:19,385 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.AuthInterceptor -49 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:07:19,386 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.SysLogInterceptor -42 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:07:19,387 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.BatchInterceptor -31 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:07:19,387 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(65,'admin','2024-06-21 16:07:19:386',1718957239387,'/admin/nounmanage/getSltNounTree','{}','页面获取下拉框格式的树形字典',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:07:19,389 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.SysLogInterceptor -75 -postHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:07:19,494 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:07:19,496 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:07:19,497 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.AuthInterceptor -49 -preHandle -Handler of request[/product/prodBase/getDataList] isn't a method handler. 2024-06-21 16:07:19,498 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.SysLogInterceptor -42 -preHandle -Handler of request[/product/prodBase/getDataList] isn't a method handler. 2024-06-21 16:07:19,498 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.BatchInterceptor -31 -preHandle -Handler of request[/product/prodBase/getDataList] isn't a method handler. 2024-06-21 16:07:19,499 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.SysLogInterceptor -75 -postHandle -Handler of request[/product/prodBase/getDataList] isn't a method handler. 2024-06-21 16:07:19,636 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:07:19,636 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:07:19,641 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdConvertEncryption":"SM4","showVerifyCode":false},"success":true} 2024-06-21 16:07:19,936 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:07:19,937 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:07:19,940 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdConvertEncryption":"SM4","showVerifyCode":false},"success":true} 2024-06-21 16:07:29,599 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:07:29,599 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:07:29,601 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(60,'admin','2024-06-21 16:07:29:600',1718957249601,'/doLogin','{"username":["admin"],"password":["***"]}','用户登录',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:07:29,603 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:07:29,604 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:07:29,604 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:07:29,604 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:07:29,605 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin:select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname='admin' and a.psw='0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983' and rownum=1 2024-06-21 16:07:29,605 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Preparing: select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname=? and a.psw=? and rownum=1 2024-06-21 16:07:29,606 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Parameters: admin(String), 0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983(String) 2024-06-21 16:07:29,606 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -<== Total: 1 2024-06-21 16:07:29,607 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole:select roleid from SYS_USER_ROLE where account='admin' 2024-06-21 16:07:29,607 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Preparing: select roleid from SYS_USER_ROLE where account=? 2024-06-21 16:07:29,607 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Parameters: admin(String) 2024-06-21 16:07:29,607 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -<== Total: 1 2024-06-21 16:07:29,608 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg:SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG='000000' AND org.ORGTYPE='1headoffice' AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:07:29,608 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Preparing: SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG=? AND org.ORGTYPE=? AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:07:29,608 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Parameters: 000000(String), 1headoffice(String) 2024-06-21 16:07:29,608 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -<== Total: 0 2024-06-21 16:07:29,609 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doModify:update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:07:29,609 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Preparing: update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:07:29,609 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Parameters: 2024-06-21 16:07:29,609 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -<== Updates: 1 2024-06-21 16:07:29,610 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:07:29,611 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:07:29,611 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:07:29,611 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:07:29,612 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKDATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKDATE' )a) 2024-06-21 16:07:29,612 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:07:29,612 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKDATE(String), WORKDATE(String) 2024-06-21 16:07:29,612 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:07:29,613 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKDATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:07:29,613 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:07:29,613 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKDATE(String), 1(String) 2024-06-21 16:07:29,613 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:07:29,615 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg:select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname ='admin' and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:07:29,615 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Preparing: select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname =? and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:07:29,615 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Parameters: admin(String) 2024-06-21 16:07:29,616 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -<== Total: 1 2024-06-21 16:07:29,616 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:07:29,616 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:07:29,617 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:07:29,617 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:07:29,618 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdStat":"okey","orgList":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":null,"attribute":null,"children":null}]},"success":true} 2024-06-21 16:07:29,619 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.update:update sys_logs set execTime='2024-06-21 16:07:29:618', duration=1718957249619-duration, result='登录成功', state='1' where threadID=60 and state=' ' and execTime=( select execTime from ( select max(execTime) as execTime from sys_logs where threadID=60 and state=' ' )a ) 2024-06-21 16:07:29,625 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:07:29,625 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:07:29,629 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun:select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account='admin' ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG='000000' ) ) and f1.ORGTYPE >= '0root' order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:07:29,629 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Preparing: select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account=? ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG=? ) ) and f1.ORGTYPE >= ? order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:07:29,630 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Parameters: admin(String), 000000(String), 0root(String) 2024-06-21 16:07:29,654 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -<== Total: 57 2024-06-21 16:07:29,655 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun:select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = 'admin' and t2.AUTHFLAG = '1' group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:07:29,655 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Preparing: select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = ? and t2.AUTHFLAG = ? group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:07:29,655 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Parameters: admin(String), 1(String) 2024-06-21 16:07:29,656 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -<== Total: 0 2024-06-21 16:07:29,658 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton:select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account='admin' group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:07:29,658 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Preparing: select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account=? group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:07:29,658 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Parameters: admin(String) 2024-06-21 16:07:29,660 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -<== Total: 0 2024-06-21 16:07:29,661 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType:select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:07:29,661 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Preparing: select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:07:29,661 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Parameters: 2024-06-21 16:07:29,662 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -<== Total: 0 2024-06-21 16:07:29,662 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne:select nounvalue from SYS_USERPARAM where nounitem='color' and account='admin' 2024-06-21 16:07:29,662 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Preparing: select nounvalue from SYS_USERPARAM where nounitem=? and account=? 2024-06-21 16:07:29,662 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Parameters: color(String), admin(String) 2024-06-21 16:07:29,663 [ http-nio-8080-exec-4] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -<== Total: 0 2024-06-21 16:07:29,664 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"success":true,"message":"","data":{"operAccess":{},"layout":"mix","currentUser":{"account":"admin","userName":"超级管理员","curOrgCode":"000000","curOrgName":"根机构","deptType":null,"orgCode":"000000","orgName":"根机构","orgtype":"0root","headOfficeCode":"000000","roleId":null,"roleList":["sysadmin"],"modifypwdate":"2024-06-21","devaccount":null,"devuserName":null,"logOn":"1","loginname":"admin"},"menuList":[{"key":"0","path":"","name":"系统菜单","icon":null,"children":[{"key":"M100000","path":"","name":"系统管理","icon":null,"children":[{"key":"M100100","path":"auth-mng","name":"用户权限管理","icon":null,"children":[{"key":"M100103","path":"/admin/orgmanage","name":"机构管理","icon":null,"children":null},{"key":"M100106","path":"/admin/usermanage","name":"用户管理","icon":null,"children":null},{"key":"M100102","path":"/admin/rolemanage","name":"角色管理","icon":null,"children":null},{"key":"M100105","path":"/admin/funmanage","name":"菜单管理","icon":null,"children":null},{"key":"M100109","path":"/admin/funorgmanage","name":"机构菜单管理","icon":null,"children":null},{"key":"M100310","path":"idata-mng","name":"数据补录","icon":null,"children":[{"key":"M100311","path":"/admin/excelmanage/impmtype","name":"数据模板定义","icon":null,"children":null},{"key":"M100313","path":"/admin/excelmanage/impandauditp","name":"数据补录及审核","icon":null,"children":null},{"key":"M100312","path":"/admin/excelmanage/importdataQuery","name":"数据补录查询","icon":null,"children":null}]}]},{"key":"M100300","path":"pub-mng","name":"公共机制管理","icon":null,"children":[{"key":"M100118","path":"/admin/innercodemanage","name":"序号管理","icon":null,"children":null},{"key":"M100210","path":"","name":"SQL编辑器","icon":null,"children":[{"key":"M10021004","path":"/admin/sqleditor/dataclassdef","name":"数据分类定义","icon":null,"children":null},{"key":"M10021001","path":"/admin/sqleditor/defOperate","name":"数据操作定义","icon":null,"children":null},{"key":"M10021003","path":"/admin/sqleditor/editorDefine","name":"编辑器定义","icon":null,"children":null},{"key":"M10021002","path":"/admin/sqleditor/variableDefine","name":"编辑器变量","icon":null,"children":null}]},{"key":"M100116","path":"/admin/excelmanage/rpt","name":"报表管理","icon":null,"children":null},{"key":"M100111","path":"/admin/msgmanage/msgmng","name":"信息发布","icon":null,"children":null},{"key":"M100120","path":"/admin/sqllogmanage","name":"数据处理","icon":null,"children":null},{"key":"M100122","path":"/admin/syslogmanage","name":"操作日志查询","icon":null,"children":null},{"key":"M100123","path":"/admin/holidaymanage","name":"节假日管理","icon":null,"children":null},{"key":"M100125","path":"/admin/messgsendmanage/messconfig","name":"消息发送配置","icon":null,"children":null}]},{"key":"M100200","path":"sys-mng","name":"参数字典管理","icon":null,"children":[{"key":"M100107","path":"/admin/nounmanage/PARAM/BUSDICT","name":"业务参数管理","icon":null,"children":null},{"key":"M100108","path":"/admin/nounmanage/PARAM/SYSDICT","name":"系统参数管理","icon":null,"children":null},{"key":"M100110","path":"/admin/nounorg","name":"机构业务参数管理","icon":null,"children":null}]},{"key":"M100600","path":"batch-mng","name":"批次配置管理","icon":null,"children":[{"key":"M100601","path":"/admin/batchmanage/batchcontrol","name":"批次步骤定义","icon":null,"children":null},{"key":"M100602","path":"/admin/batchmanage/batchlog","name":"批次日志查询","icon":null,"children":null},{"key":"M100603","path":"/admin/batchmanage/batchdispatch","name":"批次调度列表","icon":null,"children":null},{"key":"M100605","path":"/admin/batchmanage/batchinfo","name":"批次列表","icon":null,"children":null},{"key":"M100608","path":"/admin/batchmanage/batchgroup","name":"批次任务组","icon":null,"children":null},{"key":"M100606","path":"/admin/batchmanage/batchrunstate","name":"运维监控","icon":null,"children":null},{"key":"M100607","path":"/admin/batchmanage/batchstate","name":"任务信息","icon":null,"children":null}]}]},{"key":"M300000","path":"prod-base","name":"产品配置标准版本管理","icon":null,"children":[{"key":"M300300","path":"rt-dev","name":"开发平台","icon":null,"children":[{"key":"M300301","path":"/product/rdp/functionInfoManage","name":"功能","icon":null,"children":null},{"key":"M300302","path":"/product/rdp/logicsInfoManage","name":"逻辑组","icon":null,"children":null},{"key":"M300303","path":"/product/rdp/logicInfoManage","name":"单逻辑","icon":null,"children":null},{"key":"M300305","path":"/product/rdp/fastDemo","name":"快速原型","icon":null,"children":null},{"key":"M300306","path":"/product/rdp/v2tov3","name":"功能升级","icon":null,"children":null}]},{"key":"M300200","path":"/product/prodBase/initQueryImport","name":"导入情况查询","icon":null,"children":null}]},{"key":"M700000","path":"rf-eng","name":"规则引擎","icon":null,"children":[{"key":"M700300","path":"/product/prodBase/ruleflow","name":"规则管理","icon":null,"children":null},{"key":"M700100","path":"/rfEngine/rfAnalyse/init","name":"规则解析查询","icon":null,"children":null},{"key":"M700200","path":"/rfEngine/rfAnalyse/initTestRt","name":"规则测试信息结果查询","icon":null,"children":null},{"key":"M700400","path":"/rfEngine/rfDefine/toRuleNodeRelaList","name":"构件参数配置","icon":null,"children":null},{"key":"M700500","path":"/rfEngine/rfUpgrade","name":"规则升级","icon":null,"children":null}]},{"key":"M100500","path":"flow-eng","name":"流程引擎","icon":null,"children":[{"key":"M100501","path":"/wfEngine/bsmBusinessFlow","name":"流程定义","icon":null,"children":null},{"key":"M100502","path":"/wfEngine/moreTaskList","name":"任务列表","icon":null,"children":null},{"key":"M100503","path":"/wfEngine/wfsWorkFlowManage","name":"流程管理","icon":null,"children":null},{"key":"M100504","path":"/wfEngine/bsmBusinessUnit","name":"业务单元","icon":null,"children":null},{"key":"M100505","path":"/wfEngine/wfUpgrade","name":"旧流程升级","icon":null,"children":null}]}]}],"orgDict":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":"ROOT","attribute":null,"children":null}],"workDate":"2015-07-09","color":null,"roleType":null}} 2024-06-21 16:07:34,338 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/functionInfoManage 2024-06-21 16:07:34,338 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:07:34,339 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.AuthInterceptor -49 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:07:34,341 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.SysLogInterceptor -42 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:07:34,341 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.BatchInterceptor -31 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:07:34,342 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.SysLogInterceptor -75 -postHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:07:34,470 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:07:34,471 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:07:34,474 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdConvertEncryption":"SM4","showVerifyCode":false},"success":true} 2024-06-21 16:08:12,332 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:08:12,332 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:08:12,339 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(66,'admin','2024-06-21 16:08:12:336',1718957292338,'/doLogin','{"username":["admin"],"password":["***"]}','用户登录',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:08:12,346 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:08:12,348 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:08:12,348 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:08:12,350 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:08:12,352 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin:select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname='admin' and a.psw='0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983' and rownum=1 2024-06-21 16:08:12,353 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Preparing: select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname=? and a.psw=? and rownum=1 2024-06-21 16:08:12,353 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Parameters: admin(String), 0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983(String) 2024-06-21 16:08:12,355 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -<== Total: 1 2024-06-21 16:08:12,355 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole:select roleid from SYS_USER_ROLE where account='admin' 2024-06-21 16:08:12,356 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Preparing: select roleid from SYS_USER_ROLE where account=? 2024-06-21 16:08:12,357 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Parameters: admin(String) 2024-06-21 16:08:12,358 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -<== Total: 1 2024-06-21 16:08:12,359 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg:SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG='000000' AND org.ORGTYPE='1headoffice' AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:08:12,360 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Preparing: SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG=? AND org.ORGTYPE=? AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:08:12,360 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Parameters: 000000(String), 1headoffice(String) 2024-06-21 16:08:12,362 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -<== Total: 0 2024-06-21 16:08:12,362 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doModify:update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:08:12,363 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Preparing: update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:08:12,363 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Parameters: 2024-06-21 16:08:12,364 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -<== Updates: 1 2024-06-21 16:08:12,368 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:08:12,369 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:08:12,369 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:08:12,370 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:08:12,371 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKDATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKDATE' )a) 2024-06-21 16:08:12,372 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:08:12,373 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKDATE(String), WORKDATE(String) 2024-06-21 16:08:12,374 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:08:12,375 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKDATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:08:12,376 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:08:12,376 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKDATE(String), 1(String) 2024-06-21 16:08:12,377 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:08:12,381 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg:select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname ='admin' and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:08:12,382 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Preparing: select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname =? and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:08:12,382 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Parameters: admin(String) 2024-06-21 16:08:12,383 [ http-nio-8080-exec-7] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -<== Total: 1 2024-06-21 16:08:12,383 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:08:12,384 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:08:12,384 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:08:12,384 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:08:12,384 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdStat":"okey","orgList":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":null,"attribute":null,"children":null}]},"success":true} 2024-06-21 16:08:12,385 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.update:update sys_logs set execTime='2024-06-21 16:08:12:385', duration=1718957292385-duration, result='登录成功', state='1' where threadID=66 and state=' ' and execTime=( select execTime from ( select max(execTime) as execTime from sys_logs where threadID=66 and state=' ' )a ) 2024-06-21 16:08:12,391 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:08:12,391 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:08:12,394 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun:select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account='admin' ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG='000000' ) ) and f1.ORGTYPE >= '0root' order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:08:12,394 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Preparing: select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account=? ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG=? ) ) and f1.ORGTYPE >= ? order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:08:12,395 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Parameters: admin(String), 000000(String), 0root(String) 2024-06-21 16:08:12,397 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -<== Total: 57 2024-06-21 16:08:12,397 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun:select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = 'admin' and t2.AUTHFLAG = '1' group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:08:12,397 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Preparing: select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = ? and t2.AUTHFLAG = ? group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:08:12,398 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Parameters: admin(String), 1(String) 2024-06-21 16:08:12,398 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -<== Total: 0 2024-06-21 16:08:12,399 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton:select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account='admin' group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:08:12,400 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Preparing: select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account=? group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:08:12,400 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Parameters: admin(String) 2024-06-21 16:08:12,400 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -<== Total: 0 2024-06-21 16:08:12,401 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType:select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:08:12,401 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Preparing: select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:08:12,401 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Parameters: 2024-06-21 16:08:12,401 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -<== Total: 0 2024-06-21 16:08:12,402 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne:select nounvalue from SYS_USERPARAM where nounitem='color' and account='admin' 2024-06-21 16:08:12,402 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Preparing: select nounvalue from SYS_USERPARAM where nounitem=? and account=? 2024-06-21 16:08:12,402 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Parameters: color(String), admin(String) 2024-06-21 16:08:12,402 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -<== Total: 0 2024-06-21 16:08:12,403 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"success":true,"message":"","data":{"operAccess":{},"layout":"mix","currentUser":{"account":"admin","userName":"超级管理员","curOrgCode":"000000","curOrgName":"根机构","deptType":null,"orgCode":"000000","orgName":"根机构","orgtype":"0root","headOfficeCode":"000000","roleId":null,"roleList":["sysadmin"],"modifypwdate":"2024-06-21","devaccount":null,"devuserName":null,"logOn":"1","loginname":"admin"},"menuList":[{"key":"0","path":"","name":"系统菜单","icon":null,"children":[{"key":"M100000","path":"","name":"系统管理","icon":null,"children":[{"key":"M100100","path":"auth-mng","name":"用户权限管理","icon":null,"children":[{"key":"M100103","path":"/admin/orgmanage","name":"机构管理","icon":null,"children":null},{"key":"M100106","path":"/admin/usermanage","name":"用户管理","icon":null,"children":null},{"key":"M100102","path":"/admin/rolemanage","name":"角色管理","icon":null,"children":null},{"key":"M100105","path":"/admin/funmanage","name":"菜单管理","icon":null,"children":null},{"key":"M100109","path":"/admin/funorgmanage","name":"机构菜单管理","icon":null,"children":null},{"key":"M100310","path":"idata-mng","name":"数据补录","icon":null,"children":[{"key":"M100311","path":"/admin/excelmanage/impmtype","name":"数据模板定义","icon":null,"children":null},{"key":"M100313","path":"/admin/excelmanage/impandauditp","name":"数据补录及审核","icon":null,"children":null},{"key":"M100312","path":"/admin/excelmanage/importdataQuery","name":"数据补录查询","icon":null,"children":null}]}]},{"key":"M100300","path":"pub-mng","name":"公共机制管理","icon":null,"children":[{"key":"M100118","path":"/admin/innercodemanage","name":"序号管理","icon":null,"children":null},{"key":"M100210","path":"","name":"SQL编辑器","icon":null,"children":[{"key":"M10021004","path":"/admin/sqleditor/dataclassdef","name":"数据分类定义","icon":null,"children":null},{"key":"M10021001","path":"/admin/sqleditor/defOperate","name":"数据操作定义","icon":null,"children":null},{"key":"M10021003","path":"/admin/sqleditor/editorDefine","name":"编辑器定义","icon":null,"children":null},{"key":"M10021002","path":"/admin/sqleditor/variableDefine","name":"编辑器变量","icon":null,"children":null}]},{"key":"M100116","path":"/admin/excelmanage/rpt","name":"报表管理","icon":null,"children":null},{"key":"M100111","path":"/admin/msgmanage/msgmng","name":"信息发布","icon":null,"children":null},{"key":"M100120","path":"/admin/sqllogmanage","name":"数据处理","icon":null,"children":null},{"key":"M100122","path":"/admin/syslogmanage","name":"操作日志查询","icon":null,"children":null},{"key":"M100123","path":"/admin/holidaymanage","name":"节假日管理","icon":null,"children":null},{"key":"M100125","path":"/admin/messgsendmanage/messconfig","name":"消息发送配置","icon":null,"children":null}]},{"key":"M100200","path":"sys-mng","name":"参数字典管理","icon":null,"children":[{"key":"M100107","path":"/admin/nounmanage/PARAM/BUSDICT","name":"业务参数管理","icon":null,"children":null},{"key":"M100108","path":"/admin/nounmanage/PARAM/SYSDICT","name":"系统参数管理","icon":null,"children":null},{"key":"M100110","path":"/admin/nounorg","name":"机构业务参数管理","icon":null,"children":null}]},{"key":"M100600","path":"batch-mng","name":"批次配置管理","icon":null,"children":[{"key":"M100601","path":"/admin/batchmanage/batchcontrol","name":"批次步骤定义","icon":null,"children":null},{"key":"M100602","path":"/admin/batchmanage/batchlog","name":"批次日志查询","icon":null,"children":null},{"key":"M100603","path":"/admin/batchmanage/batchdispatch","name":"批次调度列表","icon":null,"children":null},{"key":"M100605","path":"/admin/batchmanage/batchinfo","name":"批次列表","icon":null,"children":null},{"key":"M100608","path":"/admin/batchmanage/batchgroup","name":"批次任务组","icon":null,"children":null},{"key":"M100606","path":"/admin/batchmanage/batchrunstate","name":"运维监控","icon":null,"children":null},{"key":"M100607","path":"/admin/batchmanage/batchstate","name":"任务信息","icon":null,"children":null}]}]},{"key":"M300000","path":"prod-base","name":"产品配置标准版本管理","icon":null,"children":[{"key":"M300300","path":"rt-dev","name":"开发平台","icon":null,"children":[{"key":"M300301","path":"/product/rdp/functionInfoManage","name":"功能","icon":null,"children":null},{"key":"M300302","path":"/product/rdp/logicsInfoManage","name":"逻辑组","icon":null,"children":null},{"key":"M300303","path":"/product/rdp/logicInfoManage","name":"单逻辑","icon":null,"children":null},{"key":"M300305","path":"/product/rdp/fastDemo","name":"快速原型","icon":null,"children":null},{"key":"M300306","path":"/product/rdp/v2tov3","name":"功能升级","icon":null,"children":null}]},{"key":"M300200","path":"/product/prodBase/initQueryImport","name":"导入情况查询","icon":null,"children":null}]},{"key":"M700000","path":"rf-eng","name":"规则引擎","icon":null,"children":[{"key":"M700300","path":"/product/prodBase/ruleflow","name":"规则管理","icon":null,"children":null},{"key":"M700100","path":"/rfEngine/rfAnalyse/init","name":"规则解析查询","icon":null,"children":null},{"key":"M700200","path":"/rfEngine/rfAnalyse/initTestRt","name":"规则测试信息结果查询","icon":null,"children":null},{"key":"M700400","path":"/rfEngine/rfDefine/toRuleNodeRelaList","name":"构件参数配置","icon":null,"children":null},{"key":"M700500","path":"/rfEngine/rfUpgrade","name":"规则升级","icon":null,"children":null}]},{"key":"M100500","path":"flow-eng","name":"流程引擎","icon":null,"children":[{"key":"M100501","path":"/wfEngine/bsmBusinessFlow","name":"流程定义","icon":null,"children":null},{"key":"M100502","path":"/wfEngine/moreTaskList","name":"任务列表","icon":null,"children":null},{"key":"M100503","path":"/wfEngine/wfsWorkFlowManage","name":"流程管理","icon":null,"children":null},{"key":"M100504","path":"/wfEngine/bsmBusinessUnit","name":"业务单元","icon":null,"children":null},{"key":"M100505","path":"/wfEngine/wfUpgrade","name":"旧流程升级","icon":null,"children":null}]}]}],"orgDict":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":"ROOT","attribute":null,"children":null}],"workDate":"2015-07-09","color":null,"roleType":null}} 2024-06-21 16:08:20,977 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==null 2024-06-21 16:08:20,977 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:08:20,981 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.AuthInterceptor -49 -preHandle -Handler of request[/product/prodBase/getDataList] isn't a method handler. 2024-06-21 16:08:20,983 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.SysLogInterceptor -42 -preHandle -Handler of request[/product/prodBase/getDataList] isn't a method handler. 2024-06-21 16:08:20,984 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.BatchInterceptor -31 -preHandle -Handler of request[/product/prodBase/getDataList] isn't a method handler. 2024-06-21 16:08:20,985 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.SysLogInterceptor -75 -postHandle -Handler of request[/product/prodBase/getDataList] isn't a method handler. 2024-06-21 16:08:31,223 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/wfEngine/bsmBusinessFlow 2024-06-21 16:08:31,223 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:08:31,224 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.AuthInterceptor -49 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:08:31,225 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.SysLogInterceptor -42 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:08:31,225 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.BatchInterceptor -31 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:08:31,225 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.SysLogInterceptor -75 -postHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:08:31,360 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:08:31,360 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:08:31,365 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdConvertEncryption":"SM4","showVerifyCode":false},"success":true} 2024-06-21 16:18:43,699 [ main] INFO com.sundata.MainApplication -51 -logStarting -Starting MainApplication using Java 17.0.5 with PID 14068 (C:\Users\78206\Desktop\李庚谱 卞福顺\project\bin started by 78206 in C:\Users\78206\Desktop\李庚谱 卞福顺\project) 2024-06-21 16:18:43,700 [ main] DEBUG com.sundata.MainApplication -52 -logStarting -Running with Spring Boot v3.0.1, Spring v6.0.3 2024-06-21 16:18:43,701 [ main] INFO com.sundata.MainApplication -630 -logStartupProfileInfo -No active profile set, falling back to 1 default profile: "default" 2024-06-21 16:18:44,607 [ main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate -294 -multipleStoresDetected -Multiple Spring Data modules found, entering strict repository configuration mode 2024-06-21 16:18:44,611 [ main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate -138 -registerRepositoriesIn -Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2024-06-21 16:18:44,658 [ main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate -208 -registerRepositoriesIn -Finished Spring Data repository scanning in 25 ms. Found 0 Redis repository interfaces. 2024-06-21 16:18:44,986 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'spring.data.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:18:44,991 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:18:45,132 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:18:45,173 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:18:45,176 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'cachingConfig' of type [com.sundata.common.config.CachingConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:18:45,202 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'transactionConfig' of type [com.sundata.common.config.TransactionConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:18:45,218 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'txAdvice' of type [org.springframework.transaction.interceptor.TransactionInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:18:45,219 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'txAdviceAdvisor' of type [org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:18:45,319 [ main] ERROR org.apache.catalina.core.AprLifecycleListener -173 -log -An incompatible version [1.2.27] of the Apache Tomcat Native library is installed, while Tomcat requires version [1.2.34] 2024-06-21 16:18:45,651 [ main] INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer -108 -initialize -Tomcat initialized with port(s): 8080 (http) 2024-06-21 16:18:45,663 [ main] INFO org.apache.coyote.http11.Http11NioProtocol -173 -log -Initializing ProtocolHandler ["http-nio-8080"] 2024-06-21 16:18:45,666 [ main] INFO org.apache.catalina.core.StandardService -173 -log -Starting service [Tomcat] 2024-06-21 16:18:45,666 [ main] INFO org.apache.catalina.core.StandardEngine -173 -log -Starting Servlet engine: [Apache Tomcat/10.1.4] 2024-06-21 16:18:45,745 [ main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] -173 -log -Initializing Spring embedded WebApplicationContext 2024-06-21 16:18:45,746 [ main] INFO org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext -291 -prepareWebApplicationContext -Root WebApplicationContext: initialization completed in 1997 ms 2024-06-21 16:18:46,768 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.messgsendmanage.mapper.SysMessDelayMapper.queryDelayType:select NOUNVALUE as MSGSENDTIME,NOUNPROP as expression from SYS_NOUN where SYS_NOUN.NOUNSUPER = 'MSGSENDTIME' and SYS_NOUN.NOUNVALUE not in ('no','now') and SYS_NOUN.NOUNVALIDITY='1' 2024-06-21 16:18:46,776 [ main] INFO com.zaxxer.hikari.HikariDataSource -110 -getConnection -HikariPool-1 - Starting... 2024-06-21 16:18:47,042 [ main] INFO com.zaxxer.hikari.pool.HikariPool -565 -checkFailFast -HikariPool-1 - Added connection oracle.jdbc.driver.T4CConnection@50930bff 2024-06-21 16:18:47,043 [ main] INFO com.zaxxer.hikari.HikariDataSource -123 -getConnection -HikariPool-1 - Start completed. 2024-06-21 16:18:47,051 [ main] DEBUG com.sundata.admin.messgsendmanage.mapper.SysMessDelayMapper.queryDelayType -137 -debug -==> Preparing: select NOUNVALUE as MSGSENDTIME,NOUNPROP as expression from SYS_NOUN where SYS_NOUN.NOUNSUPER = 'MSGSENDTIME' and SYS_NOUN.NOUNVALUE not in ('no','now') and SYS_NOUN.NOUNVALIDITY='1' 2024-06-21 16:18:47,104 [ main] DEBUG com.sundata.admin.messgsendmanage.mapper.SysMessDelayMapper.queryDelayType -137 -debug -==> Parameters: 2024-06-21 16:18:47,134 [ main] DEBUG com.sundata.admin.messgsendmanage.mapper.SysMessDelayMapper.queryDelayType -137 -debug -<== Total: 0 2024-06-21 16:18:47,398 [ main] INFO org.quartz.impl.StdSchedulerFactory -1220 -instantiate -Using default implementation for ThreadExecutor 2024-06-21 16:18:47,402 [ main] INFO org.quartz.simpl.SimpleThreadPool -268 -initialize -Job execution threads will use class loader of thread: main 2024-06-21 16:18:47,417 [ main] INFO org.quartz.core.SchedulerSignalerImpl -61 - -Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2024-06-21 16:18:47,417 [ main] INFO org.quartz.core.QuartzScheduler -229 - -Quartz Scheduler v.2.3.2 created. 2024-06-21 16:18:47,420 [ main] INFO org.quartz.simpl.RAMJobStore -155 -initialize -RAMJobStore initialized. 2024-06-21 16:18:47,421 [ main] INFO org.quartz.core.QuartzScheduler -294 -initialize -Scheduler meta-data: Quartz Scheduler (v2.3.2) 'DefaultQuartzScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2024-06-21 16:18:47,421 [ main] INFO org.quartz.impl.StdSchedulerFactory -1374 -instantiate -Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 2024-06-21 16:18:47,422 [ main] INFO org.quartz.impl.StdSchedulerFactory -1378 -instantiate -Quartz scheduler version: 2.3.2 2024-06-21 16:18:47,948 [ main] WARN org.thymeleaf.templatemode.TemplateMode -92 -parse -[THYMELEAF][main] Unknown Template Mode 'HTML5'. Must be one of: 'HTML', 'XML', 'TEXT', 'JAVASCRIPT', 'CSS', 'RAW'. Using default Template Mode 'HTML'. 2024-06-21 16:18:48,606 [ main] DEBUG org.ehcache.core.spi.ServiceLocator -119 -startAllServices -Starting 21 Services... 2024-06-21 16:18:48,609 [ main] DEBUG org.ehcache.impl.persistence.DefaultLocalPersistenceService -108 -internalStart -RootDirectory Locked 2024-06-21 16:18:48,610 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -127 -start -Starting service 2024-06-21 16:18:48,610 [ main] DEBUG org.ehcache.core.spi.ServiceLocator -140 -startAllServices -All Services successfully started, 21 Services in 4ms 2024-06-21 16:18:48,611 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'rdpEngLogic' in EhcacheManager. 2024-06-21 16:18:48,612 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@e417628 2024-06-21 16:18:48,612 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@64547a83 2024-06-21 16:18:48,616 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@331eb953 2024-06-21 16:18:48,616 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@38f7a20 2024-06-21 16:18:48,620 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:18:48,638 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=rdpEngLogic}Initialize successful. 2024-06-21 16:18:48,639 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'rdpEngLogic' created in EhcacheManager. 2024-06-21 16:18:48,639 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'auth' in EhcacheManager. 2024-06-21 16:18:48,640 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@2ff2a096 2024-06-21 16:18:48,640 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@59c2bf78 2024-06-21 16:18:48,641 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@4c140b12 2024-06-21 16:18:48,641 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@d140627 2024-06-21 16:18:48,641 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -50 -strategy -TTI or custom expiration strategy detected 2024-06-21 16:18:48,659 [ main] INFO org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -149 - -Allocating 10.0MB in chunks 2024-06-21 16:18:48,667 [ pool-3-thread-1] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -584 -bufferAllocation -10.0MB chunk allocated 2024-06-21 16:18:48,667 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -544 -allocateBackingBuffers -Took 6 ms to create off-heap storage of 10.0MB. 2024-06-21 16:18:48,686 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &0 2024-06-21 16:18:48,687 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &512 2024-06-21 16:18:48,687 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &1024 2024-06-21 16:18:48,687 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &1536 2024-06-21 16:18:48,687 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &2048 2024-06-21 16:18:48,687 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &2560 2024-06-21 16:18:48,688 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &3072 2024-06-21 16:18:48,688 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &3584 2024-06-21 16:18:48,688 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &4096 2024-06-21 16:18:48,689 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &4608 2024-06-21 16:18:48,689 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &5120 2024-06-21 16:18:48,689 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &5632 2024-06-21 16:18:48,689 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &6144 2024-06-21 16:18:48,690 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &6656 2024-06-21 16:18:48,690 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &7168 2024-06-21 16:18:48,690 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &7680 2024-06-21 16:18:48,690 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=auth}Initialize successful. 2024-06-21 16:18:48,690 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'auth' created in EhcacheManager. 2024-06-21 16:18:48,690 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'flowEng' in EhcacheManager. 2024-06-21 16:18:48,690 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@4fc00158 2024-06-21 16:18:48,691 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@47483211 2024-06-21 16:18:48,691 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@8ba7408 2024-06-21 16:18:48,691 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@17616c07 2024-06-21 16:18:48,691 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:18:48,692 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=flowEng}Initialize successful. 2024-06-21 16:18:48,692 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'flowEng' created in EhcacheManager. 2024-06-21 16:18:48,692 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'login' in EhcacheManager. 2024-06-21 16:18:48,692 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@6d4062fd 2024-06-21 16:18:48,693 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@4b024fb2 2024-06-21 16:18:48,693 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@89017e5 2024-06-21 16:18:48,693 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@6426ad0b 2024-06-21 16:18:48,694 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -47 -strategy -TTL expiration strategy detected 2024-06-21 16:18:48,695 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=login}Initialize successful. 2024-06-21 16:18:48,695 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'login' created in EhcacheManager. 2024-06-21 16:18:48,695 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'finYearRegular' in EhcacheManager. 2024-06-21 16:18:48,695 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@14941b06 2024-06-21 16:18:48,695 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@7d776105 2024-06-21 16:18:48,695 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@461e479c 2024-06-21 16:18:48,696 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@1cdbc986 2024-06-21 16:18:48,696 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:18:48,697 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=finYearRegular}Initialize successful. 2024-06-21 16:18:48,697 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'finYearRegular' created in EhcacheManager. 2024-06-21 16:18:48,697 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'rdpEngRule' in EhcacheManager. 2024-06-21 16:18:48,697 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@4ce5013a 2024-06-21 16:18:48,697 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@4c219c84 2024-06-21 16:18:48,697 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@2b01be54 2024-06-21 16:18:48,697 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@14997cb9 2024-06-21 16:18:48,698 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:18:48,699 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=rdpEngRule}Initialize successful. 2024-06-21 16:18:48,699 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'rdpEngRule' created in EhcacheManager. 2024-06-21 16:18:48,699 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'public' in EhcacheManager. 2024-06-21 16:18:48,699 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@30a8ac50 2024-06-21 16:18:48,700 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@2f0a29f7 2024-06-21 16:18:48,700 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@79177bc 2024-06-21 16:18:48,700 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@3fe33c59 2024-06-21 16:18:48,700 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:18:48,700 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=public}Initialize successful. 2024-06-21 16:18:48,701 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'public' created in EhcacheManager. 2024-06-21 16:18:48,701 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'dict' in EhcacheManager. 2024-06-21 16:18:48,701 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@53d94a6b 2024-06-21 16:18:48,701 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@4707d60a 2024-06-21 16:18:48,701 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@4d7f3adf 2024-06-21 16:18:48,702 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@5911dd25 2024-06-21 16:18:48,702 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:18:48,703 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=dict}Initialize successful. 2024-06-21 16:18:48,703 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'dict' created in EhcacheManager. 2024-06-21 16:18:48,703 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'modlControlModel' in EhcacheManager. 2024-06-21 16:18:48,703 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@b42d1c8 2024-06-21 16:18:48,703 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@73983f07 2024-06-21 16:18:48,704 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@35fddea2 2024-06-21 16:18:48,704 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@4f876114 2024-06-21 16:18:48,705 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:18:48,706 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=modlControlModel}Initialize successful. 2024-06-21 16:18:48,706 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'modlControlModel' created in EhcacheManager. 2024-06-21 16:18:48,707 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'finBalanceCheck' in EhcacheManager. 2024-06-21 16:18:48,707 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@313c3cb 2024-06-21 16:18:48,707 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@63fef83c 2024-06-21 16:18:48,707 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@5e752a2a 2024-06-21 16:18:48,707 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@52811dc1 2024-06-21 16:18:48,707 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:18:48,708 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=finBalanceCheck}Initialize successful. 2024-06-21 16:18:48,708 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'finBalanceCheck' created in EhcacheManager. 2024-06-21 16:18:48,708 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'modelCheckIntervalParam' in EhcacheManager. 2024-06-21 16:18:48,708 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@2c64ee53 2024-06-21 16:18:48,708 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@77c7d3f4 2024-06-21 16:18:48,709 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@162c89ac 2024-06-21 16:18:48,709 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@644f033d 2024-06-21 16:18:48,709 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:18:48,710 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=modelCheckIntervalParam}Initialize successful. 2024-06-21 16:18:48,710 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'modelCheckIntervalParam' created in EhcacheManager. 2024-06-21 16:18:48,710 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'finIndexFomular' in EhcacheManager. 2024-06-21 16:18:48,710 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@4fe91eed 2024-06-21 16:18:48,710 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@329cef32 2024-06-21 16:18:48,710 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@5f171392 2024-06-21 16:18:48,710 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@655295bd 2024-06-21 16:18:48,710 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:18:48,711 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=finIndexFomular}Initialize successful. 2024-06-21 16:18:48,711 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'finIndexFomular' created in EhcacheManager. 2024-06-21 16:18:48,711 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'modlCalculateModel' in EhcacheManager. 2024-06-21 16:18:48,711 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@3f2f6818 2024-06-21 16:18:48,712 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@16021f6e 2024-06-21 16:18:48,712 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@642693c2 2024-06-21 16:18:48,712 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@63cff421 2024-06-21 16:18:48,713 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:18:48,713 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=modlCalculateModel}Initialize successful. 2024-06-21 16:18:48,713 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'modlCalculateModel' created in EhcacheManager. 2024-06-21 16:18:48,713 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'rdpEngFun' in EhcacheManager. 2024-06-21 16:18:48,714 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@35d44cd3 2024-06-21 16:18:48,714 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@64dc0a5f 2024-06-21 16:18:48,714 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@549dfe1d 2024-06-21 16:18:48,714 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@537fb7bf 2024-06-21 16:18:48,714 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:18:48,715 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=rdpEngFun}Initialize successful. 2024-06-21 16:18:48,715 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'rdpEngFun' created in EhcacheManager. 2024-06-21 16:18:48,715 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'rfEng' in EhcacheManager. 2024-06-21 16:18:48,715 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@119f02d2 2024-06-21 16:18:48,715 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@48c584c 2024-06-21 16:18:48,715 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@641001c2 2024-06-21 16:18:48,715 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@468dbd07 2024-06-21 16:18:48,715 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:18:48,716 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=rfEng}Initialize successful. 2024-06-21 16:18:48,716 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'rfEng' created in EhcacheManager. 2024-06-21 16:18:48,716 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -143 -stateTransition -Moving from UNINITIALIZED to AVAILABLE 2024-06-21 16:18:48,716 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added rdpEngLogic 2024-06-21 16:18:48,720 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added auth 2024-06-21 16:18:48,723 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added flowEng 2024-06-21 16:18:48,724 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added login 2024-06-21 16:18:48,725 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added finYearRegular 2024-06-21 16:18:48,725 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added rdpEngRule 2024-06-21 16:18:48,725 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added public 2024-06-21 16:18:48,726 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added dict 2024-06-21 16:18:48,726 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added modlControlModel 2024-06-21 16:18:48,726 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added finBalanceCheck 2024-06-21 16:18:48,727 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added modelCheckIntervalParam 2024-06-21 16:18:48,728 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added finIndexFomular 2024-06-21 16:18:48,729 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added modlCalculateModel 2024-06-21 16:18:48,730 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added rdpEngFun 2024-06-21 16:18:48,731 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added rfEng 2024-06-21 16:18:48,732 [ main] DEBUG org.ehcache.core.StatusTransitioner -211 -succeeded -Initialize successful. 2024-06-21 16:18:48,747 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=rdpEngLogic 2024-06-21 16:18:48,748 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=rdpEngLogic 2024-06-21 16:18:48,749 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=auth 2024-06-21 16:18:48,749 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=auth 2024-06-21 16:18:48,750 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=flowEng 2024-06-21 16:18:48,750 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=flowEng 2024-06-21 16:18:48,750 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=login 2024-06-21 16:18:48,751 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=login 2024-06-21 16:18:48,752 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=finYearRegular 2024-06-21 16:18:48,753 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=finYearRegular 2024-06-21 16:18:48,754 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=rdpEngRule 2024-06-21 16:18:48,754 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=rdpEngRule 2024-06-21 16:18:48,755 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=public 2024-06-21 16:18:48,755 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=public 2024-06-21 16:18:48,755 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=dict 2024-06-21 16:18:48,755 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=dict 2024-06-21 16:18:48,756 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=modlControlModel 2024-06-21 16:18:48,756 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=modlControlModel 2024-06-21 16:18:48,758 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=finBalanceCheck 2024-06-21 16:18:48,758 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=finBalanceCheck 2024-06-21 16:18:48,759 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=modelCheckIntervalParam 2024-06-21 16:18:48,759 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=modelCheckIntervalParam 2024-06-21 16:18:48,759 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=finIndexFomular 2024-06-21 16:18:48,760 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=finIndexFomular 2024-06-21 16:18:48,760 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=modlCalculateModel 2024-06-21 16:18:48,760 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=modlCalculateModel 2024-06-21 16:18:48,761 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=rdpEngFun 2024-06-21 16:18:48,762 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=rdpEngFun 2024-06-21 16:18:48,762 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=rfEng 2024-06-21 16:18:48,763 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./C./Users/78206/Desktop/%e6%9d%8e%e5%ba%9a%e8%b0%b1%20%e5%8d%9e%e7%a6%8f%e9%a1%ba/project/bin/ehcache-spring.xml,Cache=rfEng 2024-06-21 16:18:48,823 [ main] DEBUG org.springframework.data.redis.listener.RedisMessageListenerContainer -246 -start -Starting RedisMessageListenerContainer... 2024-06-21 16:18:48,824 [ main] DEBUG org.springframework.data.redis.listener.RedisMessageListenerContainer -290 -lazyListen -Postpone listening for Redis messages until actual listeners are added 2024-06-21 16:18:48,884 [ main] INFO org.quartz.impl.StdSchedulerFactory -1220 -instantiate -Using default implementation for ThreadExecutor 2024-06-21 16:18:48,885 [ main] INFO org.quartz.core.SchedulerSignalerImpl -61 - -Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2024-06-21 16:18:48,886 [ main] INFO org.quartz.core.QuartzScheduler -229 - -Quartz Scheduler v.2.3.2 created. 2024-06-21 16:18:48,886 [ main] INFO org.quartz.simpl.RAMJobStore -155 -initialize -RAMJobStore initialized. 2024-06-21 16:18:48,886 [ main] INFO org.quartz.core.QuartzScheduler -294 -initialize -Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2024-06-21 16:18:48,887 [ main] INFO org.quartz.impl.StdSchedulerFactory -1374 -instantiate -Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. 2024-06-21 16:18:48,887 [ main] INFO org.quartz.impl.StdSchedulerFactory -1378 -instantiate -Quartz scheduler version: 2.3.2 2024-06-21 16:18:48,887 [ main] INFO org.quartz.core.QuartzScheduler -2293 -setJobFactory -JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@18d76c14 2024-06-21 16:18:48,928 [ main] INFO org.apache.coyote.http11.Http11NioProtocol -173 -log -Starting ProtocolHandler ["http-nio-8080"] 2024-06-21 16:18:48,952 [ main] INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer -220 -start -Tomcat started on port(s): 8080 (http) with context path '' 2024-06-21 16:18:48,954 [ main] INFO org.springframework.scheduling.quartz.SchedulerFactoryBean -729 -startScheduler -Starting Quartz Scheduler now 2024-06-21 16:18:48,955 [ main] INFO org.quartz.core.QuartzScheduler -547 -start -Scheduler quartzScheduler_$_NON_CLUSTERED started. 2024-06-21 16:18:48,964 [ main] INFO com.sundata.MainApplication -57 -logStarted -Started MainApplication in 5.654 seconds (process running for 5.91) 2024-06-21 16:18:48,998 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,000 [ main] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,000 [ main] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:18:49,004 [ main] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:18:49,006 [ main] INFO com.sundata.common.util.SystemUtil -227 -getDbType -使用默认数据库类型:oracle 2024-06-21 16:18:49,013 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgDict:select orgcode as id, superorgcode as parentid, dense_rank() over(order by orgtype) as nounlevel, orgname as text, (select case when count(1)>0 then 'closed' else 'open' end from sys_organization b where b.superorgcode=a.orgcode) as state, '0' as READONLY from SYS_ORGANIZATION a order by orgtype,levelcode,orgcode 2024-06-21 16:18:49,014 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgDict -137 -debug -==> Preparing: select orgcode as id, superorgcode as parentid, dense_rank() over(order by orgtype) as nounlevel, orgname as text, (select case when count(1)>0 then 'closed' else 'open' end from sys_organization b where b.superorgcode=a.orgcode) as state, '0' as READONLY from SYS_ORGANIZATION a order by orgtype,levelcode,orgcode 2024-06-21 16:18:49,014 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgDict -137 -debug -==> Parameters: 2024-06-21 16:18:49,019 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgDict -137 -debug -<== Total: 1 2024-06-21 16:18:49,032 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,032 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgNoDeptDict:select orgcode as id, superorgcode as parentid, dense_rank() over(order by orgtype) as nounlevel, orgname as text, (select case when count(1)>0 then 'closed' else 'open' end from sys_organization b where b.superorgcode=a.orgcode and depttype is null) as state, '0' as READONLY from SYS_ORGANIZATION a where DEPTTYPE IS NULL order by orgtype,levelcode,orgcode 2024-06-21 16:18:49,033 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgNoDeptDict -137 -debug -==> Preparing: select orgcode as id, superorgcode as parentid, dense_rank() over(order by orgtype) as nounlevel, orgname as text, (select case when count(1)>0 then 'closed' else 'open' end from sys_organization b where b.superorgcode=a.orgcode and depttype is null) as state, '0' as READONLY from SYS_ORGANIZATION a where DEPTTYPE IS NULL order by orgtype,levelcode,orgcode 2024-06-21 16:18:49,034 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgNoDeptDict -137 -debug -==> Parameters: 2024-06-21 16:18:49,036 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgNoDeptDict -137 -debug -<== Total: 1 2024-06-21 16:18:49,037 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryAllValidNounitem:select distinct nounitem from sys_noun where nounvalidity='1' 2024-06-21 16:18:49,038 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryAllValidNounitem -137 -debug -==> Preparing: select distinct nounitem from sys_noun where nounvalidity='1' 2024-06-21 16:18:49,038 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryAllValidNounitem -137 -debug -==> Parameters: 2024-06-21 16:18:49,046 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryAllValidNounitem -137 -debug -<== Total: 123 2024-06-21 16:18:49,046 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,049 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='relamode' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='relamode' )a) 2024-06-21 16:18:49,050 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,050 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: relamode(String), relamode(String) 2024-06-21 16:18:49,053 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,055 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='relamode' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,056 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,057 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: relamode(String), 1(String) 2024-06-21 16:18:49,060 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:18:49,061 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,062 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='LOGINDBSCOPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='LOGINDBSCOPE' )a) 2024-06-21 16:18:49,062 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,063 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: LOGINDBSCOPE(String), LOGINDBSCOPE(String) 2024-06-21 16:18:49,065 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,065 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='LOGINDBSCOPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,066 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,067 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: LOGINDBSCOPE(String), 1(String) 2024-06-21 16:18:49,068 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,069 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,069 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='DATASCOPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='DATASCOPE' )a) 2024-06-21 16:18:49,070 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,070 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: DATASCOPE(String), DATASCOPE(String) 2024-06-21 16:18:49,072 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,073 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='DATASCOPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,074 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,075 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: DATASCOPE(String), 1(String) 2024-06-21 16:18:49,077 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 7 2024-06-21 16:18:49,078 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,079 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_process' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_process' )a) 2024-06-21 16:18:49,080 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,080 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_process(String), prod_process(String) 2024-06-21 16:18:49,082 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,083 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_process' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,084 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,084 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_process(String), 1(String) 2024-06-21 16:18:49,087 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:18:49,088 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,089 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rfEngine06' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rfEngine06' )a) 2024-06-21 16:18:49,090 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,091 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rfEngine06(String), rfEngine06(String) 2024-06-21 16:18:49,092 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,093 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rfEngine06' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,095 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,096 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rfEngine06(String), 1(String) 2024-06-21 16:18:49,098 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 7 2024-06-21 16:18:49,099 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,099 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rf_jsparsemethod' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rf_jsparsemethod' )a) 2024-06-21 16:18:49,101 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,102 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rf_jsparsemethod(String), rf_jsparsemethod(String) 2024-06-21 16:18:49,105 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,107 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rf_jsparsemethod' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,108 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,108 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rf_jsparsemethod(String), 1(String) 2024-06-21 16:18:49,110 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,111 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,112 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rdpLogicType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rdpLogicType' )a) 2024-06-21 16:18:49,113 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,113 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rdpLogicType(String), rdpLogicType(String) 2024-06-21 16:18:49,115 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,116 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rdpLogicType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,116 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,117 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rdpLogicType(String), 1(String) 2024-06-21 16:18:49,118 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,119 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,119 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='controltype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='controltype' )a) 2024-06-21 16:18:49,120 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,120 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: controltype(String), controltype(String) 2024-06-21 16:18:49,121 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,122 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='controltype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,123 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,123 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: controltype(String), 1(String) 2024-06-21 16:18:49,125 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 16 2024-06-21 16:18:49,126 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,127 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='MSGSENDTIME' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='MSGSENDTIME' )a) 2024-06-21 16:18:49,128 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,128 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: MSGSENDTIME(String), MSGSENDTIME(String) 2024-06-21 16:18:49,129 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,130 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='MSGSENDTIME' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,131 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,131 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: MSGSENDTIME(String), 1(String) 2024-06-21 16:18:49,132 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:18:49,133 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,134 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='MSGSENDTEMPLATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='MSGSENDTEMPLATE' )a) 2024-06-21 16:18:49,134 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,135 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: MSGSENDTEMPLATE(String), MSGSENDTEMPLATE(String) 2024-06-21 16:18:49,136 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,138 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='MSGSENDTEMPLATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,139 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,139 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: MSGSENDTEMPLATE(String), 1(String) 2024-06-21 16:18:49,141 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:18:49,142 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,142 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHSTEPAUTORUN' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHSTEPAUTORUN' )a) 2024-06-21 16:18:49,143 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,143 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHSTEPAUTORUN(String), BATCHSTEPAUTORUN(String) 2024-06-21 16:18:49,144 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,145 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHSTEPAUTORUN' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,146 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,146 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHSTEPAUTORUN(String), 1(String) 2024-06-21 16:18:49,147 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,148 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,148 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='pageList' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='pageList' )a) 2024-06-21 16:18:49,149 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,149 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: pageList(String), pageList(String) 2024-06-21 16:18:49,150 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,152 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='pageList' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,153 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,153 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: pageList(String), 1(String) 2024-06-21 16:18:49,154 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,155 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,156 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='INVOKEWAY' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='INVOKEWAY' )a) 2024-06-21 16:18:49,156 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,157 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: INVOKEWAY(String), INVOKEWAY(String) 2024-06-21 16:18:49,158 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,159 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='INVOKEWAY' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,159 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,160 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: INVOKEWAY(String), 1(String) 2024-06-21 16:18:49,161 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:18:49,161 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,162 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='NESORSEL' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='NESORSEL' )a) 2024-06-21 16:18:49,162 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,163 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: NESORSEL(String), NESORSEL(String) 2024-06-21 16:18:49,164 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,165 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='NESORSEL' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,165 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,166 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: NESORSEL(String), 1(String) 2024-06-21 16:18:49,167 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:18:49,168 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,168 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='UNITTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='UNITTYPE' )a) 2024-06-21 16:18:49,169 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,169 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: UNITTYPE(String), UNITTYPE(String) 2024-06-21 16:18:49,170 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,171 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='UNITTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,171 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,172 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: UNITTYPE(String), 1(String) 2024-06-21 16:18:49,173 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:18:49,174 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,174 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineBoderDeal' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineBoderDeal' )a) 2024-06-21 16:18:49,175 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,175 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineBoderDeal(String), wfEngineBoderDeal(String) 2024-06-21 16:18:49,179 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,180 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineBoderDeal' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,180 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,181 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineBoderDeal(String), 1(String) 2024-06-21 16:18:49,182 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,182 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,183 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineLimitTime' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineLimitTime' )a) 2024-06-21 16:18:49,183 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,183 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineLimitTime(String), wfEngineLimitTime(String) 2024-06-21 16:18:49,184 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,185 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineLimitTime' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,185 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,186 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineLimitTime(String), 1(String) 2024-06-21 16:18:49,187 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,189 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,189 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='SYSLAYOUT' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='SYSLAYOUT' )a) 2024-06-21 16:18:49,190 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,191 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: SYSLAYOUT(String), SYSLAYOUT(String) 2024-06-21 16:18:49,192 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,192 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='SYSLAYOUT' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,193 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,193 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: SYSLAYOUT(String), 1(String) 2024-06-21 16:18:49,194 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,195 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,195 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='sqltype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='sqltype' )a) 2024-06-21 16:18:49,196 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,196 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: sqltype(String), sqltype(String) 2024-06-21 16:18:49,198 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,199 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='sqltype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,199 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,200 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: sqltype(String), 1(String) 2024-06-21 16:18:49,201 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:18:49,202 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,202 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_state' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_state' )a) 2024-06-21 16:18:49,203 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,203 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_state(String), prod_state(String) 2024-06-21 16:18:49,204 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,205 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_state' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,206 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,206 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_state(String), 1(String) 2024-06-21 16:18:49,207 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:18:49,208 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,209 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='VERIFYCODE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='VERIFYCODE' )a) 2024-06-21 16:18:49,209 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,209 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: VERIFYCODE(String), VERIFYCODE(String) 2024-06-21 16:18:49,210 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,211 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='VERIFYCODE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,212 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,212 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: VERIFYCODE(String), 1(String) 2024-06-21 16:18:49,213 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,214 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,214 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rf_isstorage' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rf_isstorage' )a) 2024-06-21 16:18:49,215 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,215 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rf_isstorage(String), rf_isstorage(String) 2024-06-21 16:18:49,216 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,217 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rf_isstorage' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,218 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,218 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rf_isstorage(String), 1(String) 2024-06-21 16:18:49,219 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:18:49,220 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,220 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rfEngine04' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rfEngine04' )a) 2024-06-21 16:18:49,221 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,221 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rfEngine04(String), rfEngine04(String) 2024-06-21 16:18:49,222 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,223 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rfEngine04' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,224 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,224 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rfEngine04(String), 1(String) 2024-06-21 16:18:49,225 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:18:49,226 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,226 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PRODATATYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PRODATATYPE' )a) 2024-06-21 16:18:49,227 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,227 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PRODATATYPE(String), PRODATATYPE(String) 2024-06-21 16:18:49,228 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,229 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PRODATATYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,229 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,230 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PRODATATYPE(String), 1(String) 2024-06-21 16:18:49,231 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 7 2024-06-21 16:18:49,232 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,232 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='performanceTestFlag' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='performanceTestFlag' )a) 2024-06-21 16:18:49,233 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,233 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: performanceTestFlag(String), performanceTestFlag(String) 2024-06-21 16:18:49,234 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,235 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='performanceTestFlag' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,236 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,236 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: performanceTestFlag(String), 1(String) 2024-06-21 16:18:49,237 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,238 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,238 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rdpHelpSet' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rdpHelpSet' )a) 2024-06-21 16:18:49,238 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,239 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rdpHelpSet(String), rdpHelpSet(String) 2024-06-21 16:18:49,240 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,241 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rdpHelpSet' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,241 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,242 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rdpHelpSet(String), 1(String) 2024-06-21 16:18:49,243 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:18:49,243 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,244 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='CHARTTOOL' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='CHARTTOOL' )a) 2024-06-21 16:18:49,245 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,245 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: CHARTTOOL(String), CHARTTOOL(String) 2024-06-21 16:18:49,246 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,247 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='CHARTTOOL' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,247 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,247 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: CHARTTOOL(String), 1(String) 2024-06-21 16:18:49,248 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,249 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,249 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='events' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='events' )a) 2024-06-21 16:18:49,250 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,250 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: events(String), events(String) 2024-06-21 16:18:49,251 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,251 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='events' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,252 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,252 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: events(String), 1(String) 2024-06-21 16:18:49,253 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:18:49,254 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,254 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='admpost' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='admpost' )a) 2024-06-21 16:18:49,259 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,259 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: admpost(String), admpost(String) 2024-06-21 16:18:49,261 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,261 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='admpost' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,262 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,262 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: admpost(String), 1(String) 2024-06-21 16:18:49,263 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,264 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,264 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='busipost' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='busipost' )a) 2024-06-21 16:18:49,264 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,265 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: busipost(String), busipost(String) 2024-06-21 16:18:49,266 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,266 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='busipost' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,267 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,267 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: busipost(String), 1(String) 2024-06-21 16:18:49,268 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,269 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,269 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHMODEL' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHMODEL' )a) 2024-06-21 16:18:49,270 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,270 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHMODEL(String), BATCHMODEL(String) 2024-06-21 16:18:49,271 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,271 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHMODEL' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,272 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,272 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHMODEL(String), 1(String) 2024-06-21 16:18:49,273 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,273 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,273 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHSTARTTIME' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHSTARTTIME' )a) 2024-06-21 16:18:49,274 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,274 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHSTARTTIME(String), BATCHSTARTTIME(String) 2024-06-21 16:18:49,275 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,275 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHSTARTTIME' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,276 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,276 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHSTARTTIME(String), 1(String) 2024-06-21 16:18:49,277 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,278 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,278 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHDBLINKCONDS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHDBLINKCONDS' )a) 2024-06-21 16:18:49,278 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,279 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHDBLINKCONDS(String), BATCHDBLINKCONDS(String) 2024-06-21 16:18:49,279 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,280 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHDBLINKCONDS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,280 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,280 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHDBLINKCONDS(String), 1(String) 2024-06-21 16:18:49,281 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,281 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,282 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='CLEARRULE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='CLEARRULE' )a) 2024-06-21 16:18:49,282 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,282 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: CLEARRULE(String), CLEARRULE(String) 2024-06-21 16:18:49,283 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,283 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='CLEARRULE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,284 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,284 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: CLEARRULE(String), 1(String) 2024-06-21 16:18:49,285 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:18:49,285 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,286 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='INITPASSWORD' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='INITPASSWORD' )a) 2024-06-21 16:18:49,286 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,286 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: INITPASSWORD(String), INITPASSWORD(String) 2024-06-21 16:18:49,287 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,288 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='INITPASSWORD' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,288 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,288 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: INITPASSWORD(String), 1(String) 2024-06-21 16:18:49,289 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,289 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,289 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='LOGTWICE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='LOGTWICE' )a) 2024-06-21 16:18:49,290 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,290 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: LOGTWICE(String), LOGTWICE(String) 2024-06-21 16:18:49,291 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,292 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='LOGTWICE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,292 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,292 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: LOGTWICE(String), 1(String) 2024-06-21 16:18:49,293 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,293 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,294 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BUSDICT' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BUSDICT' )a) 2024-06-21 16:18:49,294 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,294 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BUSDICT(String), BUSDICT(String) 2024-06-21 16:18:49,295 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,295 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BUSDICT' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,296 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,296 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BUSDICT(String), 1(String) 2024-06-21 16:18:49,297 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,297 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,298 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_result' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_result' )a) 2024-06-21 16:18:49,298 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,298 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_result(String), prod_result(String) 2024-06-21 16:18:49,299 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,299 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_result' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,299 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,300 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_result(String), 1(String) 2024-06-21 16:18:49,301 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 6 2024-06-21 16:18:49,301 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,302 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BUSSMOUDLE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BUSSMOUDLE' )a) 2024-06-21 16:18:49,302 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,302 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BUSSMOUDLE(String), BUSSMOUDLE(String) 2024-06-21 16:18:49,303 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,304 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BUSSMOUDLE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,304 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,305 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BUSSMOUDLE(String), 1(String) 2024-06-21 16:18:49,306 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,306 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,306 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PWEASYLIB' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PWEASYLIB' )a) 2024-06-21 16:18:49,307 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,307 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PWEASYLIB(String), PWEASYLIB(String) 2024-06-21 16:18:49,309 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,309 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PWEASYLIB' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,309 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,310 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PWEASYLIB(String), 1(String) 2024-06-21 16:18:49,311 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,312 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,312 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='excelCheckType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='excelCheckType' )a) 2024-06-21 16:18:49,313 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,313 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: excelCheckType(String), excelCheckType(String) 2024-06-21 16:18:49,314 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,315 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='excelCheckType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,315 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,315 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: excelCheckType(String), 1(String) 2024-06-21 16:18:49,317 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:18:49,317 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,317 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='isBatchRunRole' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='isBatchRunRole' )a) 2024-06-21 16:18:49,318 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,318 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: isBatchRunRole(String), isBatchRunRole(String) 2024-06-21 16:18:49,319 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,320 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='isBatchRunRole' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,321 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,321 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: isBatchRunRole(String), 1(String) 2024-06-21 16:18:49,323 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,323 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,324 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHOFFSTEPID' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHOFFSTEPID' )a) 2024-06-21 16:18:49,324 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,324 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHOFFSTEPID(String), BATCHOFFSTEPID(String) 2024-06-21 16:18:49,325 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,326 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHOFFSTEPID' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,326 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,326 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHOFFSTEPID(String), 1(String) 2024-06-21 16:18:49,327 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,328 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,328 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='admorg' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='admorg' )a) 2024-06-21 16:18:49,328 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,328 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: admorg(String), admorg(String) 2024-06-21 16:18:49,329 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,330 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='admorg' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,330 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,331 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: admorg(String), 1(String) 2024-06-21 16:18:49,332 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:18:49,333 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,333 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='IMPTEMPTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='IMPTEMPTYPE' )a) 2024-06-21 16:18:49,333 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,334 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: IMPTEMPTYPE(String), IMPTEMPTYPE(String) 2024-06-21 16:18:49,334 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,335 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='IMPTEMPTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,335 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,335 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: IMPTEMPTYPE(String), 1(String) 2024-06-21 16:18:49,336 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,336 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,336 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineOneOpenList' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineOneOpenList' )a) 2024-06-21 16:18:49,338 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,338 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineOneOpenList(String), wfEngineOneOpenList(String) 2024-06-21 16:18:49,339 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,340 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineOneOpenList' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,340 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,341 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineOneOpenList(String), 1(String) 2024-06-21 16:18:49,342 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,343 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,343 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHSTARTMODE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHSTARTMODE' )a) 2024-06-21 16:18:49,343 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,343 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHSTARTMODE(String), BATCHSTARTMODE(String) 2024-06-21 16:18:49,345 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,345 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHSTARTMODE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,346 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,346 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHSTARTMODE(String), 1(String) 2024-06-21 16:18:49,347 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,348 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,348 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHIMPLCYCLE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHIMPLCYCLE' )a) 2024-06-21 16:18:49,349 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,349 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHIMPLCYCLE(String), BATCHIMPLCYCLE(String) 2024-06-21 16:18:49,350 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,351 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHIMPLCYCLE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,351 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,352 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHIMPLCYCLE(String), 1(String) 2024-06-21 16:18:49,353 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 11 2024-06-21 16:18:49,354 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,354 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHLOGRETAIN' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHLOGRETAIN' )a) 2024-06-21 16:18:49,354 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,355 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHLOGRETAIN(String), BATCHLOGRETAIN(String) 2024-06-21 16:18:49,356 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,356 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHLOGRETAIN' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,357 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,357 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHLOGRETAIN(String), 1(String) 2024-06-21 16:18:49,358 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,359 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,359 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHSQLTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHSQLTYPE' )a) 2024-06-21 16:18:49,360 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,360 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHSQLTYPE(String), BATCHSQLTYPE(String) 2024-06-21 16:18:49,361 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,362 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHSQLTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,362 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,362 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHSQLTYPE(String), 1(String) 2024-06-21 16:18:49,363 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:18:49,364 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,364 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='DEPTTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='DEPTTYPE' )a) 2024-06-21 16:18:49,364 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,365 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: DEPTTYPE(String), DEPTTYPE(String) 2024-06-21 16:18:49,366 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,366 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='DEPTTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,366 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,366 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: DEPTTYPE(String), 1(String) 2024-06-21 16:18:49,367 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,367 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,367 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKDATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKDATE' )a) 2024-06-21 16:18:49,368 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,368 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKDATE(String), WORKDATE(String) 2024-06-21 16:18:49,369 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,369 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKDATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,369 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,369 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKDATE(String), 1(String) 2024-06-21 16:18:49,370 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,370 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,371 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='YESORNO' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='YESORNO' )a) 2024-06-21 16:18:49,371 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,371 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: YESORNO(String), YESORNO(String) 2024-06-21 16:18:49,372 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,372 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='YESORNO' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,372 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,372 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: YESORNO(String), 1(String) 2024-06-21 16:18:49,373 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:18:49,374 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,374 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_visiblerange' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_visiblerange' )a) 2024-06-21 16:18:49,375 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,375 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_visiblerange(String), prod_visiblerange(String) 2024-06-21 16:18:49,376 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,377 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_visiblerange' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,377 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,377 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_visiblerange(String), 1(String) 2024-06-21 16:18:49,378 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:18:49,379 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,379 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_importmode' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_importmode' )a) 2024-06-21 16:18:49,379 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,379 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_importmode(String), prod_importmode(String) 2024-06-21 16:18:49,381 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,381 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_importmode' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,381 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,381 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_importmode(String), 1(String) 2024-06-21 16:18:49,382 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:18:49,383 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,383 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rfEngine11' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rfEngine11' )a) 2024-06-21 16:18:49,383 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,384 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rfEngine11(String), rfEngine11(String) 2024-06-21 16:18:49,384 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,385 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rfEngine11' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,385 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,385 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rfEngine11(String), 1(String) 2024-06-21 16:18:49,386 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,386 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,386 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_type' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_type' )a) 2024-06-21 16:18:49,386 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,387 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_type(String), prod_type(String) 2024-06-21 16:18:49,387 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,388 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_type' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,388 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,388 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_type(String), 1(String) 2024-06-21 16:18:49,390 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 24 2024-06-21 16:18:49,390 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,390 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='usecache' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='usecache' )a) 2024-06-21 16:18:49,390 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,391 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: usecache(String), usecache(String) 2024-06-21 16:18:49,391 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,392 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='usecache' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,392 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,392 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: usecache(String), 1(String) 2024-06-21 16:18:49,393 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,393 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,393 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='sqlExecuteType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='sqlExecuteType' )a) 2024-06-21 16:18:49,393 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,394 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: sqlExecuteType(String), sqlExecuteType(String) 2024-06-21 16:18:49,394 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,395 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='sqlExecuteType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,395 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,396 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: sqlExecuteType(String), 1(String) 2024-06-21 16:18:49,396 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:18:49,397 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,397 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='compareRdp' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='compareRdp' )a) 2024-06-21 16:18:49,397 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,397 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: compareRdp(String), compareRdp(String) 2024-06-21 16:18:49,398 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,399 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='compareRdp' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,399 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,399 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: compareRdp(String), 1(String) 2024-06-21 16:18:49,400 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 8 2024-06-21 16:18:49,400 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,401 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='dgBtnTxtHidden' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='dgBtnTxtHidden' )a) 2024-06-21 16:18:49,401 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,401 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: dgBtnTxtHidden(String), dgBtnTxtHidden(String) 2024-06-21 16:18:49,402 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,402 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='dgBtnTxtHidden' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,402 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,402 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: dgBtnTxtHidden(String), 1(String) 2024-06-21 16:18:49,403 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,404 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,404 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='OPERATORMENU' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='OPERATORMENU' )a) 2024-06-21 16:18:49,404 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,405 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: OPERATORMENU(String), OPERATORMENU(String) 2024-06-21 16:18:49,406 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,408 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='OPERATORMENU' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,409 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,409 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: OPERATORMENU(String), 1(String) 2024-06-21 16:18:49,410 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,411 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,411 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='certtype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='certtype' )a) 2024-06-21 16:18:49,411 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,411 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: certtype(String), certtype(String) 2024-06-21 16:18:49,412 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,412 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='certtype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,412 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,413 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: certtype(String), 1(String) 2024-06-21 16:18:49,413 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:18:49,414 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,414 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineSendMessage' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineSendMessage' )a) 2024-06-21 16:18:49,414 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,414 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineSendMessage(String), wfEngineSendMessage(String) 2024-06-21 16:18:49,415 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,416 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineSendMessage' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,417 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,417 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineSendMessage(String), 1(String) 2024-06-21 16:18:49,418 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,419 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,419 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='ATTACHPATH' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='ATTACHPATH' )a) 2024-06-21 16:18:49,419 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,420 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: ATTACHPATH(String), ATTACHPATH(String) 2024-06-21 16:18:49,421 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,421 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='ATTACHPATH' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,422 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,422 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: ATTACHPATH(String), 1(String) 2024-06-21 16:18:49,423 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,424 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,424 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='ATTACHFUNCTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='ATTACHFUNCTYPE' )a) 2024-06-21 16:18:49,424 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,425 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: ATTACHFUNCTYPE(String), ATTACHFUNCTYPE(String) 2024-06-21 16:18:49,426 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,426 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='ATTACHFUNCTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,426 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,427 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: ATTACHFUNCTYPE(String), 1(String) 2024-06-21 16:18:49,428 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:18:49,429 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,430 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHRUNTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHRUNTYPE' )a) 2024-06-21 16:18:49,430 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,430 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHRUNTYPE(String), BATCHRUNTYPE(String) 2024-06-21 16:18:49,431 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,432 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHRUNTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,432 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,432 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHRUNTYPE(String), 1(String) 2024-06-21 16:18:49,433 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:18:49,433 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,433 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='SYSDICT' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='SYSDICT' )a) 2024-06-21 16:18:49,433 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,433 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: SYSDICT(String), SYSDICT(String) 2024-06-21 16:18:49,434 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,435 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='SYSDICT' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,435 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,435 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: SYSDICT(String), 1(String) 2024-06-21 16:18:49,436 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,437 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,437 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BUSDICTCLASS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BUSDICTCLASS' )a) 2024-06-21 16:18:49,437 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,437 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BUSDICTCLASS(String), BUSDICTCLASS(String) 2024-06-21 16:18:49,438 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,439 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BUSDICTCLASS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,439 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,440 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BUSDICTCLASS(String), 1(String) 2024-06-21 16:18:49,441 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,441 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,442 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='USERPARAMFLAG' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='USERPARAMFLAG' )a) 2024-06-21 16:18:49,442 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,442 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: USERPARAMFLAG(String), USERPARAMFLAG(String) 2024-06-21 16:18:49,443 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,443 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='USERPARAMFLAG' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,443 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,443 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: USERPARAMFLAG(String), 1(String) 2024-06-21 16:18:49,444 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:18:49,444 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,444 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PRODTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PRODTYPE' )a) 2024-06-21 16:18:49,445 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,445 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PRODTYPE(String), PRODTYPE(String) 2024-06-21 16:18:49,445 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,445 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PRODTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,446 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,446 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PRODTYPE(String), 1(String) 2024-06-21 16:18:49,446 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:18:49,447 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,447 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='Businesstype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='Businesstype' )a) 2024-06-21 16:18:49,447 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,447 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: Businesstype(String), Businesstype(String) 2024-06-21 16:18:49,448 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,448 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='Businesstype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,449 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,449 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: Businesstype(String), 1(String) 2024-06-21 16:18:49,449 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:18:49,450 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,450 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='limitinterval' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='limitinterval' )a) 2024-06-21 16:18:49,450 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,450 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: limitinterval(String), limitinterval(String) 2024-06-21 16:18:49,451 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,451 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='limitinterval' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,451 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,451 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: limitinterval(String), 1(String) 2024-06-21 16:18:49,452 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:18:49,453 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,453 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='workType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='workType' )a) 2024-06-21 16:18:49,453 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,453 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: workType(String), workType(String) 2024-06-21 16:18:49,454 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,454 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='workType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,454 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,454 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: workType(String), 1(String) 2024-06-21 16:18:49,455 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:18:49,456 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,456 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='FIELDCLASS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='FIELDCLASS' )a) 2024-06-21 16:18:49,457 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,457 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: FIELDCLASS(String), FIELDCLASS(String) 2024-06-21 16:18:49,458 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,458 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='FIELDCLASS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,459 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,459 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: FIELDCLASS(String), 1(String) 2024-06-21 16:18:49,460 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:18:49,460 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,460 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='roletype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='roletype' )a) 2024-06-21 16:18:49,460 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,461 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: roletype(String), roletype(String) 2024-06-21 16:18:49,461 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,461 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='roletype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,462 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,462 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: roletype(String), 1(String) 2024-06-21 16:18:49,462 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:18:49,463 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,463 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='isBatchRun' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='isBatchRun' )a) 2024-06-21 16:18:49,463 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,463 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: isBatchRun(String), isBatchRun(String) 2024-06-21 16:18:49,464 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,464 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='isBatchRun' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,464 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,464 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: isBatchRun(String), 1(String) 2024-06-21 16:18:49,465 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,465 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,465 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='ORGSTATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='ORGSTATE' )a) 2024-06-21 16:18:49,465 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,465 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: ORGSTATE(String), ORGSTATE(String) 2024-06-21 16:18:49,466 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,466 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='ORGSTATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,466 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,467 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: ORGSTATE(String), 1(String) 2024-06-21 16:18:49,467 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,467 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,467 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wf_managestate' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wf_managestate' )a) 2024-06-21 16:18:49,468 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,468 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wf_managestate(String), wf_managestate(String) 2024-06-21 16:18:49,468 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,468 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wf_managestate' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,469 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,469 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wf_managestate(String), 1(String) 2024-06-21 16:18:49,469 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:18:49,469 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,469 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineFont' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineFont' )a) 2024-06-21 16:18:49,470 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,470 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineFont(String), wfEngineFont(String) 2024-06-21 16:18:49,470 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,471 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineFont' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,471 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,471 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineFont(String), 1(String) 2024-06-21 16:18:49,472 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,472 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,473 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHMAXTHREAD' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHMAXTHREAD' )a) 2024-06-21 16:18:49,474 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,474 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHMAXTHREAD(String), BATCHMAXTHREAD(String) 2024-06-21 16:18:49,475 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,475 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHMAXTHREAD' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,475 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,475 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHMAXTHREAD(String), 1(String) 2024-06-21 16:18:49,476 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,476 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,476 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='DATATYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='DATATYPE' )a) 2024-06-21 16:18:49,477 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,477 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: DATATYPE(String), DATATYPE(String) 2024-06-21 16:18:49,478 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,478 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='DATATYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,478 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,478 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: DATATYPE(String), 1(String) 2024-06-21 16:18:49,479 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:18:49,479 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,479 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHSTEPSTATUS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHSTEPSTATUS' )a) 2024-06-21 16:18:49,480 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,480 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHSTEPSTATUS(String), BATCHSTEPSTATUS(String) 2024-06-21 16:18:49,480 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,481 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHSTEPSTATUS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,481 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,481 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHSTEPSTATUS(String), 1(String) 2024-06-21 16:18:49,482 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 7 2024-06-21 16:18:49,483 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,483 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHWHOLESTATUS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHWHOLESTATUS' )a) 2024-06-21 16:18:49,485 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,485 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHWHOLESTATUS(String), BATCHWHOLESTATUS(String) 2024-06-21 16:18:49,486 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,486 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHWHOLESTATUS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,486 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,486 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHWHOLESTATUS(String), 1(String) 2024-06-21 16:18:49,487 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:18:49,487 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,488 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PUBLISHTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PUBLISHTYPE' )a) 2024-06-21 16:18:49,488 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,488 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PUBLISHTYPE(String), PUBLISHTYPE(String) 2024-06-21 16:18:49,489 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,490 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PUBLISHTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,490 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,490 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PUBLISHTYPE(String), 1(String) 2024-06-21 16:18:49,492 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:18:49,492 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,492 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='SQLLOGTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='SQLLOGTYPE' )a) 2024-06-21 16:18:49,493 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,493 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: SQLLOGTYPE(String), SQLLOGTYPE(String) 2024-06-21 16:18:49,494 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,494 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='SQLLOGTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,494 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,494 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: SQLLOGTYPE(String), 1(String) 2024-06-21 16:18:49,495 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 6 2024-06-21 16:18:49,495 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,495 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='TOPORGTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='TOPORGTYPE' )a) 2024-06-21 16:18:49,496 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,496 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: TOPORGTYPE(String), TOPORGTYPE(String) 2024-06-21 16:18:49,497 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,497 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='TOPORGTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,498 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,498 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: TOPORGTYPE(String), 1(String) 2024-06-21 16:18:49,498 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,499 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,499 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_paramtype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_paramtype' )a) 2024-06-21 16:18:49,499 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,499 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_paramtype(String), prod_paramtype(String) 2024-06-21 16:18:49,500 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,500 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_paramtype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,500 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,500 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_paramtype(String), 1(String) 2024-06-21 16:18:49,501 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:18:49,501 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,501 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rf_testbusitype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rf_testbusitype' )a) 2024-06-21 16:18:49,501 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,502 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rf_testbusitype(String), rf_testbusitype(String) 2024-06-21 16:18:49,502 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,502 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rf_testbusitype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,503 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,503 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rf_testbusitype(String), 1(String) 2024-06-21 16:18:49,503 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:18:49,503 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,503 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='VAR' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='VAR' )a) 2024-06-21 16:18:49,504 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,504 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: VAR(String), VAR(String) 2024-06-21 16:18:49,504 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,504 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='VAR' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,505 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,505 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: VAR(String), 1(String) 2024-06-21 16:18:49,505 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:18:49,506 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,506 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='Testdatatype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='Testdatatype' )a) 2024-06-21 16:18:49,506 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,506 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: Testdatatype(String), Testdatatype(String) 2024-06-21 16:18:49,507 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,507 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='Testdatatype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,507 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,508 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: Testdatatype(String), 1(String) 2024-06-21 16:18:49,508 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:18:49,509 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,509 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='dictype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='dictype' )a) 2024-06-21 16:18:49,509 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,509 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: dictype(String), dictype(String) 2024-06-21 16:18:49,510 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,510 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='dictype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,510 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,510 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: dictype(String), 1(String) 2024-06-21 16:18:49,511 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:18:49,511 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,511 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='MSGSENDWAY' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='MSGSENDWAY' )a) 2024-06-21 16:18:49,511 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,511 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: MSGSENDWAY(String), MSGSENDWAY(String) 2024-06-21 16:18:49,512 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,512 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='MSGSENDWAY' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,512 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,512 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: MSGSENDWAY(String), 1(String) 2024-06-21 16:18:49,512 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:18:49,513 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,513 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PASSWORDSTRENGTH' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PASSWORDSTRENGTH' )a) 2024-06-21 16:18:49,513 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,513 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PASSWORDSTRENGTH(String), PASSWORDSTRENGTH(String) 2024-06-21 16:18:49,513 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,514 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PASSWORDSTRENGTH' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,514 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,514 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PASSWORDSTRENGTH(String), 1(String) 2024-06-21 16:18:49,514 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 9 2024-06-21 16:18:49,515 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,515 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKTIME' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKTIME' )a) 2024-06-21 16:18:49,515 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,515 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKTIME(String), WORKTIME(String) 2024-06-21 16:18:49,516 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,516 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKTIME' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,516 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,516 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKTIME(String), 1(String) 2024-06-21 16:18:49,517 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,517 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,517 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='TASKLISTSTATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='TASKLISTSTATE' )a) 2024-06-21 16:18:49,517 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,517 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: TASKLISTSTATE(String), TASKLISTSTATE(String) 2024-06-21 16:18:49,518 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,518 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='TASKLISTSTATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,518 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,518 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: TASKLISTSTATE(String), 1(String) 2024-06-21 16:18:49,519 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:18:49,519 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,520 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='workflow_paramtype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='workflow_paramtype' )a) 2024-06-21 16:18:49,520 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,520 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: workflow_paramtype(String), workflow_paramtype(String) 2024-06-21 16:18:49,520 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,521 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='workflow_paramtype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,521 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,521 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: workflow_paramtype(String), 1(String) 2024-06-21 16:18:49,521 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:18:49,521 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,522 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='IMPZIPCHARSET' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='IMPZIPCHARSET' )a) 2024-06-21 16:18:49,522 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,522 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: IMPZIPCHARSET(String), IMPZIPCHARSET(String) 2024-06-21 16:18:49,522 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,522 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='IMPZIPCHARSET' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,522 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,523 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: IMPZIPCHARSET(String), 1(String) 2024-06-21 16:18:49,523 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,524 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,524 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='datatype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='datatype' )a) 2024-06-21 16:18:49,524 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,524 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: datatype(String), datatype(String) 2024-06-21 16:18:49,525 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,525 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='datatype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,525 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,525 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: datatype(String), 1(String) 2024-06-21 16:18:49,525 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:18:49,526 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,526 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='SYSDICTCLASS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='SYSDICTCLASS' )a) 2024-06-21 16:18:49,526 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,526 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: SYSDICTCLASS(String), SYSDICTCLASS(String) 2024-06-21 16:18:49,526 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,527 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='SYSDICTCLASS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,527 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,527 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: SYSDICTCLASS(String), 1(String) 2024-06-21 16:18:49,527 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 7 2024-06-21 16:18:49,528 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,528 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='usePageOffice' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='usePageOffice' )a) 2024-06-21 16:18:49,528 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,528 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: usePageOffice(String), usePageOffice(String) 2024-06-21 16:18:49,528 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,529 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='usePageOffice' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,529 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,529 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: usePageOffice(String), 1(String) 2024-06-21 16:18:49,529 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,529 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,530 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wonPrintWord' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wonPrintWord' )a) 2024-06-21 16:18:49,530 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,530 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wonPrintWord(String), wonPrintWord(String) 2024-06-21 16:18:49,531 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,531 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wonPrintWord' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,531 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,532 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wonPrintWord(String), 1(String) 2024-06-21 16:18:49,532 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,533 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,533 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='IMPTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='IMPTYPE' )a) 2024-06-21 16:18:49,533 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,533 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: IMPTYPE(String), IMPTYPE(String) 2024-06-21 16:18:49,534 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,534 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='IMPTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,534 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,534 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: IMPTYPE(String), 1(String) 2024-06-21 16:18:49,534 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,535 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,535 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='ORGTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='ORGTYPE' )a) 2024-06-21 16:18:49,535 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,535 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: ORGTYPE(String), ORGTYPE(String) 2024-06-21 16:18:49,536 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,536 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='ORGTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,536 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,536 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: ORGTYPE(String), 1(String) 2024-06-21 16:18:49,537 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:18:49,537 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,537 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='USERSTATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='USERSTATE' )a) 2024-06-21 16:18:49,537 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,537 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: USERSTATE(String), USERSTATE(String) 2024-06-21 16:18:49,538 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,538 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='USERSTATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,538 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,538 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: USERSTATE(String), 1(String) 2024-06-21 16:18:49,539 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:18:49,539 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,540 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_teststate' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_teststate' )a) 2024-06-21 16:18:49,540 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,540 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_teststate(String), prod_teststate(String) 2024-06-21 16:18:49,541 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,541 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_teststate' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,541 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,541 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_teststate(String), 1(String) 2024-06-21 16:18:49,542 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:18:49,542 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,542 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rf_paramtype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rf_paramtype' )a) 2024-06-21 16:18:49,542 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,543 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rf_paramtype(String), rf_paramtype(String) 2024-06-21 16:18:49,543 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,543 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rf_paramtype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,543 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,543 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rf_paramtype(String), 1(String) 2024-06-21 16:18:49,544 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:18:49,544 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,544 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='partypost' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='partypost' )a) 2024-06-21 16:18:49,544 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,544 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: partypost(String), partypost(String) 2024-06-21 16:18:49,545 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,545 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='partypost' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,545 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,545 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: partypost(String), 1(String) 2024-06-21 16:18:49,545 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,546 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,546 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='USERLOGINFLAG' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='USERLOGINFLAG' )a) 2024-06-21 16:18:49,546 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,546 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: USERLOGINFLAG(String), USERLOGINFLAG(String) 2024-06-21 16:18:49,546 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,546 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='USERLOGINFLAG' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,546 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,547 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: USERLOGINFLAG(String), 1(String) 2024-06-21 16:18:49,547 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,547 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,547 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKUNITTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKUNITTYPE' )a) 2024-06-21 16:18:49,547 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,547 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKUNITTYPE(String), WORKUNITTYPE(String) 2024-06-21 16:18:49,548 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,548 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKUNITTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,548 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,548 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKUNITTYPE(String), 1(String) 2024-06-21 16:18:49,549 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:18:49,549 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,549 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='CURPOSTDEALTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='CURPOSTDEALTYPE' )a) 2024-06-21 16:18:49,549 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,549 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: CURPOSTDEALTYPE(String), CURPOSTDEALTYPE(String) 2024-06-21 16:18:49,550 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,550 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='CURPOSTDEALTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,550 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,550 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: CURPOSTDEALTYPE(String), 1(String) 2024-06-21 16:18:49,550 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:18:49,551 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,551 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineRetract' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineRetract' )a) 2024-06-21 16:18:49,551 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,551 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineRetract(String), wfEngineRetract(String) 2024-06-21 16:18:49,552 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,552 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineRetract' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,552 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,552 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineRetract(String), 1(String) 2024-06-21 16:18:49,553 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,553 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,553 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineLogicInRole' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineLogicInRole' )a) 2024-06-21 16:18:49,554 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,554 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineLogicInRole(String), wfEngineLogicInRole(String) 2024-06-21 16:18:49,554 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,554 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineLogicInRole' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,555 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,555 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineLogicInRole(String), 1(String) 2024-06-21 16:18:49,555 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,555 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,555 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='operusemode' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='operusemode' )a) 2024-06-21 16:18:49,556 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,556 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: operusemode(String), operusemode(String) 2024-06-21 16:18:49,556 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,557 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='operusemode' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,557 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,557 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: operusemode(String), 1(String) 2024-06-21 16:18:49,558 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:18:49,558 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,558 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='configmode' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='configmode' )a) 2024-06-21 16:18:49,558 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,558 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: configmode(String), configmode(String) 2024-06-21 16:18:49,559 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,559 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='configmode' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,559 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,559 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: configmode(String), 1(String) 2024-06-21 16:18:49,559 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:18:49,560 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,560 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PRODUCTAUDIT' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PRODUCTAUDIT' )a) 2024-06-21 16:18:49,560 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,560 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PRODUCTAUDIT(String), PRODUCTAUDIT(String) 2024-06-21 16:18:49,561 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,561 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PRODUCTAUDIT' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,561 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,561 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PRODUCTAUDIT(String), 1(String) 2024-06-21 16:18:49,561 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,562 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,562 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='fileType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='fileType' )a) 2024-06-21 16:18:49,562 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,562 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: fileType(String), fileType(String) 2024-06-21 16:18:49,562 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,563 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='fileType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,563 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,563 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: fileType(String), 1(String) 2024-06-21 16:18:49,563 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,563 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,563 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='AUTORULE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='AUTORULE' )a) 2024-06-21 16:18:49,564 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,564 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: AUTORULE(String), AUTORULE(String) 2024-06-21 16:18:49,564 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,565 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='AUTORULE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,565 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,565 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: AUTORULE(String), 1(String) 2024-06-21 16:18:49,566 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:18:49,566 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,566 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHWAITSECONDS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHWAITSECONDS' )a) 2024-06-21 16:18:49,566 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,566 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHWAITSECONDS(String), BATCHWAITSECONDS(String) 2024-06-21 16:18:49,567 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,567 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHWAITSECONDS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,567 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,567 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHWAITSECONDS(String), 1(String) 2024-06-21 16:18:49,568 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:18:49,568 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,568 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='region' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='region' )a) 2024-06-21 16:18:49,568 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,568 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: region(String), region(String) 2024-06-21 16:18:49,569 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,569 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='region' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,569 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,569 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: region(String), 1(String) 2024-06-21 16:18:49,569 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 11 2024-06-21 16:18:49,570 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,570 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rfEngine07' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rfEngine07' )a) 2024-06-21 16:18:49,570 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,570 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rfEngine07(String), rfEngine07(String) 2024-06-21 16:18:49,571 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,571 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rfEngine07' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,572 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,572 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rfEngine07(String), 1(String) 2024-06-21 16:18:49,572 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 6 2024-06-21 16:18:49,573 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,573 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rfEngine11_example' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rfEngine11_example' )a) 2024-06-21 16:18:49,573 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,574 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rfEngine11_example(String), rfEngine11_example(String) 2024-06-21 16:18:49,574 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,574 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rfEngine11_example' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,575 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,575 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rfEngine11_example(String), 1(String) 2024-06-21 16:18:49,575 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:18:49,576 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:18:49,576 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rdpDemoCreateType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rdpDemoCreateType' )a) 2024-06-21 16:18:49,576 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:18:49,576 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rdpDemoCreateType(String), rdpDemoCreateType(String) 2024-06-21 16:18:49,576 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:18:49,577 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rdpDemoCreateType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,577 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:18:49,577 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rdpDemoCreateType(String), 1(String) 2024-06-21 16:18:49,577 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:18:49,577 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounOrgMapper.queryAllNounOrg:select distinct nounitem, orgcode from SYS_NOUNORG 2024-06-21 16:18:49,578 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounOrgMapper.queryAllNounOrg -137 -debug -==> Preparing: select distinct nounitem, orgcode from SYS_NOUNORG 2024-06-21 16:18:49,578 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounOrgMapper.queryAllNounOrg -137 -debug -==> Parameters: 2024-06-21 16:18:49,578 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounOrgMapper.queryAllNounOrg -137 -debug -<== Total: 0 2024-06-21 16:18:49,579 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.batchmanage.mapper.SysBatchWholeRunStateMapper.queryReRunAppBatch:select a.* from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUN b ON b.NOUNITEM='WORKDATE' AND a.BATCHDATE=B.NOUNVALUE AND b.ORGFLAG!='1' where a.BATCHSTATUS in ('ready','normalRunning', 'errorRunning') and a.runType in ('appHand','appSerial') UNION select a.* from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUNORG b ON a.BATCHDATE=b.NOUNVALUE AND a.HEADORGCODE=b.ORGCODE AND b.NOUNITEM='WORKDATE' INNER JOIN SYS_NOUN c ON c.NOUNITEM='WORKDATE' where a.BATCHSTATUS in ('ready','normalRunning', 'errorRunning') and a.runType in ('appHand','appSerial') AND c.ORGFLAG='1' 2024-06-21 16:18:49,580 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchWholeRunStateMapper.queryReRunAppBatch -137 -debug -==> Preparing: select a.* from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUN b ON b.NOUNITEM='WORKDATE' AND a.BATCHDATE=B.NOUNVALUE AND b.ORGFLAG!='1' where a.BATCHSTATUS in ('ready','normalRunning', 'errorRunning') and a.runType in ('appHand','appSerial') UNION select a.* from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUNORG b ON a.BATCHDATE=b.NOUNVALUE AND a.HEADORGCODE=b.ORGCODE AND b.NOUNITEM='WORKDATE' INNER JOIN SYS_NOUN c ON c.NOUNITEM='WORKDATE' where a.BATCHSTATUS in ('ready','normalRunning', 'errorRunning') and a.runType in ('appHand','appSerial') AND c.ORGFLAG='1' 2024-06-21 16:18:49,580 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchWholeRunStateMapper.queryReRunAppBatch -137 -debug -==> Parameters: 2024-06-21 16:18:49,580 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchWholeRunStateMapper.queryReRunAppBatch -137 -debug -<== Total: 0 2024-06-21 16:18:49,580 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.batchmanage.mapper.SysBatchInfoMapper.queryRunAndWaitAutoBatch:select batchid,autoinittm,headorgcode from ( select batchid,autoinittm,headorgcode,9 as lsh from sys_batchinfo a where a.AUTOINITTM is not null union select batchid,NULL as autoinittm,headorgcode,case when BATCHSTATUS in ('errorRunning','normalRunning') then 0 else 1 end as lsh from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUN b ON b.NOUNITEM='WORKDATE' AND a.BATCHDATE=B.NOUNVALUE AND b.ORGFLAG!='1' where a.BATCHSTATUS in ('errorRunning','normalRunning','ready') and a.runtype = 'appAuto' UNION select batchid,NULL as autoinittm,headorgcode,case when BATCHSTATUS in ('errorRunning','normalRunning') then 0 else 1 end as lsh from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUNORG b ON a.BATCHDATE=b.NOUNVALUE AND a.HEADORGCODE=b.ORGCODE AND b.NOUNITEM='WORKDATE' INNER JOIN SYS_NOUN c ON c.NOUNITEM='WORKDATE' where a.BATCHSTATUS in ('errorRunning','normalRunning','ready') and a.runtype = 'appAuto' AND c.ORGFLAG='1' ) t order by lsh 2024-06-21 16:18:49,580 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchInfoMapper.queryRunAndWaitAutoBatch -137 -debug -==> Preparing: select batchid,autoinittm,headorgcode from ( select batchid,autoinittm,headorgcode,9 as lsh from sys_batchinfo a where a.AUTOINITTM is not null union select batchid,NULL as autoinittm,headorgcode,case when BATCHSTATUS in ('errorRunning','normalRunning') then 0 else 1 end as lsh from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUN b ON b.NOUNITEM='WORKDATE' AND a.BATCHDATE=B.NOUNVALUE AND b.ORGFLAG!='1' where a.BATCHSTATUS in ('errorRunning','normalRunning','ready') and a.runtype = 'appAuto' UNION select batchid,NULL as autoinittm,headorgcode,case when BATCHSTATUS in ('errorRunning','normalRunning') then 0 else 1 end as lsh from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUNORG b ON a.BATCHDATE=b.NOUNVALUE AND a.HEADORGCODE=b.ORGCODE AND b.NOUNITEM='WORKDATE' INNER JOIN SYS_NOUN c ON c.NOUNITEM='WORKDATE' where a.BATCHSTATUS in ('errorRunning','normalRunning','ready') and a.runtype = 'appAuto' AND c.ORGFLAG='1' ) t order by lsh 2024-06-21 16:18:49,581 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchInfoMapper.queryRunAndWaitAutoBatch -137 -debug -==> Parameters: 2024-06-21 16:18:49,581 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchInfoMapper.queryRunAndWaitAutoBatch -137 -debug -<== Total: 0 2024-06-21 16:18:49,581 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getAllButtonFun:select buttonid as id, funccode as parentid, BUTTONNAME as text, buttonurl as attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_FUNCBUTTON where buttonurl is not null and buttonurl != '' 2024-06-21 16:18:49,581 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getAllButtonFun -137 -debug -==> Preparing: select buttonid as id, funccode as parentid, BUTTONNAME as text, buttonurl as attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_FUNCBUTTON where buttonurl is not null and buttonurl != '' 2024-06-21 16:18:49,581 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getAllButtonFun -137 -debug -==> Parameters: 2024-06-21 16:18:49,582 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getAllButtonFun -137 -debug -<== Total: 0 2024-06-21 16:18:49,582 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree:select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:18:49,582 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Preparing: select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:18:49,582 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Parameters: 2024-06-21 16:18:49,584 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -<== Total: 57 2024-06-21 16:19:02,313 [ http-nio-8080-exec-1] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] -173 -log -Initializing Spring DispatcherServlet 'dispatcherServlet' 2024-06-21 16:19:02,314 [ http-nio-8080-exec-1] INFO org.springframework.web.servlet.DispatcherServlet -532 -initServletBean -Initializing Servlet 'dispatcherServlet' 2024-06-21 16:19:02,317 [ http-nio-8080-exec-1] INFO org.springframework.web.servlet.DispatcherServlet -554 -initServletBean -Completed initialization in 3 ms 2024-06-21 16:19:02,334 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/welcome 2024-06-21 16:19:02,334 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/welcome 2024-06-21 16:19:02,334 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:19:02,335 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:19:02,349 [ http-nio-8080-exec-2] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 32KB buffer from chunk 0 &10452992 2024-06-21 16:19:02,349 [ http-nio-8080-exec-2] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.OffHeapStorageArea -438 -expandData -Data area expanded from 32KB to 64KB [occupation=0.0] 2024-06-21 16:19:02,426 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree:select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:19:02,427 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Preparing: select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:19:02,427 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Parameters: 2024-06-21 16:19:02,432 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -<== Total: 57 2024-06-21 16:19:02,585 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/welcome 2024-06-21 16:19:02,585 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:19:02,588 [ http-nio-8080-exec-3] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 32KB buffer from chunk 0 &10420224 2024-06-21 16:19:02,589 [ http-nio-8080-exec-3] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.OffHeapStorageArea -438 -expandData -Data area expanded from 32KB to 64KB [occupation=0.0] 2024-06-21 16:19:03,045 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:19:03,045 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:19:03,058 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdConvertEncryption":"SM4","showVerifyCode":false},"success":true} 2024-06-21 16:19:04,980 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:19:04,980 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:19:04,991 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(64,'admin','2024-06-21 16:19:04:985',1718957944989,'/doLogin','{"username":["admin"],"password":["***"]}','用户登录',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:19:06,016 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:19:06,018 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:19:06,019 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:19:06,026 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:19:06,037 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin:select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname='admin' and a.psw='0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983' and rownum=1 2024-06-21 16:19:06,038 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Preparing: select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname=? and a.psw=? and rownum=1 2024-06-21 16:19:06,038 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Parameters: admin(String), 0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983(String) 2024-06-21 16:19:06,040 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -<== Total: 1 2024-06-21 16:19:06,041 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole:select roleid from SYS_USER_ROLE where account='admin' 2024-06-21 16:19:06,042 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Preparing: select roleid from SYS_USER_ROLE where account=? 2024-06-21 16:19:06,043 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Parameters: admin(String) 2024-06-21 16:19:06,044 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -<== Total: 1 2024-06-21 16:19:06,048 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg:SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG='000000' AND org.ORGTYPE='1headoffice' AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:19:06,048 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Preparing: SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG=? AND org.ORGTYPE=? AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:19:06,050 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Parameters: 000000(String), 1headoffice(String) 2024-06-21 16:19:06,051 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -<== Total: 0 2024-06-21 16:19:06,052 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doModify:update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:19:06,052 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Preparing: update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:19:06,053 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Parameters: 2024-06-21 16:19:06,054 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -<== Updates: 1 2024-06-21 16:19:06,060 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:19:06,061 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:19:06,061 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:19:06,062 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:19:06,063 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKDATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKDATE' )a) 2024-06-21 16:19:06,064 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:19:06,064 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKDATE(String), WORKDATE(String) 2024-06-21 16:19:06,065 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:19:06,066 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKDATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:19:06,068 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:19:06,069 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKDATE(String), 1(String) 2024-06-21 16:19:06,071 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:19:06,098 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg:select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname ='admin' and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:19:06,099 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Preparing: select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname =? and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:19:06,099 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Parameters: admin(String) 2024-06-21 16:19:06,100 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -<== Total: 1 2024-06-21 16:19:06,104 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:19:06,104 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:19:06,105 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:19:06,106 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:19:06,114 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdStat":"okey","orgList":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":null,"attribute":null,"children":null}]},"success":true} 2024-06-21 16:19:06,122 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:19:06,123 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:19:06,128 [ http-nio-8080-exec-6] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 32KB buffer from chunk 0 &10387456 2024-06-21 16:19:06,128 [ http-nio-8080-exec-6] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.OffHeapStorageArea -438 -expandData -Data area expanded from 32KB to 64KB [occupation=0.0] 2024-06-21 16:19:06,141 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun:select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account='admin' ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG='000000' ) ) and f1.ORGTYPE >= '0root' order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:19:06,142 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Preparing: select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account=? ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG=? ) ) and f1.ORGTYPE >= ? order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:19:06,142 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Parameters: admin(String), 000000(String), 0root(String) 2024-06-21 16:19:06,145 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -<== Total: 57 2024-06-21 16:19:06,145 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun:select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = 'admin' and t2.AUTHFLAG = '1' group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:19:06,146 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Preparing: select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = ? and t2.AUTHFLAG = ? group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:19:06,147 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Parameters: admin(String), 1(String) 2024-06-21 16:19:06,148 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -<== Total: 0 2024-06-21 16:19:06,155 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton:select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account='admin' group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:19:06,156 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Preparing: select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account=? group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:19:06,157 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Parameters: admin(String) 2024-06-21 16:19:06,158 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -<== Total: 0 2024-06-21 16:19:06,160 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType:select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:19:06,161 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Preparing: select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:19:06,161 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Parameters: 2024-06-21 16:19:06,162 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -<== Total: 0 2024-06-21 16:19:06,164 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne:select nounvalue from SYS_USERPARAM where nounitem='color' and account='admin' 2024-06-21 16:19:06,165 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Preparing: select nounvalue from SYS_USERPARAM where nounitem=? and account=? 2024-06-21 16:19:06,166 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Parameters: color(String), admin(String) 2024-06-21 16:19:06,167 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -<== Total: 0 2024-06-21 16:19:06,178 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"success":true,"message":"","data":{"operAccess":{},"layout":"mix","currentUser":{"account":"admin","userName":"超级管理员","curOrgCode":"000000","curOrgName":"根机构","deptType":null,"orgCode":"000000","orgName":"根机构","orgtype":"0root","headOfficeCode":"000000","roleId":null,"roleList":["sysadmin"],"modifypwdate":"2024-06-21","devaccount":null,"devuserName":null,"logOn":"1","loginname":"admin"},"menuList":[{"key":"0","path":"","name":"系统菜单","icon":null,"children":[{"key":"M100000","path":"","name":"系统管理","icon":null,"children":[{"key":"M100100","path":"auth-mng","name":"用户权限管理","icon":null,"children":[{"key":"M100103","path":"/admin/orgmanage","name":"机构管理","icon":null,"children":null},{"key":"M100106","path":"/admin/usermanage","name":"用户管理","icon":null,"children":null},{"key":"M100102","path":"/admin/rolemanage","name":"角色管理","icon":null,"children":null},{"key":"M100105","path":"/admin/funmanage","name":"菜单管理","icon":null,"children":null},{"key":"M100109","path":"/admin/funorgmanage","name":"机构菜单管理","icon":null,"children":null},{"key":"M100310","path":"idata-mng","name":"数据补录","icon":null,"children":[{"key":"M100311","path":"/admin/excelmanage/impmtype","name":"数据模板定义","icon":null,"children":null},{"key":"M100313","path":"/admin/excelmanage/impandauditp","name":"数据补录及审核","icon":null,"children":null},{"key":"M100312","path":"/admin/excelmanage/importdataQuery","name":"数据补录查询","icon":null,"children":null}]}]},{"key":"M100300","path":"pub-mng","name":"公共机制管理","icon":null,"children":[{"key":"M100118","path":"/admin/innercodemanage","name":"序号管理","icon":null,"children":null},{"key":"M100210","path":"","name":"SQL编辑器","icon":null,"children":[{"key":"M10021004","path":"/admin/sqleditor/dataclassdef","name":"数据分类定义","icon":null,"children":null},{"key":"M10021001","path":"/admin/sqleditor/defOperate","name":"数据操作定义","icon":null,"children":null},{"key":"M10021003","path":"/admin/sqleditor/editorDefine","name":"编辑器定义","icon":null,"children":null},{"key":"M10021002","path":"/admin/sqleditor/variableDefine","name":"编辑器变量","icon":null,"children":null}]},{"key":"M100116","path":"/admin/excelmanage/rpt","name":"报表管理","icon":null,"children":null},{"key":"M100111","path":"/admin/msgmanage/msgmng","name":"信息发布","icon":null,"children":null},{"key":"M100120","path":"/admin/sqllogmanage","name":"数据处理","icon":null,"children":null},{"key":"M100122","path":"/admin/syslogmanage","name":"操作日志查询","icon":null,"children":null},{"key":"M100123","path":"/admin/holidaymanage","name":"节假日管理","icon":null,"children":null},{"key":"M100125","path":"/admin/messgsendmanage/messconfig","name":"消息发送配置","icon":null,"children":null}]},{"key":"M100200","path":"sys-mng","name":"参数字典管理","icon":null,"children":[{"key":"M100107","path":"/admin/nounmanage/PARAM/BUSDICT","name":"业务参数管理","icon":null,"children":null},{"key":"M100108","path":"/admin/nounmanage/PARAM/SYSDICT","name":"系统参数管理","icon":null,"children":null},{"key":"M100110","path":"/admin/nounorg","name":"机构业务参数管理","icon":null,"children":null}]},{"key":"M100600","path":"batch-mng","name":"批次配置管理","icon":null,"children":[{"key":"M100601","path":"/admin/batchmanage/batchcontrol","name":"批次步骤定义","icon":null,"children":null},{"key":"M100602","path":"/admin/batchmanage/batchlog","name":"批次日志查询","icon":null,"children":null},{"key":"M100603","path":"/admin/batchmanage/batchdispatch","name":"批次调度列表","icon":null,"children":null},{"key":"M100605","path":"/admin/batchmanage/batchinfo","name":"批次列表","icon":null,"children":null},{"key":"M100608","path":"/admin/batchmanage/batchgroup","name":"批次任务组","icon":null,"children":null},{"key":"M100606","path":"/admin/batchmanage/batchrunstate","name":"运维监控","icon":null,"children":null},{"key":"M100607","path":"/admin/batchmanage/batchstate","name":"任务信息","icon":null,"children":null}]}]},{"key":"M300000","path":"prod-base","name":"产品配置标准版本管理","icon":null,"children":[{"key":"M300300","path":"rt-dev","name":"开发平台","icon":null,"children":[{"key":"M300301","path":"/product/rdp/functionInfoManage","name":"功能","icon":null,"children":null},{"key":"M300302","path":"/product/rdp/logicsInfoManage","name":"逻辑组","icon":null,"children":null},{"key":"M300303","path":"/product/rdp/logicInfoManage","name":"单逻辑","icon":null,"children":null},{"key":"M300305","path":"/product/rdp/fastDemo","name":"快速原型","icon":null,"children":null},{"key":"M300306","path":"/product/rdp/v2tov3","name":"功能升级","icon":null,"children":null}]},{"key":"M300200","path":"/product/prodBase/initQueryImport","name":"导入情况查询","icon":null,"children":null}]},{"key":"M700000","path":"rf-eng","name":"规则引擎","icon":null,"children":[{"key":"M700300","path":"/product/prodBase/ruleflow","name":"规则管理","icon":null,"children":null},{"key":"M700100","path":"/rfEngine/rfAnalyse/init","name":"规则解析查询","icon":null,"children":null},{"key":"M700200","path":"/rfEngine/rfAnalyse/initTestRt","name":"规则测试信息结果查询","icon":null,"children":null},{"key":"M700400","path":"/rfEngine/rfDefine/toRuleNodeRelaList","name":"构件参数配置","icon":null,"children":null},{"key":"M700500","path":"/rfEngine/rfUpgrade","name":"规则升级","icon":null,"children":null}]},{"key":"M100500","path":"flow-eng","name":"流程引擎","icon":null,"children":[{"key":"M100501","path":"/wfEngine/bsmBusinessFlow","name":"流程定义","icon":null,"children":null},{"key":"M100502","path":"/wfEngine/moreTaskList","name":"任务列表","icon":null,"children":null},{"key":"M100503","path":"/wfEngine/wfsWorkFlowManage","name":"流程管理","icon":null,"children":null},{"key":"M100504","path":"/wfEngine/bsmBusinessUnit","name":"业务单元","icon":null,"children":null},{"key":"M100505","path":"/wfEngine/wfUpgrade","name":"旧流程升级","icon":null,"children":null}]}]}],"orgDict":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":"ROOT","attribute":null,"children":null}],"workDate":"2015-07-09","color":null,"roleType":null}} 2024-06-21 16:19:06,206 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.update:update sys_logs set execTime='2024-06-21 16:19:06:202', duration=1718957946205-duration, result='登录成功', state='1' where threadID=64 and state=' ' and execTime=( select execTime from ( select max(execTime) as execTime from sys_logs where threadID=64 and state=' ' )a ) 2024-06-21 16:19:09,393 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/functionInfoManage 2024-06-21 16:19:09,393 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:19:09,393 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/functionInfoManage 2024-06-21 16:19:09,394 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:19:09,401 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(66,'admin','2024-06-21 16:19:09:399',1718957949400,'/admin/nounmanage/getSltNounTree','{}','页面获取下拉框格式的树形字典',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:19:09,411 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.AuthInterceptor -49 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:19:09,413 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.SysLogInterceptor -42 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:19:09,413 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.BatchInterceptor -31 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:19:09,416 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.SysLogInterceptor -75 -postHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:19:09,438 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/functionInfoManage 2024-06-21 16:19:09,439 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:19:09,445 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.AuthInterceptor -49 -preHandle -Handler of request[/product/prodBase/getDataList] isn't a method handler. 2024-06-21 16:19:09,448 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.SysLogInterceptor -42 -preHandle -Handler of request[/product/prodBase/getDataList] isn't a method handler. 2024-06-21 16:19:09,449 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.BatchInterceptor -31 -preHandle -Handler of request[/product/prodBase/getDataList] isn't a method handler. 2024-06-21 16:19:09,453 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.SysLogInterceptor -75 -postHandle -Handler of request[/product/prodBase/getDataList] isn't a method handler. 2024-06-21 16:20:18,939 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/logicInfoManage 2024-06-21 16:20:18,940 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:20:18,942 [ http-nio-8080-exec-10] DEBUG com.sundata.common.interceptor.AuthInterceptor -49 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:20:18,944 [ http-nio-8080-exec-10] DEBUG com.sundata.common.interceptor.SysLogInterceptor -42 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:20:18,945 [ http-nio-8080-exec-10] DEBUG com.sundata.common.interceptor.BatchInterceptor -31 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:20:18,947 [ http-nio-8080-exec-10] DEBUG com.sundata.common.interceptor.SysLogInterceptor -75 -postHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:20:19,108 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:20:19,108 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:20:19,115 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdConvertEncryption":"SM4","showVerifyCode":false},"success":true} 2024-06-21 16:20:45,178 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:20:45,179 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:20:45,181 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(60,'admin','2024-06-21 16:20:45:181',1718958045181,'/doLogin','{"username":["admin"],"password":["***"]}','用户登录',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:20:45,190 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:20:45,190 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:20:45,190 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:20:45,191 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:20:45,191 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin:select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname='admin' and a.psw='0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983' and rownum=1 2024-06-21 16:20:45,192 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Preparing: select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname=? and a.psw=? and rownum=1 2024-06-21 16:20:45,192 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Parameters: admin(String), 0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983(String) 2024-06-21 16:20:45,192 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -<== Total: 1 2024-06-21 16:20:45,192 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole:select roleid from SYS_USER_ROLE where account='admin' 2024-06-21 16:20:45,193 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Preparing: select roleid from SYS_USER_ROLE where account=? 2024-06-21 16:20:45,193 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Parameters: admin(String) 2024-06-21 16:20:45,193 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -<== Total: 1 2024-06-21 16:20:45,194 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg:SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG='000000' AND org.ORGTYPE='1headoffice' AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:20:45,194 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Preparing: SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG=? AND org.ORGTYPE=? AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:20:45,194 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Parameters: 000000(String), 1headoffice(String) 2024-06-21 16:20:45,194 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -<== Total: 0 2024-06-21 16:20:45,194 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doModify:update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:20:45,194 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Preparing: update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:20:45,194 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Parameters: 2024-06-21 16:20:45,196 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -<== Updates: 1 2024-06-21 16:20:45,197 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:20:45,197 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:20:45,197 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:20:45,197 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:20:45,197 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKDATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKDATE' )a) 2024-06-21 16:20:45,198 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:20:45,198 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKDATE(String), WORKDATE(String) 2024-06-21 16:20:45,198 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:20:45,198 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKDATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:20:45,198 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:20:45,199 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKDATE(String), 1(String) 2024-06-21 16:20:45,199 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:20:45,201 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg:select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname ='admin' and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:20:45,201 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Preparing: select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname =? and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:20:45,201 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Parameters: admin(String) 2024-06-21 16:20:45,202 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -<== Total: 1 2024-06-21 16:20:45,203 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:20:45,204 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:20:45,204 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:20:45,204 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:20:45,206 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdStat":"okey","orgList":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":null,"attribute":null,"children":null}]},"success":true} 2024-06-21 16:20:45,207 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.update:update sys_logs set execTime='2024-06-21 16:20:45:206', duration=1718958045206-duration, result='登录成功', state='1' where threadID=60 and state=' ' and execTime=( select execTime from ( select max(execTime) as execTime from sys_logs where threadID=60 and state=' ' )a ) 2024-06-21 16:20:45,213 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:20:45,213 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:20:45,216 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun:select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account='admin' ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG='000000' ) ) and f1.ORGTYPE >= '0root' order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:20:45,217 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Preparing: select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account=? ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG=? ) ) and f1.ORGTYPE >= ? order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:20:45,217 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Parameters: admin(String), 000000(String), 0root(String) 2024-06-21 16:20:45,219 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -<== Total: 57 2024-06-21 16:20:45,220 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun:select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = 'admin' and t2.AUTHFLAG = '1' group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:20:45,220 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Preparing: select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = ? and t2.AUTHFLAG = ? group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:20:45,220 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Parameters: admin(String), 1(String) 2024-06-21 16:20:45,221 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -<== Total: 0 2024-06-21 16:20:45,222 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton:select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account='admin' group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:20:45,223 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Preparing: select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account=? group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:20:45,223 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Parameters: admin(String) 2024-06-21 16:20:45,224 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -<== Total: 0 2024-06-21 16:20:45,224 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType:select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:20:45,225 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Preparing: select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:20:45,225 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Parameters: 2024-06-21 16:20:45,225 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -<== Total: 0 2024-06-21 16:20:45,225 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne:select nounvalue from SYS_USERPARAM where nounitem='color' and account='admin' 2024-06-21 16:20:45,225 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Preparing: select nounvalue from SYS_USERPARAM where nounitem=? and account=? 2024-06-21 16:20:45,226 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Parameters: color(String), admin(String) 2024-06-21 16:20:45,226 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -<== Total: 0 2024-06-21 16:20:45,227 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"success":true,"message":"","data":{"operAccess":{},"layout":"mix","currentUser":{"account":"admin","userName":"超级管理员","curOrgCode":"000000","curOrgName":"根机构","deptType":null,"orgCode":"000000","orgName":"根机构","orgtype":"0root","headOfficeCode":"000000","roleId":null,"roleList":["sysadmin"],"modifypwdate":"2024-06-21","devaccount":null,"devuserName":null,"logOn":"1","loginname":"admin"},"menuList":[{"key":"0","path":"","name":"系统菜单","icon":null,"children":[{"key":"M100000","path":"","name":"系统管理","icon":null,"children":[{"key":"M100100","path":"auth-mng","name":"用户权限管理","icon":null,"children":[{"key":"M100103","path":"/admin/orgmanage","name":"机构管理","icon":null,"children":null},{"key":"M100106","path":"/admin/usermanage","name":"用户管理","icon":null,"children":null},{"key":"M100102","path":"/admin/rolemanage","name":"角色管理","icon":null,"children":null},{"key":"M100105","path":"/admin/funmanage","name":"菜单管理","icon":null,"children":null},{"key":"M100109","path":"/admin/funorgmanage","name":"机构菜单管理","icon":null,"children":null},{"key":"M100310","path":"idata-mng","name":"数据补录","icon":null,"children":[{"key":"M100311","path":"/admin/excelmanage/impmtype","name":"数据模板定义","icon":null,"children":null},{"key":"M100313","path":"/admin/excelmanage/impandauditp","name":"数据补录及审核","icon":null,"children":null},{"key":"M100312","path":"/admin/excelmanage/importdataQuery","name":"数据补录查询","icon":null,"children":null}]}]},{"key":"M100300","path":"pub-mng","name":"公共机制管理","icon":null,"children":[{"key":"M100118","path":"/admin/innercodemanage","name":"序号管理","icon":null,"children":null},{"key":"M100210","path":"","name":"SQL编辑器","icon":null,"children":[{"key":"M10021004","path":"/admin/sqleditor/dataclassdef","name":"数据分类定义","icon":null,"children":null},{"key":"M10021001","path":"/admin/sqleditor/defOperate","name":"数据操作定义","icon":null,"children":null},{"key":"M10021003","path":"/admin/sqleditor/editorDefine","name":"编辑器定义","icon":null,"children":null},{"key":"M10021002","path":"/admin/sqleditor/variableDefine","name":"编辑器变量","icon":null,"children":null}]},{"key":"M100116","path":"/admin/excelmanage/rpt","name":"报表管理","icon":null,"children":null},{"key":"M100111","path":"/admin/msgmanage/msgmng","name":"信息发布","icon":null,"children":null},{"key":"M100120","path":"/admin/sqllogmanage","name":"数据处理","icon":null,"children":null},{"key":"M100122","path":"/admin/syslogmanage","name":"操作日志查询","icon":null,"children":null},{"key":"M100123","path":"/admin/holidaymanage","name":"节假日管理","icon":null,"children":null},{"key":"M100125","path":"/admin/messgsendmanage/messconfig","name":"消息发送配置","icon":null,"children":null}]},{"key":"M100200","path":"sys-mng","name":"参数字典管理","icon":null,"children":[{"key":"M100107","path":"/admin/nounmanage/PARAM/BUSDICT","name":"业务参数管理","icon":null,"children":null},{"key":"M100108","path":"/admin/nounmanage/PARAM/SYSDICT","name":"系统参数管理","icon":null,"children":null},{"key":"M100110","path":"/admin/nounorg","name":"机构业务参数管理","icon":null,"children":null}]},{"key":"M100600","path":"batch-mng","name":"批次配置管理","icon":null,"children":[{"key":"M100601","path":"/admin/batchmanage/batchcontrol","name":"批次步骤定义","icon":null,"children":null},{"key":"M100602","path":"/admin/batchmanage/batchlog","name":"批次日志查询","icon":null,"children":null},{"key":"M100603","path":"/admin/batchmanage/batchdispatch","name":"批次调度列表","icon":null,"children":null},{"key":"M100605","path":"/admin/batchmanage/batchinfo","name":"批次列表","icon":null,"children":null},{"key":"M100608","path":"/admin/batchmanage/batchgroup","name":"批次任务组","icon":null,"children":null},{"key":"M100606","path":"/admin/batchmanage/batchrunstate","name":"运维监控","icon":null,"children":null},{"key":"M100607","path":"/admin/batchmanage/batchstate","name":"任务信息","icon":null,"children":null}]}]},{"key":"M300000","path":"prod-base","name":"产品配置标准版本管理","icon":null,"children":[{"key":"M300300","path":"rt-dev","name":"开发平台","icon":null,"children":[{"key":"M300301","path":"/product/rdp/functionInfoManage","name":"功能","icon":null,"children":null},{"key":"M300302","path":"/product/rdp/logicsInfoManage","name":"逻辑组","icon":null,"children":null},{"key":"M300303","path":"/product/rdp/logicInfoManage","name":"单逻辑","icon":null,"children":null},{"key":"M300305","path":"/product/rdp/fastDemo","name":"快速原型","icon":null,"children":null},{"key":"M300306","path":"/product/rdp/v2tov3","name":"功能升级","icon":null,"children":null}]},{"key":"M300200","path":"/product/prodBase/initQueryImport","name":"导入情况查询","icon":null,"children":null}]},{"key":"M700000","path":"rf-eng","name":"规则引擎","icon":null,"children":[{"key":"M700300","path":"/product/prodBase/ruleflow","name":"规则管理","icon":null,"children":null},{"key":"M700100","path":"/rfEngine/rfAnalyse/init","name":"规则解析查询","icon":null,"children":null},{"key":"M700200","path":"/rfEngine/rfAnalyse/initTestRt","name":"规则测试信息结果查询","icon":null,"children":null},{"key":"M700400","path":"/rfEngine/rfDefine/toRuleNodeRelaList","name":"构件参数配置","icon":null,"children":null},{"key":"M700500","path":"/rfEngine/rfUpgrade","name":"规则升级","icon":null,"children":null}]},{"key":"M100500","path":"flow-eng","name":"流程引擎","icon":null,"children":[{"key":"M100501","path":"/wfEngine/bsmBusinessFlow","name":"流程定义","icon":null,"children":null},{"key":"M100502","path":"/wfEngine/moreTaskList","name":"任务列表","icon":null,"children":null},{"key":"M100503","path":"/wfEngine/wfsWorkFlowManage","name":"流程管理","icon":null,"children":null},{"key":"M100504","path":"/wfEngine/bsmBusinessUnit","name":"业务单元","icon":null,"children":null},{"key":"M100505","path":"/wfEngine/wfUpgrade","name":"旧流程升级","icon":null,"children":null}]}]}],"orgDict":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":"ROOT","attribute":null,"children":null}],"workDate":"2015-07-09","color":null,"roleType":null}} 2024-06-21 16:27:22,115 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/welcome 2024-06-21 16:27:22,116 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:27:22,168 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/welcome 2024-06-21 16:27:22,168 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:27:22,171 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree:select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:27:22,172 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Preparing: select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:27:22,172 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Parameters: 2024-06-21 16:27:22,175 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -<== Total: 57 2024-06-21 16:27:22,200 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/welcome 2024-06-21 16:27:22,200 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:27:22,207 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun:select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account='admin' ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG='000000' ) ) and f1.ORGTYPE >= '0root' order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:27:22,208 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Preparing: select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account=? ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG=? ) ) and f1.ORGTYPE >= ? order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:27:22,209 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Parameters: admin(String), 000000(String), 0root(String) 2024-06-21 16:27:22,212 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -<== Total: 57 2024-06-21 16:27:22,213 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun:select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = 'admin' and t2.AUTHFLAG = '1' group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:27:22,214 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Preparing: select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = ? and t2.AUTHFLAG = ? group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:27:22,215 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Parameters: admin(String), 1(String) 2024-06-21 16:27:22,216 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -<== Total: 0 2024-06-21 16:27:22,220 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton:select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account='admin' group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:27:22,221 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Preparing: select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account=? group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:27:22,221 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Parameters: admin(String) 2024-06-21 16:27:22,222 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -<== Total: 0 2024-06-21 16:27:22,224 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType:select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:27:22,225 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Preparing: select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:27:22,225 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Parameters: 2024-06-21 16:27:22,226 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -<== Total: 0 2024-06-21 16:27:22,227 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne:select nounvalue from SYS_USERPARAM where nounitem='color' and account='admin' 2024-06-21 16:27:22,228 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Preparing: select nounvalue from SYS_USERPARAM where nounitem=? and account=? 2024-06-21 16:27:22,228 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Parameters: color(String), admin(String) 2024-06-21 16:27:22,229 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -<== Total: 0 2024-06-21 16:27:22,233 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"success":true,"message":"","data":{"operAccess":{},"layout":"mix","currentUser":{"account":"admin","userName":"超级管理员","curOrgCode":"000000","curOrgName":"根机构","deptType":null,"orgCode":"000000","orgName":"根机构","orgtype":"0root","headOfficeCode":"000000","roleId":null,"roleList":["sysadmin"],"modifypwdate":"2024-06-21","devaccount":null,"devuserName":null,"logOn":"1","loginname":"admin"},"menuList":[{"key":"0","path":"","name":"系统菜单","icon":null,"children":[{"key":"M100000","path":"","name":"系统管理","icon":null,"children":[{"key":"M100100","path":"auth-mng","name":"用户权限管理","icon":null,"children":[{"key":"M100103","path":"/admin/orgmanage","name":"机构管理","icon":null,"children":null},{"key":"M100106","path":"/admin/usermanage","name":"用户管理","icon":null,"children":null},{"key":"M100102","path":"/admin/rolemanage","name":"角色管理","icon":null,"children":null},{"key":"M100105","path":"/admin/funmanage","name":"菜单管理","icon":null,"children":null},{"key":"M100109","path":"/admin/funorgmanage","name":"机构菜单管理","icon":null,"children":null},{"key":"M100310","path":"idata-mng","name":"数据补录","icon":null,"children":[{"key":"M100311","path":"/admin/excelmanage/impmtype","name":"数据模板定义","icon":null,"children":null},{"key":"M100313","path":"/admin/excelmanage/impandauditp","name":"数据补录及审核","icon":null,"children":null},{"key":"M100312","path":"/admin/excelmanage/importdataQuery","name":"数据补录查询","icon":null,"children":null}]}]},{"key":"M100300","path":"pub-mng","name":"公共机制管理","icon":null,"children":[{"key":"M100118","path":"/admin/innercodemanage","name":"序号管理","icon":null,"children":null},{"key":"M100210","path":"","name":"SQL编辑器","icon":null,"children":[{"key":"M10021004","path":"/admin/sqleditor/dataclassdef","name":"数据分类定义","icon":null,"children":null},{"key":"M10021001","path":"/admin/sqleditor/defOperate","name":"数据操作定义","icon":null,"children":null},{"key":"M10021003","path":"/admin/sqleditor/editorDefine","name":"编辑器定义","icon":null,"children":null},{"key":"M10021002","path":"/admin/sqleditor/variableDefine","name":"编辑器变量","icon":null,"children":null}]},{"key":"M100116","path":"/admin/excelmanage/rpt","name":"报表管理","icon":null,"children":null},{"key":"M100111","path":"/admin/msgmanage/msgmng","name":"信息发布","icon":null,"children":null},{"key":"M100120","path":"/admin/sqllogmanage","name":"数据处理","icon":null,"children":null},{"key":"M100122","path":"/admin/syslogmanage","name":"操作日志查询","icon":null,"children":null},{"key":"M100123","path":"/admin/holidaymanage","name":"节假日管理","icon":null,"children":null},{"key":"M100125","path":"/admin/messgsendmanage/messconfig","name":"消息发送配置","icon":null,"children":null}]},{"key":"M100200","path":"sys-mng","name":"参数字典管理","icon":null,"children":[{"key":"M100107","path":"/admin/nounmanage/PARAM/BUSDICT","name":"业务参数管理","icon":null,"children":null},{"key":"M100108","path":"/admin/nounmanage/PARAM/SYSDICT","name":"系统参数管理","icon":null,"children":null},{"key":"M100110","path":"/admin/nounorg","name":"机构业务参数管理","icon":null,"children":null}]},{"key":"M100600","path":"batch-mng","name":"批次配置管理","icon":null,"children":[{"key":"M100601","path":"/admin/batchmanage/batchcontrol","name":"批次步骤定义","icon":null,"children":null},{"key":"M100602","path":"/admin/batchmanage/batchlog","name":"批次日志查询","icon":null,"children":null},{"key":"M100603","path":"/admin/batchmanage/batchdispatch","name":"批次调度列表","icon":null,"children":null},{"key":"M100605","path":"/admin/batchmanage/batchinfo","name":"批次列表","icon":null,"children":null},{"key":"M100608","path":"/admin/batchmanage/batchgroup","name":"批次任务组","icon":null,"children":null},{"key":"M100606","path":"/admin/batchmanage/batchrunstate","name":"运维监控","icon":null,"children":null},{"key":"M100607","path":"/admin/batchmanage/batchstate","name":"任务信息","icon":null,"children":null}]}]},{"key":"M300000","path":"prod-base","name":"产品配置标准版本管理","icon":null,"children":[{"key":"M300300","path":"rt-dev","name":"开发平台","icon":null,"children":[{"key":"M300301","path":"/product/rdp/functionInfoManage","name":"功能","icon":null,"children":null},{"key":"M300302","path":"/product/rdp/logicsInfoManage","name":"逻辑组","icon":null,"children":null},{"key":"M300303","path":"/product/rdp/logicInfoManage","name":"单逻辑","icon":null,"children":null},{"key":"M300305","path":"/product/rdp/fastDemo","name":"快速原型","icon":null,"children":null},{"key":"M300306","path":"/product/rdp/v2tov3","name":"功能升级","icon":null,"children":null}]},{"key":"M300200","path":"/product/prodBase/initQueryImport","name":"导入情况查询","icon":null,"children":null}]},{"key":"M700000","path":"rf-eng","name":"规则引擎","icon":null,"children":[{"key":"M700300","path":"/product/prodBase/ruleflow","name":"规则管理","icon":null,"children":null},{"key":"M700100","path":"/rfEngine/rfAnalyse/init","name":"规则解析查询","icon":null,"children":null},{"key":"M700200","path":"/rfEngine/rfAnalyse/initTestRt","name":"规则测试信息结果查询","icon":null,"children":null},{"key":"M700400","path":"/rfEngine/rfDefine/toRuleNodeRelaList","name":"构件参数配置","icon":null,"children":null},{"key":"M700500","path":"/rfEngine/rfUpgrade","name":"规则升级","icon":null,"children":null}]},{"key":"M100500","path":"flow-eng","name":"流程引擎","icon":null,"children":[{"key":"M100501","path":"/wfEngine/bsmBusinessFlow","name":"流程定义","icon":null,"children":null},{"key":"M100502","path":"/wfEngine/moreTaskList","name":"任务列表","icon":null,"children":null},{"key":"M100503","path":"/wfEngine/wfsWorkFlowManage","name":"流程管理","icon":null,"children":null},{"key":"M100504","path":"/wfEngine/bsmBusinessUnit","name":"业务单元","icon":null,"children":null},{"key":"M100505","path":"/wfEngine/wfUpgrade","name":"旧流程升级","icon":null,"children":null}]}]}],"orgDict":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":"ROOT","attribute":null,"children":null}],"workDate":"2015-07-09","color":null,"roleType":null}} 2024-06-21 16:27:22,947 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/welcome 2024-06-21 16:27:22,948 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:27:23,013 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/welcome 2024-06-21 16:27:23,014 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:27:23,018 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree:select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:27:23,018 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Preparing: select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:27:23,019 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Parameters: 2024-06-21 16:27:23,021 [ http-nio-8080-exec-8] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -<== Total: 57 2024-06-21 16:27:23,107 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/welcome 2024-06-21 16:27:23,108 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:27:23,118 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun:select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account='admin' ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG='000000' ) ) and f1.ORGTYPE >= '0root' order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:27:23,119 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Preparing: select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account=? ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG=? ) ) and f1.ORGTYPE >= ? order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:27:23,120 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Parameters: admin(String), 000000(String), 0root(String) 2024-06-21 16:27:23,125 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -<== Total: 57 2024-06-21 16:27:23,125 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun:select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = 'admin' and t2.AUTHFLAG = '1' group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:27:23,126 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Preparing: select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = ? and t2.AUTHFLAG = ? group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:27:23,127 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Parameters: admin(String), 1(String) 2024-06-21 16:27:23,128 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -<== Total: 0 2024-06-21 16:27:23,131 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton:select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account='admin' group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:27:23,132 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Preparing: select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account=? group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:27:23,133 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Parameters: admin(String) 2024-06-21 16:27:23,134 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -<== Total: 0 2024-06-21 16:27:23,136 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType:select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:27:23,136 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Preparing: select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:27:23,137 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Parameters: 2024-06-21 16:27:23,137 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -<== Total: 0 2024-06-21 16:27:23,138 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne:select nounvalue from SYS_USERPARAM where nounitem='color' and account='admin' 2024-06-21 16:27:23,138 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Preparing: select nounvalue from SYS_USERPARAM where nounitem=? and account=? 2024-06-21 16:27:23,139 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Parameters: color(String), admin(String) 2024-06-21 16:27:23,140 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -<== Total: 0 2024-06-21 16:27:23,143 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"success":true,"message":"","data":{"operAccess":{},"layout":"mix","currentUser":{"account":"admin","userName":"超级管理员","curOrgCode":"000000","curOrgName":"根机构","deptType":null,"orgCode":"000000","orgName":"根机构","orgtype":"0root","headOfficeCode":"000000","roleId":null,"roleList":["sysadmin"],"modifypwdate":"2024-06-21","devaccount":null,"devuserName":null,"logOn":"1","loginname":"admin"},"menuList":[{"key":"0","path":"","name":"系统菜单","icon":null,"children":[{"key":"M100000","path":"","name":"系统管理","icon":null,"children":[{"key":"M100100","path":"auth-mng","name":"用户权限管理","icon":null,"children":[{"key":"M100103","path":"/admin/orgmanage","name":"机构管理","icon":null,"children":null},{"key":"M100106","path":"/admin/usermanage","name":"用户管理","icon":null,"children":null},{"key":"M100102","path":"/admin/rolemanage","name":"角色管理","icon":null,"children":null},{"key":"M100105","path":"/admin/funmanage","name":"菜单管理","icon":null,"children":null},{"key":"M100109","path":"/admin/funorgmanage","name":"机构菜单管理","icon":null,"children":null},{"key":"M100310","path":"idata-mng","name":"数据补录","icon":null,"children":[{"key":"M100311","path":"/admin/excelmanage/impmtype","name":"数据模板定义","icon":null,"children":null},{"key":"M100313","path":"/admin/excelmanage/impandauditp","name":"数据补录及审核","icon":null,"children":null},{"key":"M100312","path":"/admin/excelmanage/importdataQuery","name":"数据补录查询","icon":null,"children":null}]}]},{"key":"M100300","path":"pub-mng","name":"公共机制管理","icon":null,"children":[{"key":"M100118","path":"/admin/innercodemanage","name":"序号管理","icon":null,"children":null},{"key":"M100210","path":"","name":"SQL编辑器","icon":null,"children":[{"key":"M10021004","path":"/admin/sqleditor/dataclassdef","name":"数据分类定义","icon":null,"children":null},{"key":"M10021001","path":"/admin/sqleditor/defOperate","name":"数据操作定义","icon":null,"children":null},{"key":"M10021003","path":"/admin/sqleditor/editorDefine","name":"编辑器定义","icon":null,"children":null},{"key":"M10021002","path":"/admin/sqleditor/variableDefine","name":"编辑器变量","icon":null,"children":null}]},{"key":"M100116","path":"/admin/excelmanage/rpt","name":"报表管理","icon":null,"children":null},{"key":"M100111","path":"/admin/msgmanage/msgmng","name":"信息发布","icon":null,"children":null},{"key":"M100120","path":"/admin/sqllogmanage","name":"数据处理","icon":null,"children":null},{"key":"M100122","path":"/admin/syslogmanage","name":"操作日志查询","icon":null,"children":null},{"key":"M100123","path":"/admin/holidaymanage","name":"节假日管理","icon":null,"children":null},{"key":"M100125","path":"/admin/messgsendmanage/messconfig","name":"消息发送配置","icon":null,"children":null}]},{"key":"M100200","path":"sys-mng","name":"参数字典管理","icon":null,"children":[{"key":"M100107","path":"/admin/nounmanage/PARAM/BUSDICT","name":"业务参数管理","icon":null,"children":null},{"key":"M100108","path":"/admin/nounmanage/PARAM/SYSDICT","name":"系统参数管理","icon":null,"children":null},{"key":"M100110","path":"/admin/nounorg","name":"机构业务参数管理","icon":null,"children":null}]},{"key":"M100600","path":"batch-mng","name":"批次配置管理","icon":null,"children":[{"key":"M100601","path":"/admin/batchmanage/batchcontrol","name":"批次步骤定义","icon":null,"children":null},{"key":"M100602","path":"/admin/batchmanage/batchlog","name":"批次日志查询","icon":null,"children":null},{"key":"M100603","path":"/admin/batchmanage/batchdispatch","name":"批次调度列表","icon":null,"children":null},{"key":"M100605","path":"/admin/batchmanage/batchinfo","name":"批次列表","icon":null,"children":null},{"key":"M100608","path":"/admin/batchmanage/batchgroup","name":"批次任务组","icon":null,"children":null},{"key":"M100606","path":"/admin/batchmanage/batchrunstate","name":"运维监控","icon":null,"children":null},{"key":"M100607","path":"/admin/batchmanage/batchstate","name":"任务信息","icon":null,"children":null}]}]},{"key":"M300000","path":"prod-base","name":"产品配置标准版本管理","icon":null,"children":[{"key":"M300300","path":"rt-dev","name":"开发平台","icon":null,"children":[{"key":"M300301","path":"/product/rdp/functionInfoManage","name":"功能","icon":null,"children":null},{"key":"M300302","path":"/product/rdp/logicsInfoManage","name":"逻辑组","icon":null,"children":null},{"key":"M300303","path":"/product/rdp/logicInfoManage","name":"单逻辑","icon":null,"children":null},{"key":"M300305","path":"/product/rdp/fastDemo","name":"快速原型","icon":null,"children":null},{"key":"M300306","path":"/product/rdp/v2tov3","name":"功能升级","icon":null,"children":null}]},{"key":"M300200","path":"/product/prodBase/initQueryImport","name":"导入情况查询","icon":null,"children":null}]},{"key":"M700000","path":"rf-eng","name":"规则引擎","icon":null,"children":[{"key":"M700300","path":"/product/prodBase/ruleflow","name":"规则管理","icon":null,"children":null},{"key":"M700100","path":"/rfEngine/rfAnalyse/init","name":"规则解析查询","icon":null,"children":null},{"key":"M700200","path":"/rfEngine/rfAnalyse/initTestRt","name":"规则测试信息结果查询","icon":null,"children":null},{"key":"M700400","path":"/rfEngine/rfDefine/toRuleNodeRelaList","name":"构件参数配置","icon":null,"children":null},{"key":"M700500","path":"/rfEngine/rfUpgrade","name":"规则升级","icon":null,"children":null}]},{"key":"M100500","path":"flow-eng","name":"流程引擎","icon":null,"children":[{"key":"M100501","path":"/wfEngine/bsmBusinessFlow","name":"流程定义","icon":null,"children":null},{"key":"M100502","path":"/wfEngine/moreTaskList","name":"任务列表","icon":null,"children":null},{"key":"M100503","path":"/wfEngine/wfsWorkFlowManage","name":"流程管理","icon":null,"children":null},{"key":"M100504","path":"/wfEngine/bsmBusinessUnit","name":"业务单元","icon":null,"children":null},{"key":"M100505","path":"/wfEngine/wfUpgrade","name":"旧流程升级","icon":null,"children":null}]}]}],"orgDict":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":"ROOT","attribute":null,"children":null}],"workDate":"2015-07-09","color":null,"roleType":null}} 2024-06-21 16:27:26,650 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/functionInfoManage 2024-06-21 16:27:26,650 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:27:26,650 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/functionInfoManage 2024-06-21 16:27:26,651 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:27:26,652 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.AuthInterceptor -49 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:27:26,653 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.SysLogInterceptor -42 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:27:26,654 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.BatchInterceptor -31 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:27:26,655 [ http-nio-8080-exec-10] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(69,'admin','2024-06-21 16:27:26:654',1718958446654,'/admin/nounmanage/getSltNounTree','{}','页面获取下拉框格式的树形字典',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:27:26,655 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.SysLogInterceptor -75 -postHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:27:26,935 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:27:26,935 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:27:26,935 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:27:26,935 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:27:26,937 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.AuthInterceptor -49 -preHandle -Handler of request[/product/prodBase/getDataList] isn't a method handler. 2024-06-21 16:27:26,938 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.SysLogInterceptor -42 -preHandle -Handler of request[/product/prodBase/getDataList] isn't a method handler. 2024-06-21 16:27:26,938 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.BatchInterceptor -31 -preHandle -Handler of request[/product/prodBase/getDataList] isn't a method handler. 2024-06-21 16:27:26,939 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.SysLogInterceptor -75 -postHandle -Handler of request[/product/prodBase/getDataList] isn't a method handler. 2024-06-21 16:27:26,939 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdConvertEncryption":"SM4","showVerifyCode":false},"success":true} 2024-06-21 16:27:27,286 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:27:27,286 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:27:27,293 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdConvertEncryption":"SM4","showVerifyCode":false},"success":true} 2024-06-21 16:27:29,804 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:27:29,804 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:27:29,809 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(65,'admin','2024-06-21 16:27:29:807',1718958449808,'/doLogin','{"username":["admin"],"password":["***"]}','用户登录',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:27:29,815 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:27:29,816 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:27:29,816 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:27:29,818 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:27:29,819 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin:select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname='admin' and a.psw='0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983' and rownum=1 2024-06-21 16:27:29,820 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Preparing: select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname=? and a.psw=? and rownum=1 2024-06-21 16:27:29,820 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Parameters: admin(String), 0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983(String) 2024-06-21 16:27:29,821 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -<== Total: 1 2024-06-21 16:27:29,822 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole:select roleid from SYS_USER_ROLE where account='admin' 2024-06-21 16:27:29,823 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Preparing: select roleid from SYS_USER_ROLE where account=? 2024-06-21 16:27:29,823 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Parameters: admin(String) 2024-06-21 16:27:29,824 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -<== Total: 1 2024-06-21 16:27:29,825 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg:SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG='000000' AND org.ORGTYPE='1headoffice' AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:27:29,825 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Preparing: SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG=? AND org.ORGTYPE=? AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:27:29,826 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Parameters: 000000(String), 1headoffice(String) 2024-06-21 16:27:29,826 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -<== Total: 0 2024-06-21 16:27:29,827 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doModify:update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:27:29,827 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Preparing: update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:27:29,827 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Parameters: 2024-06-21 16:27:29,828 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -<== Updates: 1 2024-06-21 16:27:29,829 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:27:29,830 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:27:29,830 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:27:29,830 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:27:29,831 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKDATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKDATE' )a) 2024-06-21 16:27:29,831 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:27:29,832 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKDATE(String), WORKDATE(String) 2024-06-21 16:27:29,833 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:27:29,834 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKDATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:27:29,834 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:27:29,835 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKDATE(String), 1(String) 2024-06-21 16:27:29,835 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:27:29,839 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg:select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname ='admin' and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:27:29,849 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Preparing: select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname =? and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:27:29,849 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Parameters: admin(String) 2024-06-21 16:27:29,851 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -<== Total: 1 2024-06-21 16:27:29,852 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:27:29,852 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:27:29,853 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:27:29,853 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:27:29,855 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdStat":"okey","orgList":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":null,"attribute":null,"children":null}]},"success":true} 2024-06-21 16:27:29,857 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.update:update sys_logs set execTime='2024-06-21 16:27:29:856', duration=1718958449857-duration, result='登录成功', state='1' where threadID=65 and state=' ' and execTime=( select execTime from ( select max(execTime) as execTime from sys_logs where threadID=65 and state=' ' )a ) 2024-06-21 16:27:29,864 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:27:29,865 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:27:29,871 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun:select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account='admin' ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG='000000' ) ) and f1.ORGTYPE >= '0root' order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:27:29,872 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Preparing: select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account=? ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG=? ) ) and f1.ORGTYPE >= ? order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:27:29,872 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Parameters: admin(String), 000000(String), 0root(String) 2024-06-21 16:27:29,876 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -<== Total: 57 2024-06-21 16:27:29,877 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun:select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = 'admin' and t2.AUTHFLAG = '1' group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:27:29,877 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Preparing: select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = ? and t2.AUTHFLAG = ? group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:27:29,877 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Parameters: admin(String), 1(String) 2024-06-21 16:27:29,878 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -<== Total: 0 2024-06-21 16:27:29,882 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton:select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account='admin' group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:27:29,882 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Preparing: select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account=? group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:27:29,883 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Parameters: admin(String) 2024-06-21 16:27:29,883 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -<== Total: 0 2024-06-21 16:27:29,885 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType:select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:27:29,885 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Preparing: select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:27:29,887 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Parameters: 2024-06-21 16:27:29,887 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -<== Total: 0 2024-06-21 16:27:29,887 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne:select nounvalue from SYS_USERPARAM where nounitem='color' and account='admin' 2024-06-21 16:27:29,888 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Preparing: select nounvalue from SYS_USERPARAM where nounitem=? and account=? 2024-06-21 16:27:29,888 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Parameters: color(String), admin(String) 2024-06-21 16:27:29,888 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -<== Total: 0 2024-06-21 16:27:29,891 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"success":true,"message":"","data":{"operAccess":{},"layout":"mix","currentUser":{"account":"admin","userName":"超级管理员","curOrgCode":"000000","curOrgName":"根机构","deptType":null,"orgCode":"000000","orgName":"根机构","orgtype":"0root","headOfficeCode":"000000","roleId":null,"roleList":["sysadmin"],"modifypwdate":"2024-06-21","devaccount":null,"devuserName":null,"logOn":"1","loginname":"admin"},"menuList":[{"key":"0","path":"","name":"系统菜单","icon":null,"children":[{"key":"M100000","path":"","name":"系统管理","icon":null,"children":[{"key":"M100100","path":"auth-mng","name":"用户权限管理","icon":null,"children":[{"key":"M100103","path":"/admin/orgmanage","name":"机构管理","icon":null,"children":null},{"key":"M100106","path":"/admin/usermanage","name":"用户管理","icon":null,"children":null},{"key":"M100102","path":"/admin/rolemanage","name":"角色管理","icon":null,"children":null},{"key":"M100105","path":"/admin/funmanage","name":"菜单管理","icon":null,"children":null},{"key":"M100109","path":"/admin/funorgmanage","name":"机构菜单管理","icon":null,"children":null},{"key":"M100310","path":"idata-mng","name":"数据补录","icon":null,"children":[{"key":"M100311","path":"/admin/excelmanage/impmtype","name":"数据模板定义","icon":null,"children":null},{"key":"M100313","path":"/admin/excelmanage/impandauditp","name":"数据补录及审核","icon":null,"children":null},{"key":"M100312","path":"/admin/excelmanage/importdataQuery","name":"数据补录查询","icon":null,"children":null}]}]},{"key":"M100300","path":"pub-mng","name":"公共机制管理","icon":null,"children":[{"key":"M100118","path":"/admin/innercodemanage","name":"序号管理","icon":null,"children":null},{"key":"M100210","path":"","name":"SQL编辑器","icon":null,"children":[{"key":"M10021004","path":"/admin/sqleditor/dataclassdef","name":"数据分类定义","icon":null,"children":null},{"key":"M10021001","path":"/admin/sqleditor/defOperate","name":"数据操作定义","icon":null,"children":null},{"key":"M10021003","path":"/admin/sqleditor/editorDefine","name":"编辑器定义","icon":null,"children":null},{"key":"M10021002","path":"/admin/sqleditor/variableDefine","name":"编辑器变量","icon":null,"children":null}]},{"key":"M100116","path":"/admin/excelmanage/rpt","name":"报表管理","icon":null,"children":null},{"key":"M100111","path":"/admin/msgmanage/msgmng","name":"信息发布","icon":null,"children":null},{"key":"M100120","path":"/admin/sqllogmanage","name":"数据处理","icon":null,"children":null},{"key":"M100122","path":"/admin/syslogmanage","name":"操作日志查询","icon":null,"children":null},{"key":"M100123","path":"/admin/holidaymanage","name":"节假日管理","icon":null,"children":null},{"key":"M100125","path":"/admin/messgsendmanage/messconfig","name":"消息发送配置","icon":null,"children":null}]},{"key":"M100200","path":"sys-mng","name":"参数字典管理","icon":null,"children":[{"key":"M100107","path":"/admin/nounmanage/PARAM/BUSDICT","name":"业务参数管理","icon":null,"children":null},{"key":"M100108","path":"/admin/nounmanage/PARAM/SYSDICT","name":"系统参数管理","icon":null,"children":null},{"key":"M100110","path":"/admin/nounorg","name":"机构业务参数管理","icon":null,"children":null}]},{"key":"M100600","path":"batch-mng","name":"批次配置管理","icon":null,"children":[{"key":"M100601","path":"/admin/batchmanage/batchcontrol","name":"批次步骤定义","icon":null,"children":null},{"key":"M100602","path":"/admin/batchmanage/batchlog","name":"批次日志查询","icon":null,"children":null},{"key":"M100603","path":"/admin/batchmanage/batchdispatch","name":"批次调度列表","icon":null,"children":null},{"key":"M100605","path":"/admin/batchmanage/batchinfo","name":"批次列表","icon":null,"children":null},{"key":"M100608","path":"/admin/batchmanage/batchgroup","name":"批次任务组","icon":null,"children":null},{"key":"M100606","path":"/admin/batchmanage/batchrunstate","name":"运维监控","icon":null,"children":null},{"key":"M100607","path":"/admin/batchmanage/batchstate","name":"任务信息","icon":null,"children":null}]}]},{"key":"M300000","path":"prod-base","name":"产品配置标准版本管理","icon":null,"children":[{"key":"M300300","path":"rt-dev","name":"开发平台","icon":null,"children":[{"key":"M300301","path":"/product/rdp/functionInfoManage","name":"功能","icon":null,"children":null},{"key":"M300302","path":"/product/rdp/logicsInfoManage","name":"逻辑组","icon":null,"children":null},{"key":"M300303","path":"/product/rdp/logicInfoManage","name":"单逻辑","icon":null,"children":null},{"key":"M300305","path":"/product/rdp/fastDemo","name":"快速原型","icon":null,"children":null},{"key":"M300306","path":"/product/rdp/v2tov3","name":"功能升级","icon":null,"children":null}]},{"key":"M300200","path":"/product/prodBase/initQueryImport","name":"导入情况查询","icon":null,"children":null}]},{"key":"M700000","path":"rf-eng","name":"规则引擎","icon":null,"children":[{"key":"M700300","path":"/product/prodBase/ruleflow","name":"规则管理","icon":null,"children":null},{"key":"M700100","path":"/rfEngine/rfAnalyse/init","name":"规则解析查询","icon":null,"children":null},{"key":"M700200","path":"/rfEngine/rfAnalyse/initTestRt","name":"规则测试信息结果查询","icon":null,"children":null},{"key":"M700400","path":"/rfEngine/rfDefine/toRuleNodeRelaList","name":"构件参数配置","icon":null,"children":null},{"key":"M700500","path":"/rfEngine/rfUpgrade","name":"规则升级","icon":null,"children":null}]},{"key":"M100500","path":"flow-eng","name":"流程引擎","icon":null,"children":[{"key":"M100501","path":"/wfEngine/bsmBusinessFlow","name":"流程定义","icon":null,"children":null},{"key":"M100502","path":"/wfEngine/moreTaskList","name":"任务列表","icon":null,"children":null},{"key":"M100503","path":"/wfEngine/wfsWorkFlowManage","name":"流程管理","icon":null,"children":null},{"key":"M100504","path":"/wfEngine/bsmBusinessUnit","name":"业务单元","icon":null,"children":null},{"key":"M100505","path":"/wfEngine/wfUpgrade","name":"旧流程升级","icon":null,"children":null}]}]}],"orgDict":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":"ROOT","attribute":null,"children":null}],"workDate":"2015-07-09","color":null,"roleType":null}} 2024-06-21 16:27:35,389 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/fastDemo 2024-06-21 16:27:35,389 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/fastDemo 2024-06-21 16:27:35,390 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:27:35,390 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:27:35,394 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(66,'admin','2024-06-21 16:27:35:392',1718958455393,'/admin/nounmanage/getSltNounTree','{}','页面获取下拉框格式的树形字典',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:27:35,394 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(67,'admin','2024-06-21 16:27:35:392',1718958455393,'/admin/nounmanage/getSltNounTree','{}','页面获取下拉框格式的树形字典',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:27:35,411 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.queryRecentTime:select max(execTime) from sys_logs where threadID=66 and state=' ' 2024-06-21 16:27:35,416 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.updateByTime:update sys_logs set execTime='2024-06-21 16:27:35:403', duration=1718958455404-duration, result='数据库操作异常 org.mybatis.spring.MyBatisSystemException at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:97) at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439) at jdk.proxy2/jdk.proxy2.$Proxy87.selectList(Unknown Source) at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224) at com.sundata.common.util.DBExecutor.doQueryObjectList(DBExecutor.java:81) at com.sundata.admin.nounmanage.service.NounManageService.queryDicDataList(NounManageService.java:612) at com.sundata.admin.nounmanage.service.NounManageService.fetchDict(NounManageService.java:295) at com.sundata.admin.nounmanage.service.NounManageService.queryDictListTree(NounManageService.java:273) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:752) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:752) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:752) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703) at com.sundata.admin.nounmanage.service.NounManageService$$SpringCGLIB$$0.queryDictListTree(<generated>) at com.sundata.admin.nounmanage.action.NounManageAction.getSelectNounTree(NounManageAction.java:242) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:207) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:152) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1080) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:973) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1010) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:913) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:731) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:884) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:814) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:223) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at com.sundata.common.interceptor.XssFilter.doFilter(XssFilter.java:44) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at com.sundata.common.interceptor.HttpSecurityFilter.doFilter(HttpSecurityFilter.java:128) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at com.sundata.common.interceptor.RequestFilter.doFilter(RequestFilter.java:34) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:110) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:110) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:110) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:691) at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:441) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:367) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:295) at com.sundata.common.interceptor.ApiFilter.doFilter(ApiFilter.java:47) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:119) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:400) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:859) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1734) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for com.sundata.product.rdp.templatemanage.mapper.RdpTemplateInfoMapper.getTemplateSlt ### Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for com.sundata.product.rdp.templatemanage.mapper.RdpTemplateInfoMapper.getTemplateSlt at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30) at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:153) at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145) at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) at jdk.internal.reflect.GeneratedMethodAccessor46.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425) ... 100 more Caused by: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for com.sundata.product.rdp.templatemanage.mapper.RdpTemplateInfoMapper.getTemplateSlt at org.apache.ibatis.session.Configuration$StrictMap.get(Configuration.java:1062) at org.apache.ibatis.session.Configuration.getMappedStatement(Configuration.java:852) at org.apache.ibatis.session.Configuration.getMappedStatement(Configuration.java:845) at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:150) ... 106 more ', state='0' where threadID=66 and state=' ' and execTime='2024-06-21 16:27:35:392' 2024-06-21 16:27:35,455 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"success":false,"message":"数据库操作异常"} 2024-06-21 16:27:37,272 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/fastDemo 2024-06-21 16:27:37,273 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:27:37,273 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.AuthInterceptor -49 -preHandle -Handler of request[/product/prodBase/queryProdIsExist] isn't a method handler. 2024-06-21 16:27:37,275 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.SysLogInterceptor -42 -preHandle -Handler of request[/product/prodBase/queryProdIsExist] isn't a method handler. 2024-06-21 16:27:37,275 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.BatchInterceptor -31 -preHandle -Handler of request[/product/prodBase/queryProdIsExist] isn't a method handler. 2024-06-21 16:27:37,277 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.SysLogInterceptor -75 -postHandle -Handler of request[/product/prodBase/queryProdIsExist] isn't a method handler. 2024-06-21 16:27:37,381 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:27:37,382 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:27:37,388 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdConvertEncryption":"SM4","showVerifyCode":false},"success":true} 2024-06-21 16:27:59,544 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:27:59,544 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:27:59,547 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(61,'admin','2024-06-21 16:27:59:546',1718958479546,'/doLogin','{"username":["admin"],"password":["***"]}','用户登录',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:27:59,550 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:27:59,551 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:27:59,551 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:27:59,551 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:27:59,552 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin:select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname='admin' and a.psw='0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983' and rownum=1 2024-06-21 16:27:59,552 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Preparing: select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname=? and a.psw=? and rownum=1 2024-06-21 16:27:59,552 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Parameters: admin(String), 0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983(String) 2024-06-21 16:27:59,552 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -<== Total: 1 2024-06-21 16:27:59,553 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole:select roleid from SYS_USER_ROLE where account='admin' 2024-06-21 16:27:59,553 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Preparing: select roleid from SYS_USER_ROLE where account=? 2024-06-21 16:27:59,553 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Parameters: admin(String) 2024-06-21 16:27:59,553 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -<== Total: 1 2024-06-21 16:27:59,554 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg:SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG='000000' AND org.ORGTYPE='1headoffice' AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:27:59,554 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Preparing: SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG=? AND org.ORGTYPE=? AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:27:59,554 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Parameters: 000000(String), 1headoffice(String) 2024-06-21 16:27:59,554 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -<== Total: 0 2024-06-21 16:27:59,554 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doModify:update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:27:59,555 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Preparing: update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:27:59,555 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Parameters: 2024-06-21 16:27:59,555 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -<== Updates: 1 2024-06-21 16:27:59,556 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:27:59,557 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:27:59,557 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:27:59,557 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:27:59,558 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKDATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKDATE' )a) 2024-06-21 16:27:59,558 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:27:59,558 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKDATE(String), WORKDATE(String) 2024-06-21 16:27:59,558 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:27:59,559 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKDATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:27:59,559 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:27:59,559 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKDATE(String), 1(String) 2024-06-21 16:27:59,559 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:27:59,561 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg:select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname ='admin' and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:27:59,561 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Preparing: select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname =? and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:27:59,561 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Parameters: admin(String) 2024-06-21 16:27:59,561 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -<== Total: 1 2024-06-21 16:27:59,562 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:27:59,562 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:27:59,562 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:27:59,563 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:27:59,564 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdStat":"okey","orgList":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":null,"attribute":null,"children":null}]},"success":true} 2024-06-21 16:27:59,564 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.update:update sys_logs set execTime='2024-06-21 16:27:59:564', duration=1718958479564-duration, result='登录成功', state='1' where threadID=61 and state=' ' and execTime=( select execTime from ( select max(execTime) as execTime from sys_logs where threadID=61 and state=' ' )a ) 2024-06-21 16:27:59,573 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:27:59,573 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:27:59,577 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun:select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account='admin' ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG='000000' ) ) and f1.ORGTYPE >= '0root' order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:27:59,577 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Preparing: select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account=? ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG=? ) ) and f1.ORGTYPE >= ? order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:27:59,577 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Parameters: admin(String), 000000(String), 0root(String) 2024-06-21 16:27:59,579 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -<== Total: 57 2024-06-21 16:27:59,579 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun:select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = 'admin' and t2.AUTHFLAG = '1' group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:27:59,580 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Preparing: select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = ? and t2.AUTHFLAG = ? group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:27:59,580 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Parameters: admin(String), 1(String) 2024-06-21 16:27:59,581 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -<== Total: 0 2024-06-21 16:27:59,582 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton:select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account='admin' group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:27:59,582 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Preparing: select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account=? group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:27:59,582 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Parameters: admin(String) 2024-06-21 16:27:59,583 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -<== Total: 0 2024-06-21 16:27:59,583 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType:select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:27:59,584 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Preparing: select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:27:59,584 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Parameters: 2024-06-21 16:27:59,584 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -<== Total: 0 2024-06-21 16:27:59,585 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne:select nounvalue from SYS_USERPARAM where nounitem='color' and account='admin' 2024-06-21 16:27:59,585 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Preparing: select nounvalue from SYS_USERPARAM where nounitem=? and account=? 2024-06-21 16:27:59,585 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Parameters: color(String), admin(String) 2024-06-21 16:27:59,585 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -<== Total: 0 2024-06-21 16:27:59,586 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"success":true,"message":"","data":{"operAccess":{},"layout":"mix","currentUser":{"account":"admin","userName":"超级管理员","curOrgCode":"000000","curOrgName":"根机构","deptType":null,"orgCode":"000000","orgName":"根机构","orgtype":"0root","headOfficeCode":"000000","roleId":null,"roleList":["sysadmin"],"modifypwdate":"2024-06-21","devaccount":null,"devuserName":null,"logOn":"1","loginname":"admin"},"menuList":[{"key":"0","path":"","name":"系统菜单","icon":null,"children":[{"key":"M100000","path":"","name":"系统管理","icon":null,"children":[{"key":"M100100","path":"auth-mng","name":"用户权限管理","icon":null,"children":[{"key":"M100103","path":"/admin/orgmanage","name":"机构管理","icon":null,"children":null},{"key":"M100106","path":"/admin/usermanage","name":"用户管理","icon":null,"children":null},{"key":"M100102","path":"/admin/rolemanage","name":"角色管理","icon":null,"children":null},{"key":"M100105","path":"/admin/funmanage","name":"菜单管理","icon":null,"children":null},{"key":"M100109","path":"/admin/funorgmanage","name":"机构菜单管理","icon":null,"children":null},{"key":"M100310","path":"idata-mng","name":"数据补录","icon":null,"children":[{"key":"M100311","path":"/admin/excelmanage/impmtype","name":"数据模板定义","icon":null,"children":null},{"key":"M100313","path":"/admin/excelmanage/impandauditp","name":"数据补录及审核","icon":null,"children":null},{"key":"M100312","path":"/admin/excelmanage/importdataQuery","name":"数据补录查询","icon":null,"children":null}]}]},{"key":"M100300","path":"pub-mng","name":"公共机制管理","icon":null,"children":[{"key":"M100118","path":"/admin/innercodemanage","name":"序号管理","icon":null,"children":null},{"key":"M100210","path":"","name":"SQL编辑器","icon":null,"children":[{"key":"M10021004","path":"/admin/sqleditor/dataclassdef","name":"数据分类定义","icon":null,"children":null},{"key":"M10021001","path":"/admin/sqleditor/defOperate","name":"数据操作定义","icon":null,"children":null},{"key":"M10021003","path":"/admin/sqleditor/editorDefine","name":"编辑器定义","icon":null,"children":null},{"key":"M10021002","path":"/admin/sqleditor/variableDefine","name":"编辑器变量","icon":null,"children":null}]},{"key":"M100116","path":"/admin/excelmanage/rpt","name":"报表管理","icon":null,"children":null},{"key":"M100111","path":"/admin/msgmanage/msgmng","name":"信息发布","icon":null,"children":null},{"key":"M100120","path":"/admin/sqllogmanage","name":"数据处理","icon":null,"children":null},{"key":"M100122","path":"/admin/syslogmanage","name":"操作日志查询","icon":null,"children":null},{"key":"M100123","path":"/admin/holidaymanage","name":"节假日管理","icon":null,"children":null},{"key":"M100125","path":"/admin/messgsendmanage/messconfig","name":"消息发送配置","icon":null,"children":null}]},{"key":"M100200","path":"sys-mng","name":"参数字典管理","icon":null,"children":[{"key":"M100107","path":"/admin/nounmanage/PARAM/BUSDICT","name":"业务参数管理","icon":null,"children":null},{"key":"M100108","path":"/admin/nounmanage/PARAM/SYSDICT","name":"系统参数管理","icon":null,"children":null},{"key":"M100110","path":"/admin/nounorg","name":"机构业务参数管理","icon":null,"children":null}]},{"key":"M100600","path":"batch-mng","name":"批次配置管理","icon":null,"children":[{"key":"M100601","path":"/admin/batchmanage/batchcontrol","name":"批次步骤定义","icon":null,"children":null},{"key":"M100602","path":"/admin/batchmanage/batchlog","name":"批次日志查询","icon":null,"children":null},{"key":"M100603","path":"/admin/batchmanage/batchdispatch","name":"批次调度列表","icon":null,"children":null},{"key":"M100605","path":"/admin/batchmanage/batchinfo","name":"批次列表","icon":null,"children":null},{"key":"M100608","path":"/admin/batchmanage/batchgroup","name":"批次任务组","icon":null,"children":null},{"key":"M100606","path":"/admin/batchmanage/batchrunstate","name":"运维监控","icon":null,"children":null},{"key":"M100607","path":"/admin/batchmanage/batchstate","name":"任务信息","icon":null,"children":null}]}]},{"key":"M300000","path":"prod-base","name":"产品配置标准版本管理","icon":null,"children":[{"key":"M300300","path":"rt-dev","name":"开发平台","icon":null,"children":[{"key":"M300301","path":"/product/rdp/functionInfoManage","name":"功能","icon":null,"children":null},{"key":"M300302","path":"/product/rdp/logicsInfoManage","name":"逻辑组","icon":null,"children":null},{"key":"M300303","path":"/product/rdp/logicInfoManage","name":"单逻辑","icon":null,"children":null},{"key":"M300305","path":"/product/rdp/fastDemo","name":"快速原型","icon":null,"children":null},{"key":"M300306","path":"/product/rdp/v2tov3","name":"功能升级","icon":null,"children":null}]},{"key":"M300200","path":"/product/prodBase/initQueryImport","name":"导入情况查询","icon":null,"children":null}]},{"key":"M700000","path":"rf-eng","name":"规则引擎","icon":null,"children":[{"key":"M700300","path":"/product/prodBase/ruleflow","name":"规则管理","icon":null,"children":null},{"key":"M700100","path":"/rfEngine/rfAnalyse/init","name":"规则解析查询","icon":null,"children":null},{"key":"M700200","path":"/rfEngine/rfAnalyse/initTestRt","name":"规则测试信息结果查询","icon":null,"children":null},{"key":"M700400","path":"/rfEngine/rfDefine/toRuleNodeRelaList","name":"构件参数配置","icon":null,"children":null},{"key":"M700500","path":"/rfEngine/rfUpgrade","name":"规则升级","icon":null,"children":null}]},{"key":"M100500","path":"flow-eng","name":"流程引擎","icon":null,"children":[{"key":"M100501","path":"/wfEngine/bsmBusinessFlow","name":"流程定义","icon":null,"children":null},{"key":"M100502","path":"/wfEngine/moreTaskList","name":"任务列表","icon":null,"children":null},{"key":"M100503","path":"/wfEngine/wfsWorkFlowManage","name":"流程管理","icon":null,"children":null},{"key":"M100504","path":"/wfEngine/bsmBusinessUnit","name":"业务单元","icon":null,"children":null},{"key":"M100505","path":"/wfEngine/wfUpgrade","name":"旧流程升级","icon":null,"children":null}]}]}],"orgDict":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":"ROOT","attribute":null,"children":null}],"workDate":"2015-07-09","color":null,"roleType":null}} 2024-06-21 16:28:18,524 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/prodBase/ruleflow 2024-06-21 16:28:18,525 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:28:18,527 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.AuthInterceptor -49 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:28:18,529 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.SysLogInterceptor -42 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:28:18,529 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.BatchInterceptor -31 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:28:18,531 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.SysLogInterceptor -75 -postHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:28:18,641 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:28:18,641 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:28:18,649 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdConvertEncryption":"SM4","showVerifyCode":false},"success":true} 2024-06-21 16:28:20,926 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:28:20,926 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:28:20,929 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(65,'admin','2024-06-21 16:28:20:928',1718958500929,'/doLogin','{"username":["admin"],"password":["***"]}','用户登录',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:28:20,933 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:28:20,933 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:28:20,934 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:28:20,934 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:28:20,935 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin:select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname='admin' and a.psw='0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983' and rownum=1 2024-06-21 16:28:20,935 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Preparing: select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname=? and a.psw=? and rownum=1 2024-06-21 16:28:20,936 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Parameters: admin(String), 0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983(String) 2024-06-21 16:28:20,937 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -<== Total: 1 2024-06-21 16:28:20,937 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole:select roleid from SYS_USER_ROLE where account='admin' 2024-06-21 16:28:20,938 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Preparing: select roleid from SYS_USER_ROLE where account=? 2024-06-21 16:28:20,939 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Parameters: admin(String) 2024-06-21 16:28:20,939 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -<== Total: 1 2024-06-21 16:28:20,940 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg:SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG='000000' AND org.ORGTYPE='1headoffice' AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:28:20,941 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Preparing: SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG=? AND org.ORGTYPE=? AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:28:20,941 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Parameters: 000000(String), 1headoffice(String) 2024-06-21 16:28:20,942 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -<== Total: 0 2024-06-21 16:28:20,942 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doModify:update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:28:20,943 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Preparing: update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:28:20,943 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Parameters: 2024-06-21 16:28:20,944 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -<== Updates: 1 2024-06-21 16:28:20,946 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:28:20,946 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:28:20,947 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:28:20,947 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:28:20,948 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKDATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKDATE' )a) 2024-06-21 16:28:20,948 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:28:20,949 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKDATE(String), WORKDATE(String) 2024-06-21 16:28:20,949 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:28:20,950 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKDATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:28:20,951 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:28:20,952 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKDATE(String), 1(String) 2024-06-21 16:28:20,953 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:28:20,956 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg:select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname ='admin' and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:28:20,957 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Preparing: select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname =? and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:28:20,957 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Parameters: admin(String) 2024-06-21 16:28:20,958 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -<== Total: 1 2024-06-21 16:28:20,959 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:28:20,960 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:28:20,961 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:28:20,961 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:28:20,965 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdStat":"okey","orgList":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":null,"attribute":null,"children":null}]},"success":true} 2024-06-21 16:28:20,968 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.update:update sys_logs set execTime='2024-06-21 16:28:20:966', duration=1718958500967-duration, result='登录成功', state='1' where threadID=65 and state=' ' and execTime=( select execTime from ( select max(execTime) as execTime from sys_logs where threadID=65 and state=' ' )a ) 2024-06-21 16:28:20,974 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:28:20,974 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:28:20,981 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun:select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account='admin' ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG='000000' ) ) and f1.ORGTYPE >= '0root' order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:28:20,981 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Preparing: select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account=? ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG=? ) ) and f1.ORGTYPE >= ? order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:28:20,981 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Parameters: admin(String), 000000(String), 0root(String) 2024-06-21 16:28:20,985 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -<== Total: 57 2024-06-21 16:28:20,986 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun:select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = 'admin' and t2.AUTHFLAG = '1' group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:28:20,987 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Preparing: select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = ? and t2.AUTHFLAG = ? group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:28:20,987 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Parameters: admin(String), 1(String) 2024-06-21 16:28:20,988 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -<== Total: 0 2024-06-21 16:28:20,991 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton:select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account='admin' group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:28:20,992 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Preparing: select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account=? group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:28:20,993 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Parameters: admin(String) 2024-06-21 16:28:20,994 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -<== Total: 0 2024-06-21 16:28:20,997 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType:select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:28:20,998 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Preparing: select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:28:20,999 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Parameters: 2024-06-21 16:28:20,999 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -<== Total: 0 2024-06-21 16:28:21,000 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne:select nounvalue from SYS_USERPARAM where nounitem='color' and account='admin' 2024-06-21 16:28:21,002 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Preparing: select nounvalue from SYS_USERPARAM where nounitem=? and account=? 2024-06-21 16:28:21,002 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Parameters: color(String), admin(String) 2024-06-21 16:28:21,003 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -<== Total: 0 2024-06-21 16:28:21,006 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"success":true,"message":"","data":{"operAccess":{},"layout":"mix","currentUser":{"account":"admin","userName":"超级管理员","curOrgCode":"000000","curOrgName":"根机构","deptType":null,"orgCode":"000000","orgName":"根机构","orgtype":"0root","headOfficeCode":"000000","roleId":null,"roleList":["sysadmin"],"modifypwdate":"2024-06-21","devaccount":null,"devuserName":null,"logOn":"1","loginname":"admin"},"menuList":[{"key":"0","path":"","name":"系统菜单","icon":null,"children":[{"key":"M100000","path":"","name":"系统管理","icon":null,"children":[{"key":"M100100","path":"auth-mng","name":"用户权限管理","icon":null,"children":[{"key":"M100103","path":"/admin/orgmanage","name":"机构管理","icon":null,"children":null},{"key":"M100106","path":"/admin/usermanage","name":"用户管理","icon":null,"children":null},{"key":"M100102","path":"/admin/rolemanage","name":"角色管理","icon":null,"children":null},{"key":"M100105","path":"/admin/funmanage","name":"菜单管理","icon":null,"children":null},{"key":"M100109","path":"/admin/funorgmanage","name":"机构菜单管理","icon":null,"children":null},{"key":"M100310","path":"idata-mng","name":"数据补录","icon":null,"children":[{"key":"M100311","path":"/admin/excelmanage/impmtype","name":"数据模板定义","icon":null,"children":null},{"key":"M100313","path":"/admin/excelmanage/impandauditp","name":"数据补录及审核","icon":null,"children":null},{"key":"M100312","path":"/admin/excelmanage/importdataQuery","name":"数据补录查询","icon":null,"children":null}]}]},{"key":"M100300","path":"pub-mng","name":"公共机制管理","icon":null,"children":[{"key":"M100118","path":"/admin/innercodemanage","name":"序号管理","icon":null,"children":null},{"key":"M100210","path":"","name":"SQL编辑器","icon":null,"children":[{"key":"M10021004","path":"/admin/sqleditor/dataclassdef","name":"数据分类定义","icon":null,"children":null},{"key":"M10021001","path":"/admin/sqleditor/defOperate","name":"数据操作定义","icon":null,"children":null},{"key":"M10021003","path":"/admin/sqleditor/editorDefine","name":"编辑器定义","icon":null,"children":null},{"key":"M10021002","path":"/admin/sqleditor/variableDefine","name":"编辑器变量","icon":null,"children":null}]},{"key":"M100116","path":"/admin/excelmanage/rpt","name":"报表管理","icon":null,"children":null},{"key":"M100111","path":"/admin/msgmanage/msgmng","name":"信息发布","icon":null,"children":null},{"key":"M100120","path":"/admin/sqllogmanage","name":"数据处理","icon":null,"children":null},{"key":"M100122","path":"/admin/syslogmanage","name":"操作日志查询","icon":null,"children":null},{"key":"M100123","path":"/admin/holidaymanage","name":"节假日管理","icon":null,"children":null},{"key":"M100125","path":"/admin/messgsendmanage/messconfig","name":"消息发送配置","icon":null,"children":null}]},{"key":"M100200","path":"sys-mng","name":"参数字典管理","icon":null,"children":[{"key":"M100107","path":"/admin/nounmanage/PARAM/BUSDICT","name":"业务参数管理","icon":null,"children":null},{"key":"M100108","path":"/admin/nounmanage/PARAM/SYSDICT","name":"系统参数管理","icon":null,"children":null},{"key":"M100110","path":"/admin/nounorg","name":"机构业务参数管理","icon":null,"children":null}]},{"key":"M100600","path":"batch-mng","name":"批次配置管理","icon":null,"children":[{"key":"M100601","path":"/admin/batchmanage/batchcontrol","name":"批次步骤定义","icon":null,"children":null},{"key":"M100602","path":"/admin/batchmanage/batchlog","name":"批次日志查询","icon":null,"children":null},{"key":"M100603","path":"/admin/batchmanage/batchdispatch","name":"批次调度列表","icon":null,"children":null},{"key":"M100605","path":"/admin/batchmanage/batchinfo","name":"批次列表","icon":null,"children":null},{"key":"M100608","path":"/admin/batchmanage/batchgroup","name":"批次任务组","icon":null,"children":null},{"key":"M100606","path":"/admin/batchmanage/batchrunstate","name":"运维监控","icon":null,"children":null},{"key":"M100607","path":"/admin/batchmanage/batchstate","name":"任务信息","icon":null,"children":null}]}]},{"key":"M300000","path":"prod-base","name":"产品配置标准版本管理","icon":null,"children":[{"key":"M300300","path":"rt-dev","name":"开发平台","icon":null,"children":[{"key":"M300301","path":"/product/rdp/functionInfoManage","name":"功能","icon":null,"children":null},{"key":"M300302","path":"/product/rdp/logicsInfoManage","name":"逻辑组","icon":null,"children":null},{"key":"M300303","path":"/product/rdp/logicInfoManage","name":"单逻辑","icon":null,"children":null},{"key":"M300305","path":"/product/rdp/fastDemo","name":"快速原型","icon":null,"children":null},{"key":"M300306","path":"/product/rdp/v2tov3","name":"功能升级","icon":null,"children":null}]},{"key":"M300200","path":"/product/prodBase/initQueryImport","name":"导入情况查询","icon":null,"children":null}]},{"key":"M700000","path":"rf-eng","name":"规则引擎","icon":null,"children":[{"key":"M700300","path":"/product/prodBase/ruleflow","name":"规则管理","icon":null,"children":null},{"key":"M700100","path":"/rfEngine/rfAnalyse/init","name":"规则解析查询","icon":null,"children":null},{"key":"M700200","path":"/rfEngine/rfAnalyse/initTestRt","name":"规则测试信息结果查询","icon":null,"children":null},{"key":"M700400","path":"/rfEngine/rfDefine/toRuleNodeRelaList","name":"构件参数配置","icon":null,"children":null},{"key":"M700500","path":"/rfEngine/rfUpgrade","name":"规则升级","icon":null,"children":null}]},{"key":"M100500","path":"flow-eng","name":"流程引擎","icon":null,"children":[{"key":"M100501","path":"/wfEngine/bsmBusinessFlow","name":"流程定义","icon":null,"children":null},{"key":"M100502","path":"/wfEngine/moreTaskList","name":"任务列表","icon":null,"children":null},{"key":"M100503","path":"/wfEngine/wfsWorkFlowManage","name":"流程管理","icon":null,"children":null},{"key":"M100504","path":"/wfEngine/bsmBusinessUnit","name":"业务单元","icon":null,"children":null},{"key":"M100505","path":"/wfEngine/wfUpgrade","name":"旧流程升级","icon":null,"children":null}]}]}],"orgDict":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":"ROOT","attribute":null,"children":null}],"workDate":"2015-07-09","color":null,"roleType":null}} 2024-06-21 16:28:24,052 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/wfEngine/moreTaskList 2024-06-21 16:28:24,052 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/wfEngine/moreTaskList 2024-06-21 16:28:24,053 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:28:24,053 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:28:24,057 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(67,'admin','2024-06-21 16:28:24:055',1718958504056,'/admin/nounmanage/getSltNounTree','{}','页面获取下拉框格式的树形字典',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:28:24,057 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(66,'admin','2024-06-21 16:28:24:056',1718958504056,'/admin/nounmanage/getSltNounTree','{}','页面获取下拉框格式的树形字典',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:28:24,072 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.queryRecentTime:select max(execTime) from sys_logs where threadID=66 and state=' ' 2024-06-21 16:28:24,076 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.updateByTime:update sys_logs set execTime='2024-06-21 16:28:24:066', duration=1718958504067-duration, result='数据库操作异常 org.mybatis.spring.MyBatisSystemException at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:97) at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439) at jdk.proxy2/jdk.proxy2.$Proxy87.selectList(Unknown Source) at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224) at com.sundata.common.util.DBExecutor.doQueryObjectList(DBExecutor.java:81) at com.sundata.admin.nounmanage.service.NounManageService.queryDicDataList(NounManageService.java:612) at com.sundata.admin.nounmanage.service.NounManageService.fetchDict(NounManageService.java:297) at com.sundata.admin.nounmanage.service.NounManageService.queryDictListTree(NounManageService.java:273) at jdk.internal.reflect.GeneratedMethodAccessor98.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:752) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:752) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:752) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703) at com.sundata.admin.nounmanage.service.NounManageService$$SpringCGLIB$$0.queryDictListTree(<generated>) at com.sundata.admin.nounmanage.action.NounManageAction.getSelectNounTree(NounManageAction.java:242) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:207) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:152) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1080) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:973) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1010) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:913) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:731) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:884) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:814) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:223) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at com.sundata.common.interceptor.XssFilter.doFilter(XssFilter.java:44) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at com.sundata.common.interceptor.HttpSecurityFilter.doFilter(HttpSecurityFilter.java:128) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at com.sundata.common.interceptor.RequestFilter.doFilter(RequestFilter.java:34) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:110) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:110) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:110) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:691) at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:441) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:367) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:295) at com.sundata.common.interceptor.ApiFilter.doFilter(ApiFilter.java:47) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:119) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:400) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:859) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1734) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for selBusinesstypeList ### Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for selBusinesstypeList at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30) at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:153) at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145) at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) at jdk.internal.reflect.GeneratedMethodAccessor46.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425) ... 99 more Caused by: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for selBusinesstypeList at org.apache.ibatis.session.Configuration$StrictMap.get(Configuration.java:1062) at org.apache.ibatis.session.Configuration.getMappedStatement(Configuration.java:852) at org.apache.ibatis.session.Configuration.getMappedStatement(Configuration.java:845) at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:150) ... 105 more ', state='0' where threadID=66 and state=' ' and execTime='2024-06-21 16:28:24:056' 2024-06-21 16:28:24,084 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"success":false,"message":"数据库操作异常"} 2024-06-21 16:28:24,127 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/wfEngine/moreTaskList 2024-06-21 16:28:24,128 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:28:24,129 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.AuthInterceptor -49 -preHandle -Handler of request[/product/wfEngine/taskListAction/getmoreDataList] isn't a method handler. 2024-06-21 16:28:24,130 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.SysLogInterceptor -42 -preHandle -Handler of request[/product/wfEngine/taskListAction/getmoreDataList] isn't a method handler. 2024-06-21 16:28:24,130 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.BatchInterceptor -31 -preHandle -Handler of request[/product/wfEngine/taskListAction/getmoreDataList] isn't a method handler. 2024-06-21 16:28:24,133 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.SysLogInterceptor -75 -postHandle -Handler of request[/product/wfEngine/taskListAction/getmoreDataList] isn't a method handler. 2024-06-21 16:28:24,242 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:28:24,242 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:28:24,248 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdConvertEncryption":"SM4","showVerifyCode":false},"success":true} 2024-06-21 16:34:55,478 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:34:55,479 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:34:55,509 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:34:55,509 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:34:55,513 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree:select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:34:55,514 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Preparing: select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:34:55,514 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Parameters: 2024-06-21 16:34:55,516 [ http-nio-8080-exec-3] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -<== Total: 57 2024-06-21 16:34:55,665 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:34:55,665 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:34:55,672 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun:select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account='admin' ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG='000000' ) ) and f1.ORGTYPE >= '0root' order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:34:55,673 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Preparing: select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account=? ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG=? ) ) and f1.ORGTYPE >= ? order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:34:55,673 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Parameters: admin(String), 000000(String), 0root(String) 2024-06-21 16:34:55,677 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -<== Total: 57 2024-06-21 16:34:55,677 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun:select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = 'admin' and t2.AUTHFLAG = '1' group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:34:55,678 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Preparing: select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = ? and t2.AUTHFLAG = ? group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:34:55,679 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Parameters: admin(String), 1(String) 2024-06-21 16:34:55,680 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -<== Total: 0 2024-06-21 16:34:55,683 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton:select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account='admin' group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:34:55,684 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Preparing: select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account=? group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:34:55,684 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Parameters: admin(String) 2024-06-21 16:34:55,686 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -<== Total: 0 2024-06-21 16:34:55,687 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType:select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:34:55,688 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Preparing: select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:34:55,688 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Parameters: 2024-06-21 16:34:55,689 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -<== Total: 0 2024-06-21 16:34:55,690 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne:select nounvalue from SYS_USERPARAM where nounitem='color' and account='admin' 2024-06-21 16:34:55,690 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Preparing: select nounvalue from SYS_USERPARAM where nounitem=? and account=? 2024-06-21 16:34:55,692 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Parameters: color(String), admin(String) 2024-06-21 16:34:55,692 [ http-nio-8080-exec-1] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -<== Total: 0 2024-06-21 16:34:55,695 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"success":true,"message":"","data":{"operAccess":{},"layout":"mix","currentUser":{"account":"admin","userName":"超级管理员","curOrgCode":"000000","curOrgName":"根机构","deptType":null,"orgCode":"000000","orgName":"根机构","orgtype":"0root","headOfficeCode":"000000","roleId":null,"roleList":["sysadmin"],"modifypwdate":"2024-06-21","devaccount":null,"devuserName":null,"logOn":"1","loginname":"admin"},"menuList":[{"key":"0","path":"","name":"系统菜单","icon":null,"children":[{"key":"M100000","path":"","name":"系统管理","icon":null,"children":[{"key":"M100100","path":"auth-mng","name":"用户权限管理","icon":null,"children":[{"key":"M100103","path":"/admin/orgmanage","name":"机构管理","icon":null,"children":null},{"key":"M100106","path":"/admin/usermanage","name":"用户管理","icon":null,"children":null},{"key":"M100102","path":"/admin/rolemanage","name":"角色管理","icon":null,"children":null},{"key":"M100105","path":"/admin/funmanage","name":"菜单管理","icon":null,"children":null},{"key":"M100109","path":"/admin/funorgmanage","name":"机构菜单管理","icon":null,"children":null},{"key":"M100310","path":"idata-mng","name":"数据补录","icon":null,"children":[{"key":"M100311","path":"/admin/excelmanage/impmtype","name":"数据模板定义","icon":null,"children":null},{"key":"M100313","path":"/admin/excelmanage/impandauditp","name":"数据补录及审核","icon":null,"children":null},{"key":"M100312","path":"/admin/excelmanage/importdataQuery","name":"数据补录查询","icon":null,"children":null}]}]},{"key":"M100300","path":"pub-mng","name":"公共机制管理","icon":null,"children":[{"key":"M100118","path":"/admin/innercodemanage","name":"序号管理","icon":null,"children":null},{"key":"M100210","path":"","name":"SQL编辑器","icon":null,"children":[{"key":"M10021004","path":"/admin/sqleditor/dataclassdef","name":"数据分类定义","icon":null,"children":null},{"key":"M10021001","path":"/admin/sqleditor/defOperate","name":"数据操作定义","icon":null,"children":null},{"key":"M10021003","path":"/admin/sqleditor/editorDefine","name":"编辑器定义","icon":null,"children":null},{"key":"M10021002","path":"/admin/sqleditor/variableDefine","name":"编辑器变量","icon":null,"children":null}]},{"key":"M100116","path":"/admin/excelmanage/rpt","name":"报表管理","icon":null,"children":null},{"key":"M100111","path":"/admin/msgmanage/msgmng","name":"信息发布","icon":null,"children":null},{"key":"M100120","path":"/admin/sqllogmanage","name":"数据处理","icon":null,"children":null},{"key":"M100122","path":"/admin/syslogmanage","name":"操作日志查询","icon":null,"children":null},{"key":"M100123","path":"/admin/holidaymanage","name":"节假日管理","icon":null,"children":null},{"key":"M100125","path":"/admin/messgsendmanage/messconfig","name":"消息发送配置","icon":null,"children":null}]},{"key":"M100200","path":"sys-mng","name":"参数字典管理","icon":null,"children":[{"key":"M100107","path":"/admin/nounmanage/PARAM/BUSDICT","name":"业务参数管理","icon":null,"children":null},{"key":"M100108","path":"/admin/nounmanage/PARAM/SYSDICT","name":"系统参数管理","icon":null,"children":null},{"key":"M100110","path":"/admin/nounorg","name":"机构业务参数管理","icon":null,"children":null}]},{"key":"M100600","path":"batch-mng","name":"批次配置管理","icon":null,"children":[{"key":"M100601","path":"/admin/batchmanage/batchcontrol","name":"批次步骤定义","icon":null,"children":null},{"key":"M100602","path":"/admin/batchmanage/batchlog","name":"批次日志查询","icon":null,"children":null},{"key":"M100603","path":"/admin/batchmanage/batchdispatch","name":"批次调度列表","icon":null,"children":null},{"key":"M100605","path":"/admin/batchmanage/batchinfo","name":"批次列表","icon":null,"children":null},{"key":"M100608","path":"/admin/batchmanage/batchgroup","name":"批次任务组","icon":null,"children":null},{"key":"M100606","path":"/admin/batchmanage/batchrunstate","name":"运维监控","icon":null,"children":null},{"key":"M100607","path":"/admin/batchmanage/batchstate","name":"任务信息","icon":null,"children":null}]}]},{"key":"M300000","path":"prod-base","name":"产品配置标准版本管理","icon":null,"children":[{"key":"M300300","path":"rt-dev","name":"开发平台","icon":null,"children":[{"key":"M300301","path":"/product/rdp/functionInfoManage","name":"功能","icon":null,"children":null},{"key":"M300302","path":"/product/rdp/logicsInfoManage","name":"逻辑组","icon":null,"children":null},{"key":"M300303","path":"/product/rdp/logicInfoManage","name":"单逻辑","icon":null,"children":null},{"key":"M300305","path":"/product/rdp/fastDemo","name":"快速原型","icon":null,"children":null},{"key":"M300306","path":"/product/rdp/v2tov3","name":"功能升级","icon":null,"children":null}]},{"key":"M300200","path":"/product/prodBase/initQueryImport","name":"导入情况查询","icon":null,"children":null}]},{"key":"M700000","path":"rf-eng","name":"规则引擎","icon":null,"children":[{"key":"M700300","path":"/product/prodBase/ruleflow","name":"规则管理","icon":null,"children":null},{"key":"M700100","path":"/rfEngine/rfAnalyse/init","name":"规则解析查询","icon":null,"children":null},{"key":"M700200","path":"/rfEngine/rfAnalyse/initTestRt","name":"规则测试信息结果查询","icon":null,"children":null},{"key":"M700400","path":"/rfEngine/rfDefine/toRuleNodeRelaList","name":"构件参数配置","icon":null,"children":null},{"key":"M700500","path":"/rfEngine/rfUpgrade","name":"规则升级","icon":null,"children":null}]},{"key":"M100500","path":"flow-eng","name":"流程引擎","icon":null,"children":[{"key":"M100501","path":"/wfEngine/bsmBusinessFlow","name":"流程定义","icon":null,"children":null},{"key":"M100502","path":"/wfEngine/moreTaskList","name":"任务列表","icon":null,"children":null},{"key":"M100503","path":"/wfEngine/wfsWorkFlowManage","name":"流程管理","icon":null,"children":null},{"key":"M100504","path":"/wfEngine/bsmBusinessUnit","name":"业务单元","icon":null,"children":null},{"key":"M100505","path":"/wfEngine/wfUpgrade","name":"旧流程升级","icon":null,"children":null}]}]}],"orgDict":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":"ROOT","attribute":null,"children":null}],"workDate":"2015-07-09","color":null,"roleType":null}} 2024-06-21 16:34:56,064 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:34:56,064 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:34:56,077 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdConvertEncryption":"SM4","showVerifyCode":false},"success":true} 2024-06-21 16:35:16,147 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:35:16,147 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:35:16,151 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(65,'admin','2024-06-21 16:35:16:150',1718958916150,'/doLogin','{"username":["admin"],"password":["***"]}','用户登录',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:35:16,155 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:35:16,156 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:35:16,156 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:35:16,157 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:35:16,158 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin:select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname='admin' and a.psw='0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983' and rownum=1 2024-06-21 16:35:16,159 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Preparing: select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname=? and a.psw=? and rownum=1 2024-06-21 16:35:16,159 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Parameters: admin(String), 0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983(String) 2024-06-21 16:35:16,160 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -<== Total: 1 2024-06-21 16:35:16,161 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole:select roleid from SYS_USER_ROLE where account='admin' 2024-06-21 16:35:16,161 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Preparing: select roleid from SYS_USER_ROLE where account=? 2024-06-21 16:35:16,161 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Parameters: admin(String) 2024-06-21 16:35:16,163 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -<== Total: 1 2024-06-21 16:35:16,164 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg:SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG='000000' AND org.ORGTYPE='1headoffice' AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:35:16,165 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Preparing: SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG=? AND org.ORGTYPE=? AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:35:16,165 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Parameters: 000000(String), 1headoffice(String) 2024-06-21 16:35:16,166 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -<== Total: 0 2024-06-21 16:35:16,167 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doModify:update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:35:16,168 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Preparing: update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:35:16,168 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Parameters: 2024-06-21 16:35:16,170 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -<== Updates: 1 2024-06-21 16:35:16,172 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:35:16,173 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:35:16,174 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:35:16,175 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:35:16,175 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKDATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKDATE' )a) 2024-06-21 16:35:16,176 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:35:16,177 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKDATE(String), WORKDATE(String) 2024-06-21 16:35:16,178 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:35:16,178 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKDATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:35:16,179 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:35:16,179 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKDATE(String), 1(String) 2024-06-21 16:35:16,180 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:35:16,184 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg:select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname ='admin' and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:35:16,185 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Preparing: select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname =? and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:35:16,186 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Parameters: admin(String) 2024-06-21 16:35:16,187 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -<== Total: 1 2024-06-21 16:35:16,188 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:35:16,189 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:35:16,190 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:35:16,191 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:35:16,193 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdStat":"okey","orgList":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":null,"attribute":null,"children":null}]},"success":true} 2024-06-21 16:35:16,195 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.update:update sys_logs set execTime='2024-06-21 16:35:16:194', duration=1718958916195-duration, result='登录成功', state='1' where threadID=65 and state=' ' and execTime=( select execTime from ( select max(execTime) as execTime from sys_logs where threadID=65 and state=' ' )a ) 2024-06-21 16:35:16,199 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:35:16,199 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:35:16,204 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun:select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account='admin' ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG='000000' ) ) and f1.ORGTYPE >= '0root' order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:35:16,205 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Preparing: select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account=? ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG=? ) ) and f1.ORGTYPE >= ? order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:35:16,205 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Parameters: admin(String), 000000(String), 0root(String) 2024-06-21 16:35:16,208 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -<== Total: 57 2024-06-21 16:35:16,209 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun:select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = 'admin' and t2.AUTHFLAG = '1' group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:35:16,210 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Preparing: select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = ? and t2.AUTHFLAG = ? group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:35:16,210 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Parameters: admin(String), 1(String) 2024-06-21 16:35:16,211 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -<== Total: 0 2024-06-21 16:35:16,215 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton:select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account='admin' group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:35:16,216 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Preparing: select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account=? group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:35:16,217 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Parameters: admin(String) 2024-06-21 16:35:16,218 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -<== Total: 0 2024-06-21 16:35:16,220 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType:select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:35:16,221 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Preparing: select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:35:16,221 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Parameters: 2024-06-21 16:35:16,222 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -<== Total: 0 2024-06-21 16:35:16,222 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne:select nounvalue from SYS_USERPARAM where nounitem='color' and account='admin' 2024-06-21 16:35:16,223 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Preparing: select nounvalue from SYS_USERPARAM where nounitem=? and account=? 2024-06-21 16:35:16,223 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Parameters: color(String), admin(String) 2024-06-21 16:35:16,224 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -<== Total: 0 2024-06-21 16:35:16,227 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"success":true,"message":"","data":{"operAccess":{},"layout":"mix","currentUser":{"account":"admin","userName":"超级管理员","curOrgCode":"000000","curOrgName":"根机构","deptType":null,"orgCode":"000000","orgName":"根机构","orgtype":"0root","headOfficeCode":"000000","roleId":null,"roleList":["sysadmin"],"modifypwdate":"2024-06-21","devaccount":null,"devuserName":null,"logOn":"1","loginname":"admin"},"menuList":[{"key":"0","path":"","name":"系统菜单","icon":null,"children":[{"key":"M100000","path":"","name":"系统管理","icon":null,"children":[{"key":"M100100","path":"auth-mng","name":"用户权限管理","icon":null,"children":[{"key":"M100103","path":"/admin/orgmanage","name":"机构管理","icon":null,"children":null},{"key":"M100106","path":"/admin/usermanage","name":"用户管理","icon":null,"children":null},{"key":"M100102","path":"/admin/rolemanage","name":"角色管理","icon":null,"children":null},{"key":"M100105","path":"/admin/funmanage","name":"菜单管理","icon":null,"children":null},{"key":"M100109","path":"/admin/funorgmanage","name":"机构菜单管理","icon":null,"children":null},{"key":"M100310","path":"idata-mng","name":"数据补录","icon":null,"children":[{"key":"M100311","path":"/admin/excelmanage/impmtype","name":"数据模板定义","icon":null,"children":null},{"key":"M100313","path":"/admin/excelmanage/impandauditp","name":"数据补录及审核","icon":null,"children":null},{"key":"M100312","path":"/admin/excelmanage/importdataQuery","name":"数据补录查询","icon":null,"children":null}]}]},{"key":"M100300","path":"pub-mng","name":"公共机制管理","icon":null,"children":[{"key":"M100118","path":"/admin/innercodemanage","name":"序号管理","icon":null,"children":null},{"key":"M100210","path":"","name":"SQL编辑器","icon":null,"children":[{"key":"M10021004","path":"/admin/sqleditor/dataclassdef","name":"数据分类定义","icon":null,"children":null},{"key":"M10021001","path":"/admin/sqleditor/defOperate","name":"数据操作定义","icon":null,"children":null},{"key":"M10021003","path":"/admin/sqleditor/editorDefine","name":"编辑器定义","icon":null,"children":null},{"key":"M10021002","path":"/admin/sqleditor/variableDefine","name":"编辑器变量","icon":null,"children":null}]},{"key":"M100116","path":"/admin/excelmanage/rpt","name":"报表管理","icon":null,"children":null},{"key":"M100111","path":"/admin/msgmanage/msgmng","name":"信息发布","icon":null,"children":null},{"key":"M100120","path":"/admin/sqllogmanage","name":"数据处理","icon":null,"children":null},{"key":"M100122","path":"/admin/syslogmanage","name":"操作日志查询","icon":null,"children":null},{"key":"M100123","path":"/admin/holidaymanage","name":"节假日管理","icon":null,"children":null},{"key":"M100125","path":"/admin/messgsendmanage/messconfig","name":"消息发送配置","icon":null,"children":null}]},{"key":"M100200","path":"sys-mng","name":"参数字典管理","icon":null,"children":[{"key":"M100107","path":"/admin/nounmanage/PARAM/BUSDICT","name":"业务参数管理","icon":null,"children":null},{"key":"M100108","path":"/admin/nounmanage/PARAM/SYSDICT","name":"系统参数管理","icon":null,"children":null},{"key":"M100110","path":"/admin/nounorg","name":"机构业务参数管理","icon":null,"children":null}]},{"key":"M100600","path":"batch-mng","name":"批次配置管理","icon":null,"children":[{"key":"M100601","path":"/admin/batchmanage/batchcontrol","name":"批次步骤定义","icon":null,"children":null},{"key":"M100602","path":"/admin/batchmanage/batchlog","name":"批次日志查询","icon":null,"children":null},{"key":"M100603","path":"/admin/batchmanage/batchdispatch","name":"批次调度列表","icon":null,"children":null},{"key":"M100605","path":"/admin/batchmanage/batchinfo","name":"批次列表","icon":null,"children":null},{"key":"M100608","path":"/admin/batchmanage/batchgroup","name":"批次任务组","icon":null,"children":null},{"key":"M100606","path":"/admin/batchmanage/batchrunstate","name":"运维监控","icon":null,"children":null},{"key":"M100607","path":"/admin/batchmanage/batchstate","name":"任务信息","icon":null,"children":null}]}]},{"key":"M300000","path":"prod-base","name":"产品配置标准版本管理","icon":null,"children":[{"key":"M300300","path":"rt-dev","name":"开发平台","icon":null,"children":[{"key":"M300301","path":"/product/rdp/functionInfoManage","name":"功能","icon":null,"children":null},{"key":"M300302","path":"/product/rdp/logicsInfoManage","name":"逻辑组","icon":null,"children":null},{"key":"M300303","path":"/product/rdp/logicInfoManage","name":"单逻辑","icon":null,"children":null},{"key":"M300305","path":"/product/rdp/fastDemo","name":"快速原型","icon":null,"children":null},{"key":"M300306","path":"/product/rdp/v2tov3","name":"功能升级","icon":null,"children":null}]},{"key":"M300200","path":"/product/prodBase/initQueryImport","name":"导入情况查询","icon":null,"children":null}]},{"key":"M700000","path":"rf-eng","name":"规则引擎","icon":null,"children":[{"key":"M700300","path":"/product/prodBase/ruleflow","name":"规则管理","icon":null,"children":null},{"key":"M700100","path":"/rfEngine/rfAnalyse/init","name":"规则解析查询","icon":null,"children":null},{"key":"M700200","path":"/rfEngine/rfAnalyse/initTestRt","name":"规则测试信息结果查询","icon":null,"children":null},{"key":"M700400","path":"/rfEngine/rfDefine/toRuleNodeRelaList","name":"构件参数配置","icon":null,"children":null},{"key":"M700500","path":"/rfEngine/rfUpgrade","name":"规则升级","icon":null,"children":null}]},{"key":"M100500","path":"flow-eng","name":"流程引擎","icon":null,"children":[{"key":"M100501","path":"/wfEngine/bsmBusinessFlow","name":"流程定义","icon":null,"children":null},{"key":"M100502","path":"/wfEngine/moreTaskList","name":"任务列表","icon":null,"children":null},{"key":"M100503","path":"/wfEngine/wfsWorkFlowManage","name":"流程管理","icon":null,"children":null},{"key":"M100504","path":"/wfEngine/bsmBusinessUnit","name":"业务单元","icon":null,"children":null},{"key":"M100505","path":"/wfEngine/wfUpgrade","name":"旧流程升级","icon":null,"children":null}]}]}],"orgDict":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":"ROOT","attribute":null,"children":null}],"workDate":"2015-07-09","color":null,"roleType":null}} 2024-06-21 16:35:28,451 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/prodBase/ruleflow 2024-06-21 16:35:28,451 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/prodBase/ruleflow 2024-06-21 16:35:28,452 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:35:28,452 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:35:28,453 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.AuthInterceptor -49 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:35:28,455 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.SysLogInterceptor -42 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:35:28,455 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.BatchInterceptor -31 -preHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:35:28,456 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(67,'admin','2024-06-21 16:35:28:454',1718958928455,'/admin/nounmanage/getSltNounTree','{}','页面获取下拉框格式的树形字典',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:35:28,456 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.SysLogInterceptor -75 -postHandle -Handler of request[/product/prodBase/init] isn't a method handler. 2024-06-21 16:35:28,607 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:35:28,607 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:35:28,611 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdConvertEncryption":"SM4","showVerifyCode":false},"success":true} 2024-06-21 16:37:44,412 [ main] INFO com.sundata.MainApplication -51 -logStarting -Starting MainApplication using Java 17.0.5 with PID 21068 (E:\project\bin started by 78206 in E:\project) 2024-06-21 16:37:44,414 [ main] DEBUG com.sundata.MainApplication -52 -logStarting -Running with Spring Boot v3.0.1, Spring v6.0.3 2024-06-21 16:37:44,414 [ main] INFO com.sundata.MainApplication -630 -logStartupProfileInfo -No active profile set, falling back to 1 default profile: "default" 2024-06-21 16:37:45,082 [ main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate -294 -multipleStoresDetected -Multiple Spring Data modules found, entering strict repository configuration mode 2024-06-21 16:37:45,086 [ main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate -138 -registerRepositoriesIn -Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2024-06-21 16:37:45,117 [ main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate -208 -registerRepositoriesIn -Finished Spring Data repository scanning in 19 ms. Found 0 Redis repository interfaces. 2024-06-21 16:37:45,397 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'spring.data.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:37:45,399 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:37:45,518 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:37:45,556 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:37:45,560 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'cachingConfig' of type [com.sundata.common.config.CachingConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:37:45,579 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'transactionConfig' of type [com.sundata.common.config.TransactionConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:37:45,602 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'txAdvice' of type [org.springframework.transaction.interceptor.TransactionInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:37:45,603 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'txAdviceAdvisor' of type [org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:37:45,714 [ main] ERROR org.apache.catalina.core.AprLifecycleListener -173 -log -An incompatible version [1.2.27] of the Apache Tomcat Native library is installed, while Tomcat requires version [1.2.34] 2024-06-21 16:37:46,031 [ main] INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer -108 -initialize -Tomcat initialized with port(s): 8080 (http) 2024-06-21 16:37:46,044 [ main] INFO org.apache.coyote.http11.Http11NioProtocol -173 -log -Initializing ProtocolHandler ["http-nio-8080"] 2024-06-21 16:37:46,045 [ main] INFO org.apache.catalina.core.StandardService -173 -log -Starting service [Tomcat] 2024-06-21 16:37:46,045 [ main] INFO org.apache.catalina.core.StandardEngine -173 -log -Starting Servlet engine: [Apache Tomcat/10.1.4] 2024-06-21 16:37:46,112 [ main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] -173 -log -Initializing Spring embedded WebApplicationContext 2024-06-21 16:37:46,113 [ main] INFO org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext -291 -prepareWebApplicationContext -Root WebApplicationContext: initialization completed in 1661 ms 2024-06-21 16:37:47,174 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.messgsendmanage.mapper.SysMessDelayMapper.queryDelayType:select NOUNVALUE as MSGSENDTIME,NOUNPROP as expression from SYS_NOUN where SYS_NOUN.NOUNSUPER = 'MSGSENDTIME' and SYS_NOUN.NOUNVALUE not in ('no','now') and SYS_NOUN.NOUNVALIDITY='1' 2024-06-21 16:37:47,181 [ main] INFO com.zaxxer.hikari.HikariDataSource -110 -getConnection -HikariPool-1 - Starting... 2024-06-21 16:37:47,433 [ main] INFO com.zaxxer.hikari.pool.HikariPool -565 -checkFailFast -HikariPool-1 - Added connection oracle.jdbc.driver.T4CConnection@42fa5cb 2024-06-21 16:37:47,434 [ main] INFO com.zaxxer.hikari.HikariDataSource -123 -getConnection -HikariPool-1 - Start completed. 2024-06-21 16:37:47,444 [ main] DEBUG com.sundata.admin.messgsendmanage.mapper.SysMessDelayMapper.queryDelayType -137 -debug -==> Preparing: select NOUNVALUE as MSGSENDTIME,NOUNPROP as expression from SYS_NOUN where SYS_NOUN.NOUNSUPER = 'MSGSENDTIME' and SYS_NOUN.NOUNVALUE not in ('no','now') and SYS_NOUN.NOUNVALIDITY='1' 2024-06-21 16:37:47,495 [ main] DEBUG com.sundata.admin.messgsendmanage.mapper.SysMessDelayMapper.queryDelayType -137 -debug -==> Parameters: 2024-06-21 16:37:47,522 [ main] DEBUG com.sundata.admin.messgsendmanage.mapper.SysMessDelayMapper.queryDelayType -137 -debug -<== Total: 0 2024-06-21 16:37:47,842 [ main] INFO org.quartz.impl.StdSchedulerFactory -1220 -instantiate -Using default implementation for ThreadExecutor 2024-06-21 16:37:47,847 [ main] INFO org.quartz.simpl.SimpleThreadPool -268 -initialize -Job execution threads will use class loader of thread: main 2024-06-21 16:37:47,858 [ main] INFO org.quartz.core.SchedulerSignalerImpl -61 - -Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2024-06-21 16:37:47,858 [ main] INFO org.quartz.core.QuartzScheduler -229 - -Quartz Scheduler v.2.3.2 created. 2024-06-21 16:37:47,859 [ main] INFO org.quartz.simpl.RAMJobStore -155 -initialize -RAMJobStore initialized. 2024-06-21 16:37:47,859 [ main] INFO org.quartz.core.QuartzScheduler -294 -initialize -Scheduler meta-data: Quartz Scheduler (v2.3.2) 'DefaultQuartzScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2024-06-21 16:37:47,859 [ main] INFO org.quartz.impl.StdSchedulerFactory -1374 -instantiate -Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 2024-06-21 16:37:47,860 [ main] INFO org.quartz.impl.StdSchedulerFactory -1378 -instantiate -Quartz scheduler version: 2.3.2 2024-06-21 16:37:48,422 [ main] WARN org.thymeleaf.templatemode.TemplateMode -92 -parse -[THYMELEAF][main] Unknown Template Mode 'HTML5'. Must be one of: 'HTML', 'XML', 'TEXT', 'JAVASCRIPT', 'CSS', 'RAW'. Using default Template Mode 'HTML'. 2024-06-21 16:37:49,064 [ main] DEBUG org.ehcache.core.spi.ServiceLocator -119 -startAllServices -Starting 21 Services... 2024-06-21 16:37:49,068 [ main] DEBUG org.ehcache.impl.persistence.DefaultLocalPersistenceService -108 -internalStart -RootDirectory Locked 2024-06-21 16:37:49,068 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -127 -start -Starting service 2024-06-21 16:37:49,068 [ main] DEBUG org.ehcache.core.spi.ServiceLocator -140 -startAllServices -All Services successfully started, 21 Services in 4ms 2024-06-21 16:37:49,068 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'rdpEngLogic' in EhcacheManager. 2024-06-21 16:37:49,069 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@ba90170 2024-06-21 16:37:49,069 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@738b93a8 2024-06-21 16:37:49,073 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@77eb0e47 2024-06-21 16:37:49,073 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@3a034950 2024-06-21 16:37:49,079 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:37:49,100 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=rdpEngLogic}Initialize successful. 2024-06-21 16:37:49,100 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'rdpEngLogic' created in EhcacheManager. 2024-06-21 16:37:49,100 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'auth' in EhcacheManager. 2024-06-21 16:37:49,100 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@403ba39f 2024-06-21 16:37:49,100 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@520e6089 2024-06-21 16:37:49,101 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@11548363 2024-06-21 16:37:49,101 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@6be865c1 2024-06-21 16:37:49,101 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -50 -strategy -TTI or custom expiration strategy detected 2024-06-21 16:37:49,119 [ main] INFO org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -149 - -Allocating 10.0MB in chunks 2024-06-21 16:37:49,123 [ pool-3-thread-1] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -584 -bufferAllocation -10.0MB chunk allocated 2024-06-21 16:37:49,124 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -544 -allocateBackingBuffers -Took 4 ms to create off-heap storage of 10.0MB. 2024-06-21 16:37:49,143 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &0 2024-06-21 16:37:49,144 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &512 2024-06-21 16:37:49,144 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &1024 2024-06-21 16:37:49,144 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &1536 2024-06-21 16:37:49,145 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &2048 2024-06-21 16:37:49,145 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &2560 2024-06-21 16:37:49,146 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &3072 2024-06-21 16:37:49,146 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &3584 2024-06-21 16:37:49,147 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &4096 2024-06-21 16:37:49,147 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &4608 2024-06-21 16:37:49,147 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &5120 2024-06-21 16:37:49,147 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &5632 2024-06-21 16:37:49,148 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &6144 2024-06-21 16:37:49,148 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &6656 2024-06-21 16:37:49,148 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &7168 2024-06-21 16:37:49,148 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &7680 2024-06-21 16:37:49,148 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=auth}Initialize successful. 2024-06-21 16:37:49,148 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'auth' created in EhcacheManager. 2024-06-21 16:37:49,148 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'flowEng' in EhcacheManager. 2024-06-21 16:37:49,149 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@64657b13 2024-06-21 16:37:49,149 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@686ee555 2024-06-21 16:37:49,149 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@4fc00158 2024-06-21 16:37:49,149 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@47483211 2024-06-21 16:37:49,149 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:37:49,150 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=flowEng}Initialize successful. 2024-06-21 16:37:49,150 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'flowEng' created in EhcacheManager. 2024-06-21 16:37:49,151 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'login' in EhcacheManager. 2024-06-21 16:37:49,151 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@42102827 2024-06-21 16:37:49,151 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@5896899d 2024-06-21 16:37:49,151 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@6d4062fd 2024-06-21 16:37:49,151 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@4b024fb2 2024-06-21 16:37:49,151 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -47 -strategy -TTL expiration strategy detected 2024-06-21 16:37:49,152 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=login}Initialize successful. 2024-06-21 16:37:49,153 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'login' created in EhcacheManager. 2024-06-21 16:37:49,153 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'finYearRegular' in EhcacheManager. 2024-06-21 16:37:49,153 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@7f088b5c 2024-06-21 16:37:49,153 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@56d189d0 2024-06-21 16:37:49,153 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@14941b06 2024-06-21 16:37:49,153 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@7d776105 2024-06-21 16:37:49,153 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:37:49,154 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=finYearRegular}Initialize successful. 2024-06-21 16:37:49,154 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'finYearRegular' created in EhcacheManager. 2024-06-21 16:37:49,154 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'rdpEngRule' in EhcacheManager. 2024-06-21 16:37:49,154 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@56a63c28 2024-06-21 16:37:49,154 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@3b6098fd 2024-06-21 16:37:49,155 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@4ce5013a 2024-06-21 16:37:49,155 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@4c219c84 2024-06-21 16:37:49,155 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:37:49,156 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=rdpEngRule}Initialize successful. 2024-06-21 16:37:49,156 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'rdpEngRule' created in EhcacheManager. 2024-06-21 16:37:49,156 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'public' in EhcacheManager. 2024-06-21 16:37:49,156 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@23f16852 2024-06-21 16:37:49,156 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@dc6a186 2024-06-21 16:37:49,156 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@30a8ac50 2024-06-21 16:37:49,158 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@2f0a29f7 2024-06-21 16:37:49,158 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:37:49,159 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=public}Initialize successful. 2024-06-21 16:37:49,160 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'public' created in EhcacheManager. 2024-06-21 16:37:49,160 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'dict' in EhcacheManager. 2024-06-21 16:37:49,160 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@12830e23 2024-06-21 16:37:49,160 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@81f9b01 2024-06-21 16:37:49,160 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@53d94a6b 2024-06-21 16:37:49,160 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@394c77e2 2024-06-21 16:37:49,161 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:37:49,162 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=dict}Initialize successful. 2024-06-21 16:37:49,162 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'dict' created in EhcacheManager. 2024-06-21 16:37:49,162 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'modlControlModel' in EhcacheManager. 2024-06-21 16:37:49,162 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@5a438c0a 2024-06-21 16:37:49,162 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@174da9a0 2024-06-21 16:37:49,162 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@b42d1c8 2024-06-21 16:37:49,163 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@73983f07 2024-06-21 16:37:49,163 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:37:49,164 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=modlControlModel}Initialize successful. 2024-06-21 16:37:49,164 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'modlControlModel' created in EhcacheManager. 2024-06-21 16:37:49,164 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'finBalanceCheck' in EhcacheManager. 2024-06-21 16:37:49,164 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@2eb27091 2024-06-21 16:37:49,164 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@561b4c61 2024-06-21 16:37:49,165 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@313c3cb 2024-06-21 16:37:49,165 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@63fef83c 2024-06-21 16:37:49,165 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:37:49,165 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=finBalanceCheck}Initialize successful. 2024-06-21 16:37:49,165 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'finBalanceCheck' created in EhcacheManager. 2024-06-21 16:37:49,165 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'modelCheckIntervalParam' in EhcacheManager. 2024-06-21 16:37:49,165 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@8fd3eee 2024-06-21 16:37:49,166 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@d9ff1cd 2024-06-21 16:37:49,166 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@2c64ee53 2024-06-21 16:37:49,166 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@77c7d3f4 2024-06-21 16:37:49,166 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:37:49,166 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=modelCheckIntervalParam}Initialize successful. 2024-06-21 16:37:49,166 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'modelCheckIntervalParam' created in EhcacheManager. 2024-06-21 16:37:49,166 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'finIndexFomular' in EhcacheManager. 2024-06-21 16:37:49,166 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@46c5747f 2024-06-21 16:37:49,166 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@6eaa8abf 2024-06-21 16:37:49,167 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@4fe91eed 2024-06-21 16:37:49,167 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@329cef32 2024-06-21 16:37:49,167 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:37:49,167 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=finIndexFomular}Initialize successful. 2024-06-21 16:37:49,167 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'finIndexFomular' created in EhcacheManager. 2024-06-21 16:37:49,167 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'modlCalculateModel' in EhcacheManager. 2024-06-21 16:37:49,167 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@49976824 2024-06-21 16:37:49,167 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@2fc51562 2024-06-21 16:37:49,167 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@3f2f6818 2024-06-21 16:37:49,167 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@16021f6e 2024-06-21 16:37:49,168 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:37:49,168 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=modlCalculateModel}Initialize successful. 2024-06-21 16:37:49,168 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'modlCalculateModel' created in EhcacheManager. 2024-06-21 16:37:49,168 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'rdpEngFun' in EhcacheManager. 2024-06-21 16:37:49,169 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@483f19c0 2024-06-21 16:37:49,169 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@f111e97 2024-06-21 16:37:49,169 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@35d44cd3 2024-06-21 16:37:49,169 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@64dc0a5f 2024-06-21 16:37:49,169 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:37:49,170 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=rdpEngFun}Initialize successful. 2024-06-21 16:37:49,170 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'rdpEngFun' created in EhcacheManager. 2024-06-21 16:37:49,170 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'rfEng' in EhcacheManager. 2024-06-21 16:37:49,170 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@4b55652a 2024-06-21 16:37:49,170 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@8c54f48 2024-06-21 16:37:49,170 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@119f02d2 2024-06-21 16:37:49,171 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@48c584c 2024-06-21 16:37:49,171 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:37:49,171 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=rfEng}Initialize successful. 2024-06-21 16:37:49,171 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'rfEng' created in EhcacheManager. 2024-06-21 16:37:49,171 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -143 -stateTransition -Moving from UNINITIALIZED to AVAILABLE 2024-06-21 16:37:49,171 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added rdpEngLogic 2024-06-21 16:37:49,175 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added auth 2024-06-21 16:37:49,178 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added flowEng 2024-06-21 16:37:49,178 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added login 2024-06-21 16:37:49,179 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added finYearRegular 2024-06-21 16:37:49,179 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added rdpEngRule 2024-06-21 16:37:49,179 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added public 2024-06-21 16:37:49,180 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added dict 2024-06-21 16:37:49,180 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added modlControlModel 2024-06-21 16:37:49,180 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added finBalanceCheck 2024-06-21 16:37:49,181 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added modelCheckIntervalParam 2024-06-21 16:37:49,182 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added finIndexFomular 2024-06-21 16:37:49,183 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added modlCalculateModel 2024-06-21 16:37:49,185 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added rdpEngFun 2024-06-21 16:37:49,186 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added rfEng 2024-06-21 16:37:49,187 [ main] DEBUG org.ehcache.core.StatusTransitioner -211 -succeeded -Initialize successful. 2024-06-21 16:37:49,201 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=rdpEngLogic 2024-06-21 16:37:49,203 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=rdpEngLogic 2024-06-21 16:37:49,204 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=auth 2024-06-21 16:37:49,204 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=auth 2024-06-21 16:37:49,205 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=flowEng 2024-06-21 16:37:49,205 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=flowEng 2024-06-21 16:37:49,206 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=login 2024-06-21 16:37:49,206 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=login 2024-06-21 16:37:49,207 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=finYearRegular 2024-06-21 16:37:49,207 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=finYearRegular 2024-06-21 16:37:49,207 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=rdpEngRule 2024-06-21 16:37:49,209 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=rdpEngRule 2024-06-21 16:37:49,209 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=public 2024-06-21 16:37:49,210 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=public 2024-06-21 16:37:49,210 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=dict 2024-06-21 16:37:49,211 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=dict 2024-06-21 16:37:49,211 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=modlControlModel 2024-06-21 16:37:49,212 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=modlControlModel 2024-06-21 16:37:49,212 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=finBalanceCheck 2024-06-21 16:37:49,212 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=finBalanceCheck 2024-06-21 16:37:49,213 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=modelCheckIntervalParam 2024-06-21 16:37:49,213 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=modelCheckIntervalParam 2024-06-21 16:37:49,213 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=finIndexFomular 2024-06-21 16:37:49,214 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=finIndexFomular 2024-06-21 16:37:49,214 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=modlCalculateModel 2024-06-21 16:37:49,214 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=modlCalculateModel 2024-06-21 16:37:49,214 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=rdpEngFun 2024-06-21 16:37:49,214 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=rdpEngFun 2024-06-21 16:37:49,214 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=rfEng 2024-06-21 16:37:49,214 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=rfEng 2024-06-21 16:37:49,275 [ main] DEBUG org.springframework.data.redis.listener.RedisMessageListenerContainer -246 -start -Starting RedisMessageListenerContainer... 2024-06-21 16:37:49,276 [ main] DEBUG org.springframework.data.redis.listener.RedisMessageListenerContainer -290 -lazyListen -Postpone listening for Redis messages until actual listeners are added 2024-06-21 16:37:49,343 [ main] INFO org.quartz.impl.StdSchedulerFactory -1220 -instantiate -Using default implementation for ThreadExecutor 2024-06-21 16:37:49,344 [ main] INFO org.quartz.core.SchedulerSignalerImpl -61 - -Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2024-06-21 16:37:49,345 [ main] INFO org.quartz.core.QuartzScheduler -229 - -Quartz Scheduler v.2.3.2 created. 2024-06-21 16:37:49,345 [ main] INFO org.quartz.simpl.RAMJobStore -155 -initialize -RAMJobStore initialized. 2024-06-21 16:37:49,345 [ main] INFO org.quartz.core.QuartzScheduler -294 -initialize -Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2024-06-21 16:37:49,345 [ main] INFO org.quartz.impl.StdSchedulerFactory -1374 -instantiate -Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. 2024-06-21 16:37:49,345 [ main] INFO org.quartz.impl.StdSchedulerFactory -1378 -instantiate -Quartz scheduler version: 2.3.2 2024-06-21 16:37:49,346 [ main] INFO org.quartz.core.QuartzScheduler -2293 -setJobFactory -JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@6fc9c0cc 2024-06-21 16:37:49,389 [ main] INFO org.apache.coyote.http11.Http11NioProtocol -173 -log -Starting ProtocolHandler ["http-nio-8080"] 2024-06-21 16:37:49,421 [ main] INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer -220 -start -Tomcat started on port(s): 8080 (http) with context path '' 2024-06-21 16:37:49,423 [ main] INFO org.springframework.scheduling.quartz.SchedulerFactoryBean -729 -startScheduler -Starting Quartz Scheduler now 2024-06-21 16:37:49,423 [ main] INFO org.quartz.core.QuartzScheduler -547 -start -Scheduler quartzScheduler_$_NON_CLUSTERED started. 2024-06-21 16:37:49,434 [ main] INFO com.sundata.MainApplication -57 -logStarted -Started MainApplication in 5.37 seconds (process running for 5.569) 2024-06-21 16:37:49,469 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,471 [ main] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,471 [ main] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:37:49,475 [ main] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:37:49,476 [ main] INFO com.sundata.common.util.SystemUtil -227 -getDbType -使用默认数据库类型:oracle 2024-06-21 16:37:49,482 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgDict:select orgcode as id, superorgcode as parentid, dense_rank() over(order by orgtype) as nounlevel, orgname as text, (select case when count(1)>0 then 'closed' else 'open' end from sys_organization b where b.superorgcode=a.orgcode) as state, '0' as READONLY from SYS_ORGANIZATION a order by orgtype,levelcode,orgcode 2024-06-21 16:37:49,483 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgDict -137 -debug -==> Preparing: select orgcode as id, superorgcode as parentid, dense_rank() over(order by orgtype) as nounlevel, orgname as text, (select case when count(1)>0 then 'closed' else 'open' end from sys_organization b where b.superorgcode=a.orgcode) as state, '0' as READONLY from SYS_ORGANIZATION a order by orgtype,levelcode,orgcode 2024-06-21 16:37:49,484 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgDict -137 -debug -==> Parameters: 2024-06-21 16:37:49,491 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgDict -137 -debug -<== Total: 1 2024-06-21 16:37:49,503 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,504 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgNoDeptDict:select orgcode as id, superorgcode as parentid, dense_rank() over(order by orgtype) as nounlevel, orgname as text, (select case when count(1)>0 then 'closed' else 'open' end from sys_organization b where b.superorgcode=a.orgcode and depttype is null) as state, '0' as READONLY from SYS_ORGANIZATION a where DEPTTYPE IS NULL order by orgtype,levelcode,orgcode 2024-06-21 16:37:49,507 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgNoDeptDict -137 -debug -==> Preparing: select orgcode as id, superorgcode as parentid, dense_rank() over(order by orgtype) as nounlevel, orgname as text, (select case when count(1)>0 then 'closed' else 'open' end from sys_organization b where b.superorgcode=a.orgcode and depttype is null) as state, '0' as READONLY from SYS_ORGANIZATION a where DEPTTYPE IS NULL order by orgtype,levelcode,orgcode 2024-06-21 16:37:49,510 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgNoDeptDict -137 -debug -==> Parameters: 2024-06-21 16:37:49,512 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgNoDeptDict -137 -debug -<== Total: 1 2024-06-21 16:37:49,514 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryAllValidNounitem:select distinct nounitem from sys_noun where nounvalidity='1' 2024-06-21 16:37:49,516 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryAllValidNounitem -137 -debug -==> Preparing: select distinct nounitem from sys_noun where nounvalidity='1' 2024-06-21 16:37:49,516 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryAllValidNounitem -137 -debug -==> Parameters: 2024-06-21 16:37:49,523 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryAllValidNounitem -137 -debug -<== Total: 123 2024-06-21 16:37:49,524 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,525 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='relamode' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='relamode' )a) 2024-06-21 16:37:49,526 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,530 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: relamode(String), relamode(String) 2024-06-21 16:37:49,534 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,538 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='relamode' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,541 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,542 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: relamode(String), 1(String) 2024-06-21 16:37:49,546 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:37:49,546 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,547 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='LOGINDBSCOPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='LOGINDBSCOPE' )a) 2024-06-21 16:37:49,548 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,549 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: LOGINDBSCOPE(String), LOGINDBSCOPE(String) 2024-06-21 16:37:49,550 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,551 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='LOGINDBSCOPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,552 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,553 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: LOGINDBSCOPE(String), 1(String) 2024-06-21 16:37:49,555 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,556 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,556 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='DATASCOPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='DATASCOPE' )a) 2024-06-21 16:37:49,556 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,558 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: DATASCOPE(String), DATASCOPE(String) 2024-06-21 16:37:49,559 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,560 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='DATASCOPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,561 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,561 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: DATASCOPE(String), 1(String) 2024-06-21 16:37:49,564 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 7 2024-06-21 16:37:49,565 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,566 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_process' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_process' )a) 2024-06-21 16:37:49,567 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,567 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_process(String), prod_process(String) 2024-06-21 16:37:49,570 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,570 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_process' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,571 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,572 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_process(String), 1(String) 2024-06-21 16:37:49,575 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:37:49,576 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,576 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rfEngine06' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rfEngine06' )a) 2024-06-21 16:37:49,577 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,577 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rfEngine06(String), rfEngine06(String) 2024-06-21 16:37:49,579 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,579 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rfEngine06' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,580 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,581 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rfEngine06(String), 1(String) 2024-06-21 16:37:49,583 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 7 2024-06-21 16:37:49,584 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,585 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rf_jsparsemethod' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rf_jsparsemethod' )a) 2024-06-21 16:37:49,586 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,587 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rf_jsparsemethod(String), rf_jsparsemethod(String) 2024-06-21 16:37:49,589 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,592 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rf_jsparsemethod' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,593 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,593 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rf_jsparsemethod(String), 1(String) 2024-06-21 16:37:49,594 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,595 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,596 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rdpLogicType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rdpLogicType' )a) 2024-06-21 16:37:49,597 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,597 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rdpLogicType(String), rdpLogicType(String) 2024-06-21 16:37:49,599 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,599 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rdpLogicType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,600 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,600 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rdpLogicType(String), 1(String) 2024-06-21 16:37:49,602 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,603 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,603 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='controltype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='controltype' )a) 2024-06-21 16:37:49,604 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,604 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: controltype(String), controltype(String) 2024-06-21 16:37:49,606 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,606 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='controltype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,608 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,608 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: controltype(String), 1(String) 2024-06-21 16:37:49,611 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 16 2024-06-21 16:37:49,612 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,612 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='MSGSENDTIME' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='MSGSENDTIME' )a) 2024-06-21 16:37:49,613 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,613 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: MSGSENDTIME(String), MSGSENDTIME(String) 2024-06-21 16:37:49,615 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,615 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='MSGSENDTIME' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,616 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,616 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: MSGSENDTIME(String), 1(String) 2024-06-21 16:37:49,617 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:37:49,618 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,619 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='MSGSENDTEMPLATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='MSGSENDTEMPLATE' )a) 2024-06-21 16:37:49,619 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,619 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: MSGSENDTEMPLATE(String), MSGSENDTEMPLATE(String) 2024-06-21 16:37:49,620 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,621 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='MSGSENDTEMPLATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,622 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,622 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: MSGSENDTEMPLATE(String), 1(String) 2024-06-21 16:37:49,624 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:37:49,625 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,625 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHSTEPAUTORUN' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHSTEPAUTORUN' )a) 2024-06-21 16:37:49,625 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,626 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHSTEPAUTORUN(String), BATCHSTEPAUTORUN(String) 2024-06-21 16:37:49,627 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,627 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHSTEPAUTORUN' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,628 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,629 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHSTEPAUTORUN(String), 1(String) 2024-06-21 16:37:49,630 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,630 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,631 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='pageList' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='pageList' )a) 2024-06-21 16:37:49,632 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,632 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: pageList(String), pageList(String) 2024-06-21 16:37:49,634 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,635 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='pageList' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,636 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,636 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: pageList(String), 1(String) 2024-06-21 16:37:49,638 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,639 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,639 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='INVOKEWAY' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='INVOKEWAY' )a) 2024-06-21 16:37:49,640 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,640 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: INVOKEWAY(String), INVOKEWAY(String) 2024-06-21 16:37:49,642 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,643 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='INVOKEWAY' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,643 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,644 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: INVOKEWAY(String), 1(String) 2024-06-21 16:37:49,648 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:37:49,649 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,649 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='NESORSEL' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='NESORSEL' )a) 2024-06-21 16:37:49,650 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,651 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: NESORSEL(String), NESORSEL(String) 2024-06-21 16:37:49,654 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,655 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='NESORSEL' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,655 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,656 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: NESORSEL(String), 1(String) 2024-06-21 16:37:49,657 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:37:49,658 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,659 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='UNITTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='UNITTYPE' )a) 2024-06-21 16:37:49,660 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,660 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: UNITTYPE(String), UNITTYPE(String) 2024-06-21 16:37:49,661 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,662 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='UNITTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,663 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,663 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: UNITTYPE(String), 1(String) 2024-06-21 16:37:49,664 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:37:49,665 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,665 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineBoderDeal' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineBoderDeal' )a) 2024-06-21 16:37:49,666 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,666 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineBoderDeal(String), wfEngineBoderDeal(String) 2024-06-21 16:37:49,671 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,672 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineBoderDeal' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,673 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,675 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineBoderDeal(String), 1(String) 2024-06-21 16:37:49,677 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,677 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,678 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineLimitTime' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineLimitTime' )a) 2024-06-21 16:37:49,678 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,679 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineLimitTime(String), wfEngineLimitTime(String) 2024-06-21 16:37:49,680 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,681 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineLimitTime' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,682 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,682 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineLimitTime(String), 1(String) 2024-06-21 16:37:49,684 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,684 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,685 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='SYSLAYOUT' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='SYSLAYOUT' )a) 2024-06-21 16:37:49,685 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,687 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: SYSLAYOUT(String), SYSLAYOUT(String) 2024-06-21 16:37:49,688 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,689 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='SYSLAYOUT' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,689 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,690 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: SYSLAYOUT(String), 1(String) 2024-06-21 16:37:49,691 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,691 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,692 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='sqltype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='sqltype' )a) 2024-06-21 16:37:49,692 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,693 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: sqltype(String), sqltype(String) 2024-06-21 16:37:49,695 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,696 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='sqltype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,696 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,697 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: sqltype(String), 1(String) 2024-06-21 16:37:49,698 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:37:49,699 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,699 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_state' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_state' )a) 2024-06-21 16:37:49,700 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,700 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_state(String), prod_state(String) 2024-06-21 16:37:49,702 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,702 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_state' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,704 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,705 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_state(String), 1(String) 2024-06-21 16:37:49,706 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:37:49,707 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,707 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='VERIFYCODE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='VERIFYCODE' )a) 2024-06-21 16:37:49,707 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,708 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: VERIFYCODE(String), VERIFYCODE(String) 2024-06-21 16:37:49,709 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,709 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='VERIFYCODE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,710 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,711 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: VERIFYCODE(String), 1(String) 2024-06-21 16:37:49,712 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,713 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,713 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rf_isstorage' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rf_isstorage' )a) 2024-06-21 16:37:49,713 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,714 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rf_isstorage(String), rf_isstorage(String) 2024-06-21 16:37:49,715 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,715 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rf_isstorage' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,717 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,718 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rf_isstorage(String), 1(String) 2024-06-21 16:37:49,719 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:37:49,720 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,721 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rfEngine04' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rfEngine04' )a) 2024-06-21 16:37:49,721 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,722 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rfEngine04(String), rfEngine04(String) 2024-06-21 16:37:49,723 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,723 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rfEngine04' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,724 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,724 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rfEngine04(String), 1(String) 2024-06-21 16:37:49,726 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:37:49,726 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,727 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PRODATATYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PRODATATYPE' )a) 2024-06-21 16:37:49,728 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,728 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PRODATATYPE(String), PRODATATYPE(String) 2024-06-21 16:37:49,729 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,730 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PRODATATYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,730 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,730 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PRODATATYPE(String), 1(String) 2024-06-21 16:37:49,731 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 7 2024-06-21 16:37:49,732 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,732 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='performanceTestFlag' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='performanceTestFlag' )a) 2024-06-21 16:37:49,733 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,734 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: performanceTestFlag(String), performanceTestFlag(String) 2024-06-21 16:37:49,735 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,736 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='performanceTestFlag' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,736 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,737 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: performanceTestFlag(String), 1(String) 2024-06-21 16:37:49,738 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,739 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,739 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rdpHelpSet' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rdpHelpSet' )a) 2024-06-21 16:37:49,740 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,740 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rdpHelpSet(String), rdpHelpSet(String) 2024-06-21 16:37:49,742 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,742 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rdpHelpSet' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,743 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,743 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rdpHelpSet(String), 1(String) 2024-06-21 16:37:49,744 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:37:49,745 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,745 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='CHARTTOOL' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='CHARTTOOL' )a) 2024-06-21 16:37:49,746 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,746 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: CHARTTOOL(String), CHARTTOOL(String) 2024-06-21 16:37:49,747 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,748 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='CHARTTOOL' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,748 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,749 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: CHARTTOOL(String), 1(String) 2024-06-21 16:37:49,749 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,750 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,751 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='events' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='events' )a) 2024-06-21 16:37:49,751 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,751 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: events(String), events(String) 2024-06-21 16:37:49,752 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,753 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='events' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,754 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,754 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: events(String), 1(String) 2024-06-21 16:37:49,755 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:37:49,756 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,756 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='admpost' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='admpost' )a) 2024-06-21 16:37:49,756 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,757 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: admpost(String), admpost(String) 2024-06-21 16:37:49,758 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,758 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='admpost' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,758 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,758 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: admpost(String), 1(String) 2024-06-21 16:37:49,759 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,760 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,760 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='busipost' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='busipost' )a) 2024-06-21 16:37:49,761 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,761 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: busipost(String), busipost(String) 2024-06-21 16:37:49,762 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,763 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='busipost' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,763 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,764 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: busipost(String), 1(String) 2024-06-21 16:37:49,765 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,765 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,767 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHMODEL' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHMODEL' )a) 2024-06-21 16:37:49,767 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,767 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHMODEL(String), BATCHMODEL(String) 2024-06-21 16:37:49,769 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,769 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHMODEL' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,770 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,770 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHMODEL(String), 1(String) 2024-06-21 16:37:49,771 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,772 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,772 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHSTARTTIME' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHSTARTTIME' )a) 2024-06-21 16:37:49,773 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,773 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHSTARTTIME(String), BATCHSTARTTIME(String) 2024-06-21 16:37:49,774 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,774 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHSTARTTIME' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,775 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,775 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHSTARTTIME(String), 1(String) 2024-06-21 16:37:49,776 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,777 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,778 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHDBLINKCONDS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHDBLINKCONDS' )a) 2024-06-21 16:37:49,778 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,778 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHDBLINKCONDS(String), BATCHDBLINKCONDS(String) 2024-06-21 16:37:49,779 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,779 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHDBLINKCONDS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,780 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,780 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHDBLINKCONDS(String), 1(String) 2024-06-21 16:37:49,781 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,781 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,782 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='CLEARRULE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='CLEARRULE' )a) 2024-06-21 16:37:49,782 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,782 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: CLEARRULE(String), CLEARRULE(String) 2024-06-21 16:37:49,783 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,783 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='CLEARRULE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,784 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,784 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: CLEARRULE(String), 1(String) 2024-06-21 16:37:49,785 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:37:49,785 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,786 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='INITPASSWORD' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='INITPASSWORD' )a) 2024-06-21 16:37:49,786 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,786 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: INITPASSWORD(String), INITPASSWORD(String) 2024-06-21 16:37:49,787 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,788 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='INITPASSWORD' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,788 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,788 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: INITPASSWORD(String), 1(String) 2024-06-21 16:37:49,789 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,789 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,789 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='LOGTWICE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='LOGTWICE' )a) 2024-06-21 16:37:49,790 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,790 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: LOGTWICE(String), LOGTWICE(String) 2024-06-21 16:37:49,791 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,791 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='LOGTWICE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,791 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,791 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: LOGTWICE(String), 1(String) 2024-06-21 16:37:49,792 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,792 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,793 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BUSDICT' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BUSDICT' )a) 2024-06-21 16:37:49,793 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,793 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BUSDICT(String), BUSDICT(String) 2024-06-21 16:37:49,794 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,794 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BUSDICT' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,795 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,795 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BUSDICT(String), 1(String) 2024-06-21 16:37:49,795 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,796 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,796 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_result' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_result' )a) 2024-06-21 16:37:49,797 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,797 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_result(String), prod_result(String) 2024-06-21 16:37:49,799 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,799 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_result' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,800 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,800 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_result(String), 1(String) 2024-06-21 16:37:49,801 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 6 2024-06-21 16:37:49,801 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,802 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BUSSMOUDLE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BUSSMOUDLE' )a) 2024-06-21 16:37:49,802 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,802 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BUSSMOUDLE(String), BUSSMOUDLE(String) 2024-06-21 16:37:49,803 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,803 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BUSSMOUDLE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,804 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,804 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BUSSMOUDLE(String), 1(String) 2024-06-21 16:37:49,805 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,805 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,805 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PWEASYLIB' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PWEASYLIB' )a) 2024-06-21 16:37:49,806 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,806 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PWEASYLIB(String), PWEASYLIB(String) 2024-06-21 16:37:49,807 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,807 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PWEASYLIB' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,807 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,807 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PWEASYLIB(String), 1(String) 2024-06-21 16:37:49,808 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,808 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,809 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='excelCheckType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='excelCheckType' )a) 2024-06-21 16:37:49,809 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,810 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: excelCheckType(String), excelCheckType(String) 2024-06-21 16:37:49,810 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,811 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='excelCheckType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,811 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,812 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: excelCheckType(String), 1(String) 2024-06-21 16:37:49,812 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:37:49,813 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,813 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='isBatchRunRole' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='isBatchRunRole' )a) 2024-06-21 16:37:49,813 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,813 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: isBatchRunRole(String), isBatchRunRole(String) 2024-06-21 16:37:49,814 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,814 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='isBatchRunRole' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,815 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,815 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: isBatchRunRole(String), 1(String) 2024-06-21 16:37:49,816 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,816 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,816 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHOFFSTEPID' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHOFFSTEPID' )a) 2024-06-21 16:37:49,817 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,817 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHOFFSTEPID(String), BATCHOFFSTEPID(String) 2024-06-21 16:37:49,818 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,818 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHOFFSTEPID' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,818 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,819 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHOFFSTEPID(String), 1(String) 2024-06-21 16:37:49,819 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,820 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,820 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='admorg' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='admorg' )a) 2024-06-21 16:37:49,821 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,821 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: admorg(String), admorg(String) 2024-06-21 16:37:49,822 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,822 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='admorg' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,823 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,823 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: admorg(String), 1(String) 2024-06-21 16:37:49,824 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:37:49,824 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,824 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='IMPTEMPTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='IMPTEMPTYPE' )a) 2024-06-21 16:37:49,825 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,825 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: IMPTEMPTYPE(String), IMPTEMPTYPE(String) 2024-06-21 16:37:49,826 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,826 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='IMPTEMPTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,826 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,826 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: IMPTEMPTYPE(String), 1(String) 2024-06-21 16:37:49,827 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,827 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,827 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineOneOpenList' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineOneOpenList' )a) 2024-06-21 16:37:49,828 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,828 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineOneOpenList(String), wfEngineOneOpenList(String) 2024-06-21 16:37:49,829 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,829 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineOneOpenList' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,829 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,830 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineOneOpenList(String), 1(String) 2024-06-21 16:37:49,830 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,831 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,831 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHSTARTMODE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHSTARTMODE' )a) 2024-06-21 16:37:49,831 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,832 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHSTARTMODE(String), BATCHSTARTMODE(String) 2024-06-21 16:37:49,833 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,833 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHSTARTMODE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,834 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,834 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHSTARTMODE(String), 1(String) 2024-06-21 16:37:49,835 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,836 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,836 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHIMPLCYCLE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHIMPLCYCLE' )a) 2024-06-21 16:37:49,837 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,837 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHIMPLCYCLE(String), BATCHIMPLCYCLE(String) 2024-06-21 16:37:49,838 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,839 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHIMPLCYCLE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,839 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,839 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHIMPLCYCLE(String), 1(String) 2024-06-21 16:37:49,841 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 11 2024-06-21 16:37:49,841 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,841 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHLOGRETAIN' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHLOGRETAIN' )a) 2024-06-21 16:37:49,842 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,842 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHLOGRETAIN(String), BATCHLOGRETAIN(String) 2024-06-21 16:37:49,843 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,843 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHLOGRETAIN' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,843 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,844 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHLOGRETAIN(String), 1(String) 2024-06-21 16:37:49,844 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,845 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,845 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHSQLTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHSQLTYPE' )a) 2024-06-21 16:37:49,846 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,846 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHSQLTYPE(String), BATCHSQLTYPE(String) 2024-06-21 16:37:49,847 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,847 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHSQLTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,847 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,847 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHSQLTYPE(String), 1(String) 2024-06-21 16:37:49,848 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:37:49,849 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,849 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='DEPTTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='DEPTTYPE' )a) 2024-06-21 16:37:49,850 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,850 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: DEPTTYPE(String), DEPTTYPE(String) 2024-06-21 16:37:49,851 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,852 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='DEPTTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,852 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,852 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: DEPTTYPE(String), 1(String) 2024-06-21 16:37:49,853 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,854 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,854 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKDATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKDATE' )a) 2024-06-21 16:37:49,854 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,855 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKDATE(String), WORKDATE(String) 2024-06-21 16:37:49,855 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,856 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKDATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,856 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,856 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKDATE(String), 1(String) 2024-06-21 16:37:49,858 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,858 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,858 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='YESORNO' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='YESORNO' )a) 2024-06-21 16:37:49,858 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,859 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: YESORNO(String), YESORNO(String) 2024-06-21 16:37:49,859 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,860 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='YESORNO' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,860 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,860 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: YESORNO(String), 1(String) 2024-06-21 16:37:49,861 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:37:49,861 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,862 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_visiblerange' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_visiblerange' )a) 2024-06-21 16:37:49,862 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,862 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_visiblerange(String), prod_visiblerange(String) 2024-06-21 16:37:49,863 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,863 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_visiblerange' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,863 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,863 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_visiblerange(String), 1(String) 2024-06-21 16:37:49,864 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:37:49,864 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,864 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_importmode' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_importmode' )a) 2024-06-21 16:37:49,865 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,865 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_importmode(String), prod_importmode(String) 2024-06-21 16:37:49,866 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,866 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_importmode' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,866 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,866 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_importmode(String), 1(String) 2024-06-21 16:37:49,867 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:37:49,868 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,868 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rfEngine11' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rfEngine11' )a) 2024-06-21 16:37:49,868 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,868 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rfEngine11(String), rfEngine11(String) 2024-06-21 16:37:49,869 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,869 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rfEngine11' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,869 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,869 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rfEngine11(String), 1(String) 2024-06-21 16:37:49,870 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,870 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,870 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_type' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_type' )a) 2024-06-21 16:37:49,870 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,871 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_type(String), prod_type(String) 2024-06-21 16:37:49,871 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,872 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_type' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,872 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,872 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_type(String), 1(String) 2024-06-21 16:37:49,873 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 24 2024-06-21 16:37:49,874 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,874 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='usecache' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='usecache' )a) 2024-06-21 16:37:49,874 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,874 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: usecache(String), usecache(String) 2024-06-21 16:37:49,875 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,875 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='usecache' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,876 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,876 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: usecache(String), 1(String) 2024-06-21 16:37:49,876 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,877 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,877 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='sqlExecuteType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='sqlExecuteType' )a) 2024-06-21 16:37:49,877 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,878 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: sqlExecuteType(String), sqlExecuteType(String) 2024-06-21 16:37:49,878 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,878 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='sqlExecuteType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,879 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,879 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: sqlExecuteType(String), 1(String) 2024-06-21 16:37:49,879 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:37:49,880 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,880 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='compareRdp' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='compareRdp' )a) 2024-06-21 16:37:49,880 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,880 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: compareRdp(String), compareRdp(String) 2024-06-21 16:37:49,881 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,881 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='compareRdp' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,881 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,882 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: compareRdp(String), 1(String) 2024-06-21 16:37:49,882 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 8 2024-06-21 16:37:49,882 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,883 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='dgBtnTxtHidden' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='dgBtnTxtHidden' )a) 2024-06-21 16:37:49,883 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,883 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: dgBtnTxtHidden(String), dgBtnTxtHidden(String) 2024-06-21 16:37:49,884 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,884 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='dgBtnTxtHidden' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,884 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,884 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: dgBtnTxtHidden(String), 1(String) 2024-06-21 16:37:49,885 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,886 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,886 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='OPERATORMENU' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='OPERATORMENU' )a) 2024-06-21 16:37:49,887 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,887 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: OPERATORMENU(String), OPERATORMENU(String) 2024-06-21 16:37:49,888 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,889 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='OPERATORMENU' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,889 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,890 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: OPERATORMENU(String), 1(String) 2024-06-21 16:37:49,890 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,891 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,891 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='certtype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='certtype' )a) 2024-06-21 16:37:49,891 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,891 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: certtype(String), certtype(String) 2024-06-21 16:37:49,892 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,893 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='certtype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,893 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,893 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: certtype(String), 1(String) 2024-06-21 16:37:49,894 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:37:49,894 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,894 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineSendMessage' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineSendMessage' )a) 2024-06-21 16:37:49,895 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,895 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineSendMessage(String), wfEngineSendMessage(String) 2024-06-21 16:37:49,896 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,896 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineSendMessage' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,900 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,900 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineSendMessage(String), 1(String) 2024-06-21 16:37:49,901 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,901 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,902 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='ATTACHPATH' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='ATTACHPATH' )a) 2024-06-21 16:37:49,902 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,902 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: ATTACHPATH(String), ATTACHPATH(String) 2024-06-21 16:37:49,903 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,903 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='ATTACHPATH' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,904 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,904 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: ATTACHPATH(String), 1(String) 2024-06-21 16:37:49,905 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,905 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,905 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='ATTACHFUNCTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='ATTACHFUNCTYPE' )a) 2024-06-21 16:37:49,905 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,906 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: ATTACHFUNCTYPE(String), ATTACHFUNCTYPE(String) 2024-06-21 16:37:49,906 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,907 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='ATTACHFUNCTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,907 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,907 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: ATTACHFUNCTYPE(String), 1(String) 2024-06-21 16:37:49,908 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:37:49,908 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,908 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHRUNTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHRUNTYPE' )a) 2024-06-21 16:37:49,909 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,909 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHRUNTYPE(String), BATCHRUNTYPE(String) 2024-06-21 16:37:49,910 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,910 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHRUNTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,910 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,910 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHRUNTYPE(String), 1(String) 2024-06-21 16:37:49,911 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:37:49,912 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,912 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='SYSDICT' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='SYSDICT' )a) 2024-06-21 16:37:49,912 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,912 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: SYSDICT(String), SYSDICT(String) 2024-06-21 16:37:49,913 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,914 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='SYSDICT' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,914 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,914 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: SYSDICT(String), 1(String) 2024-06-21 16:37:49,916 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,916 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,916 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BUSDICTCLASS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BUSDICTCLASS' )a) 2024-06-21 16:37:49,916 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,917 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BUSDICTCLASS(String), BUSDICTCLASS(String) 2024-06-21 16:37:49,918 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,918 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BUSDICTCLASS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,919 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,919 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BUSDICTCLASS(String), 1(String) 2024-06-21 16:37:49,920 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,921 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,922 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='USERPARAMFLAG' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='USERPARAMFLAG' )a) 2024-06-21 16:37:49,923 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,923 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: USERPARAMFLAG(String), USERPARAMFLAG(String) 2024-06-21 16:37:49,924 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,924 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='USERPARAMFLAG' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,924 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,924 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: USERPARAMFLAG(String), 1(String) 2024-06-21 16:37:49,925 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:37:49,926 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,926 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PRODTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PRODTYPE' )a) 2024-06-21 16:37:49,926 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,926 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PRODTYPE(String), PRODTYPE(String) 2024-06-21 16:37:49,927 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,927 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PRODTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,928 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,928 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PRODTYPE(String), 1(String) 2024-06-21 16:37:49,929 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:37:49,929 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,930 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='Businesstype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='Businesstype' )a) 2024-06-21 16:37:49,930 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,930 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: Businesstype(String), Businesstype(String) 2024-06-21 16:37:49,931 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,931 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='Businesstype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,931 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,931 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: Businesstype(String), 1(String) 2024-06-21 16:37:49,933 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:37:49,934 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,934 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='limitinterval' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='limitinterval' )a) 2024-06-21 16:37:49,934 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,934 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: limitinterval(String), limitinterval(String) 2024-06-21 16:37:49,935 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,935 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='limitinterval' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,936 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,936 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: limitinterval(String), 1(String) 2024-06-21 16:37:49,936 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:37:49,937 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,937 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='workType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='workType' )a) 2024-06-21 16:37:49,937 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,937 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: workType(String), workType(String) 2024-06-21 16:37:49,938 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,939 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='workType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,939 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,939 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: workType(String), 1(String) 2024-06-21 16:37:49,940 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:37:49,941 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,941 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='FIELDCLASS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='FIELDCLASS' )a) 2024-06-21 16:37:49,941 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,941 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: FIELDCLASS(String), FIELDCLASS(String) 2024-06-21 16:37:49,942 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,942 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='FIELDCLASS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,942 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,943 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: FIELDCLASS(String), 1(String) 2024-06-21 16:37:49,943 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:37:49,944 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,944 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='roletype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='roletype' )a) 2024-06-21 16:37:49,945 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,945 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: roletype(String), roletype(String) 2024-06-21 16:37:49,946 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,946 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='roletype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,946 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,946 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: roletype(String), 1(String) 2024-06-21 16:37:49,947 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:37:49,948 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,948 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='isBatchRun' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='isBatchRun' )a) 2024-06-21 16:37:49,948 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,948 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: isBatchRun(String), isBatchRun(String) 2024-06-21 16:37:49,949 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,949 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='isBatchRun' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,949 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,950 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: isBatchRun(String), 1(String) 2024-06-21 16:37:49,950 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,951 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,951 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='ORGSTATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='ORGSTATE' )a) 2024-06-21 16:37:49,952 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,952 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: ORGSTATE(String), ORGSTATE(String) 2024-06-21 16:37:49,953 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,953 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='ORGSTATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,953 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,953 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: ORGSTATE(String), 1(String) 2024-06-21 16:37:49,954 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,954 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,955 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wf_managestate' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wf_managestate' )a) 2024-06-21 16:37:49,955 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,955 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wf_managestate(String), wf_managestate(String) 2024-06-21 16:37:49,956 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,956 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wf_managestate' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,956 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,957 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wf_managestate(String), 1(String) 2024-06-21 16:37:49,957 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:37:49,958 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,958 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineFont' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineFont' )a) 2024-06-21 16:37:49,958 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,958 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineFont(String), wfEngineFont(String) 2024-06-21 16:37:49,959 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,959 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineFont' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,959 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,960 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineFont(String), 1(String) 2024-06-21 16:37:49,960 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,960 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,961 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHMAXTHREAD' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHMAXTHREAD' )a) 2024-06-21 16:37:49,961 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,961 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHMAXTHREAD(String), BATCHMAXTHREAD(String) 2024-06-21 16:37:49,962 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,962 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHMAXTHREAD' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,962 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,962 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHMAXTHREAD(String), 1(String) 2024-06-21 16:37:49,962 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,963 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,963 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='DATATYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='DATATYPE' )a) 2024-06-21 16:37:49,963 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,963 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: DATATYPE(String), DATATYPE(String) 2024-06-21 16:37:49,964 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,964 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='DATATYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,965 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,965 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: DATATYPE(String), 1(String) 2024-06-21 16:37:49,965 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:37:49,966 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,966 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHSTEPSTATUS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHSTEPSTATUS' )a) 2024-06-21 16:37:49,966 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,966 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHSTEPSTATUS(String), BATCHSTEPSTATUS(String) 2024-06-21 16:37:49,967 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,967 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHSTEPSTATUS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,967 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,967 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHSTEPSTATUS(String), 1(String) 2024-06-21 16:37:49,968 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 7 2024-06-21 16:37:49,968 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,968 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHWHOLESTATUS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHWHOLESTATUS' )a) 2024-06-21 16:37:49,969 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,969 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHWHOLESTATUS(String), BATCHWHOLESTATUS(String) 2024-06-21 16:37:49,970 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,970 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHWHOLESTATUS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,971 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,971 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHWHOLESTATUS(String), 1(String) 2024-06-21 16:37:49,972 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:37:49,973 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,973 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PUBLISHTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PUBLISHTYPE' )a) 2024-06-21 16:37:49,973 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,973 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PUBLISHTYPE(String), PUBLISHTYPE(String) 2024-06-21 16:37:49,974 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,974 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PUBLISHTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,975 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,975 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PUBLISHTYPE(String), 1(String) 2024-06-21 16:37:49,976 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:37:49,976 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,977 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='SQLLOGTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='SQLLOGTYPE' )a) 2024-06-21 16:37:49,977 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,977 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: SQLLOGTYPE(String), SQLLOGTYPE(String) 2024-06-21 16:37:49,978 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,978 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='SQLLOGTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,979 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,979 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: SQLLOGTYPE(String), 1(String) 2024-06-21 16:37:49,979 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 6 2024-06-21 16:37:49,980 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,980 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='TOPORGTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='TOPORGTYPE' )a) 2024-06-21 16:37:49,980 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,981 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: TOPORGTYPE(String), TOPORGTYPE(String) 2024-06-21 16:37:49,982 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,982 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='TOPORGTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,982 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,982 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: TOPORGTYPE(String), 1(String) 2024-06-21 16:37:49,983 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:49,983 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,983 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_paramtype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_paramtype' )a) 2024-06-21 16:37:49,983 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,983 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_paramtype(String), prod_paramtype(String) 2024-06-21 16:37:49,985 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,985 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_paramtype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,985 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,985 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_paramtype(String), 1(String) 2024-06-21 16:37:49,986 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:37:49,986 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,986 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rf_testbusitype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rf_testbusitype' )a) 2024-06-21 16:37:49,987 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,987 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rf_testbusitype(String), rf_testbusitype(String) 2024-06-21 16:37:49,987 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,988 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rf_testbusitype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,988 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,988 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rf_testbusitype(String), 1(String) 2024-06-21 16:37:49,989 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:37:49,990 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,990 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='VAR' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='VAR' )a) 2024-06-21 16:37:49,990 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,990 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: VAR(String), VAR(String) 2024-06-21 16:37:49,991 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,991 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='VAR' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,991 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,992 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: VAR(String), 1(String) 2024-06-21 16:37:49,992 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:37:49,993 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,993 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='Testdatatype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='Testdatatype' )a) 2024-06-21 16:37:49,993 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,993 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: Testdatatype(String), Testdatatype(String) 2024-06-21 16:37:49,994 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,994 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='Testdatatype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,994 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,994 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: Testdatatype(String), 1(String) 2024-06-21 16:37:49,995 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:37:49,995 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,995 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='dictype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='dictype' )a) 2024-06-21 16:37:49,996 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,996 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: dictype(String), dictype(String) 2024-06-21 16:37:49,996 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,996 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='dictype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,996 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,997 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: dictype(String), 1(String) 2024-06-21 16:37:49,997 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:37:49,997 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,997 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='MSGSENDWAY' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='MSGSENDWAY' )a) 2024-06-21 16:37:49,997 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,997 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: MSGSENDWAY(String), MSGSENDWAY(String) 2024-06-21 16:37:49,998 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,998 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='MSGSENDWAY' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,998 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:49,998 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: MSGSENDWAY(String), 1(String) 2024-06-21 16:37:49,998 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:37:49,999 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:49,999 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PASSWORDSTRENGTH' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PASSWORDSTRENGTH' )a) 2024-06-21 16:37:49,999 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:49,999 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PASSWORDSTRENGTH(String), PASSWORDSTRENGTH(String) 2024-06-21 16:37:49,999 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:49,999 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PASSWORDSTRENGTH' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,000 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,000 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PASSWORDSTRENGTH(String), 1(String) 2024-06-21 16:37:50,000 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 9 2024-06-21 16:37:50,001 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,001 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKTIME' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKTIME' )a) 2024-06-21 16:37:50,001 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,001 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKTIME(String), WORKTIME(String) 2024-06-21 16:37:50,002 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,002 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKTIME' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,002 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,002 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKTIME(String), 1(String) 2024-06-21 16:37:50,003 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:50,003 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,003 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='TASKLISTSTATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='TASKLISTSTATE' )a) 2024-06-21 16:37:50,003 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,003 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: TASKLISTSTATE(String), TASKLISTSTATE(String) 2024-06-21 16:37:50,004 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,004 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='TASKLISTSTATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,004 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,004 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: TASKLISTSTATE(String), 1(String) 2024-06-21 16:37:50,005 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:37:50,007 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,008 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='workflow_paramtype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='workflow_paramtype' )a) 2024-06-21 16:37:50,008 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,008 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: workflow_paramtype(String), workflow_paramtype(String) 2024-06-21 16:37:50,009 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,009 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='workflow_paramtype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,010 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,010 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: workflow_paramtype(String), 1(String) 2024-06-21 16:37:50,010 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:37:50,011 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,011 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='IMPZIPCHARSET' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='IMPZIPCHARSET' )a) 2024-06-21 16:37:50,011 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,011 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: IMPZIPCHARSET(String), IMPZIPCHARSET(String) 2024-06-21 16:37:50,011 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,012 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='IMPZIPCHARSET' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,012 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,012 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: IMPZIPCHARSET(String), 1(String) 2024-06-21 16:37:50,012 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:50,012 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,012 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='datatype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='datatype' )a) 2024-06-21 16:37:50,013 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,013 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: datatype(String), datatype(String) 2024-06-21 16:37:50,013 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,013 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='datatype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,013 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,013 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: datatype(String), 1(String) 2024-06-21 16:37:50,014 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:37:50,014 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,014 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='SYSDICTCLASS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='SYSDICTCLASS' )a) 2024-06-21 16:37:50,014 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,014 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: SYSDICTCLASS(String), SYSDICTCLASS(String) 2024-06-21 16:37:50,015 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,015 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='SYSDICTCLASS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,015 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,015 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: SYSDICTCLASS(String), 1(String) 2024-06-21 16:37:50,016 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 7 2024-06-21 16:37:50,016 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,017 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='usePageOffice' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='usePageOffice' )a) 2024-06-21 16:37:50,017 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,017 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: usePageOffice(String), usePageOffice(String) 2024-06-21 16:37:50,017 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,018 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='usePageOffice' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,018 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,018 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: usePageOffice(String), 1(String) 2024-06-21 16:37:50,018 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:50,018 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,018 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wonPrintWord' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wonPrintWord' )a) 2024-06-21 16:37:50,018 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,018 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wonPrintWord(String), wonPrintWord(String) 2024-06-21 16:37:50,019 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,019 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wonPrintWord' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,019 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,020 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wonPrintWord(String), 1(String) 2024-06-21 16:37:50,020 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:50,021 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,021 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='IMPTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='IMPTYPE' )a) 2024-06-21 16:37:50,021 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,021 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: IMPTYPE(String), IMPTYPE(String) 2024-06-21 16:37:50,022 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,022 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='IMPTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,022 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,022 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: IMPTYPE(String), 1(String) 2024-06-21 16:37:50,023 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:50,023 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,023 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='ORGTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='ORGTYPE' )a) 2024-06-21 16:37:50,023 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,023 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: ORGTYPE(String), ORGTYPE(String) 2024-06-21 16:37:50,024 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,024 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='ORGTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,024 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,024 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: ORGTYPE(String), 1(String) 2024-06-21 16:37:50,025 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:37:50,025 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,025 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='USERSTATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='USERSTATE' )a) 2024-06-21 16:37:50,025 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,025 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: USERSTATE(String), USERSTATE(String) 2024-06-21 16:37:50,027 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,027 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='USERSTATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,027 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,028 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: USERSTATE(String), 1(String) 2024-06-21 16:37:50,028 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:37:50,029 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,029 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_teststate' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_teststate' )a) 2024-06-21 16:37:50,029 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,029 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_teststate(String), prod_teststate(String) 2024-06-21 16:37:50,029 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,029 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_teststate' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,030 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,030 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_teststate(String), 1(String) 2024-06-21 16:37:50,030 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:37:50,031 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,031 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rf_paramtype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rf_paramtype' )a) 2024-06-21 16:37:50,031 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,031 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rf_paramtype(String), rf_paramtype(String) 2024-06-21 16:37:50,031 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,032 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rf_paramtype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,032 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,032 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rf_paramtype(String), 1(String) 2024-06-21 16:37:50,032 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:37:50,032 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,032 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='partypost' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='partypost' )a) 2024-06-21 16:37:50,033 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,033 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: partypost(String), partypost(String) 2024-06-21 16:37:50,033 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,033 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='partypost' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,034 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,034 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: partypost(String), 1(String) 2024-06-21 16:37:50,034 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:50,035 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,035 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='USERLOGINFLAG' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='USERLOGINFLAG' )a) 2024-06-21 16:37:50,035 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,035 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: USERLOGINFLAG(String), USERLOGINFLAG(String) 2024-06-21 16:37:50,035 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,035 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='USERLOGINFLAG' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,035 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,035 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: USERLOGINFLAG(String), 1(String) 2024-06-21 16:37:50,036 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:50,036 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,036 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKUNITTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKUNITTYPE' )a) 2024-06-21 16:37:50,036 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,036 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKUNITTYPE(String), WORKUNITTYPE(String) 2024-06-21 16:37:50,037 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,037 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKUNITTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,037 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,037 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKUNITTYPE(String), 1(String) 2024-06-21 16:37:50,038 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:37:50,038 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,038 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='CURPOSTDEALTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='CURPOSTDEALTYPE' )a) 2024-06-21 16:37:50,038 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,038 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: CURPOSTDEALTYPE(String), CURPOSTDEALTYPE(String) 2024-06-21 16:37:50,039 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,039 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='CURPOSTDEALTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,039 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,039 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: CURPOSTDEALTYPE(String), 1(String) 2024-06-21 16:37:50,039 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:37:50,039 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,039 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineRetract' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineRetract' )a) 2024-06-21 16:37:50,041 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,041 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineRetract(String), wfEngineRetract(String) 2024-06-21 16:37:50,041 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,041 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineRetract' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,041 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,041 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineRetract(String), 1(String) 2024-06-21 16:37:50,042 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:50,042 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,042 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineLogicInRole' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineLogicInRole' )a) 2024-06-21 16:37:50,042 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,042 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineLogicInRole(String), wfEngineLogicInRole(String) 2024-06-21 16:37:50,043 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,043 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineLogicInRole' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,043 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,043 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineLogicInRole(String), 1(String) 2024-06-21 16:37:50,043 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:50,043 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,043 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='operusemode' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='operusemode' )a) 2024-06-21 16:37:50,043 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,045 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: operusemode(String), operusemode(String) 2024-06-21 16:37:50,045 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,045 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='operusemode' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,045 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,045 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: operusemode(String), 1(String) 2024-06-21 16:37:50,046 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:37:50,046 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,046 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='configmode' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='configmode' )a) 2024-06-21 16:37:50,046 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,046 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: configmode(String), configmode(String) 2024-06-21 16:37:50,046 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,046 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='configmode' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,047 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,047 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: configmode(String), 1(String) 2024-06-21 16:37:50,047 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:37:50,047 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,047 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PRODUCTAUDIT' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PRODUCTAUDIT' )a) 2024-06-21 16:37:50,047 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,048 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PRODUCTAUDIT(String), PRODUCTAUDIT(String) 2024-06-21 16:37:50,048 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,048 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PRODUCTAUDIT' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,048 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,049 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PRODUCTAUDIT(String), 1(String) 2024-06-21 16:37:50,049 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:50,049 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,049 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='fileType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='fileType' )a) 2024-06-21 16:37:50,049 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,050 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: fileType(String), fileType(String) 2024-06-21 16:37:50,050 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,050 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='fileType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,050 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,050 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: fileType(String), 1(String) 2024-06-21 16:37:50,050 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:50,050 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,051 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='AUTORULE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='AUTORULE' )a) 2024-06-21 16:37:50,051 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,051 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: AUTORULE(String), AUTORULE(String) 2024-06-21 16:37:50,051 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,052 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='AUTORULE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,052 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,052 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: AUTORULE(String), 1(String) 2024-06-21 16:37:50,053 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:37:50,053 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,053 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHWAITSECONDS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHWAITSECONDS' )a) 2024-06-21 16:37:50,053 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,053 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHWAITSECONDS(String), BATCHWAITSECONDS(String) 2024-06-21 16:37:50,054 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,054 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHWAITSECONDS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,054 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,054 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHWAITSECONDS(String), 1(String) 2024-06-21 16:37:50,054 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:37:50,055 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,055 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='region' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='region' )a) 2024-06-21 16:37:50,055 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,055 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: region(String), region(String) 2024-06-21 16:37:50,056 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,056 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='region' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,056 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,056 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: region(String), 1(String) 2024-06-21 16:37:50,057 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 11 2024-06-21 16:37:50,057 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,057 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rfEngine07' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rfEngine07' )a) 2024-06-21 16:37:50,057 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,057 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rfEngine07(String), rfEngine07(String) 2024-06-21 16:37:50,058 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,058 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rfEngine07' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,058 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,058 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rfEngine07(String), 1(String) 2024-06-21 16:37:50,059 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 6 2024-06-21 16:37:50,059 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,059 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rfEngine11_example' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rfEngine11_example' )a) 2024-06-21 16:37:50,059 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,059 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rfEngine11_example(String), rfEngine11_example(String) 2024-06-21 16:37:50,060 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,060 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rfEngine11_example' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,060 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,060 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rfEngine11_example(String), 1(String) 2024-06-21 16:37:50,061 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:37:50,061 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:37:50,061 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rdpDemoCreateType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rdpDemoCreateType' )a) 2024-06-21 16:37:50,061 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:37:50,061 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rdpDemoCreateType(String), rdpDemoCreateType(String) 2024-06-21 16:37:50,062 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:37:50,062 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rdpDemoCreateType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,062 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:37:50,062 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rdpDemoCreateType(String), 1(String) 2024-06-21 16:37:50,063 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:37:50,063 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounOrgMapper.queryAllNounOrg:select distinct nounitem, orgcode from SYS_NOUNORG 2024-06-21 16:37:50,063 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounOrgMapper.queryAllNounOrg -137 -debug -==> Preparing: select distinct nounitem, orgcode from SYS_NOUNORG 2024-06-21 16:37:50,063 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounOrgMapper.queryAllNounOrg -137 -debug -==> Parameters: 2024-06-21 16:37:50,064 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounOrgMapper.queryAllNounOrg -137 -debug -<== Total: 0 2024-06-21 16:37:50,065 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.batchmanage.mapper.SysBatchWholeRunStateMapper.queryReRunAppBatch:select a.* from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUN b ON b.NOUNITEM='WORKDATE' AND a.BATCHDATE=B.NOUNVALUE AND b.ORGFLAG!='1' where a.BATCHSTATUS in ('ready','normalRunning', 'errorRunning') and a.runType in ('appHand','appSerial') UNION select a.* from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUNORG b ON a.BATCHDATE=b.NOUNVALUE AND a.HEADORGCODE=b.ORGCODE AND b.NOUNITEM='WORKDATE' INNER JOIN SYS_NOUN c ON c.NOUNITEM='WORKDATE' where a.BATCHSTATUS in ('ready','normalRunning', 'errorRunning') and a.runType in ('appHand','appSerial') AND c.ORGFLAG='1' 2024-06-21 16:37:50,065 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchWholeRunStateMapper.queryReRunAppBatch -137 -debug -==> Preparing: select a.* from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUN b ON b.NOUNITEM='WORKDATE' AND a.BATCHDATE=B.NOUNVALUE AND b.ORGFLAG!='1' where a.BATCHSTATUS in ('ready','normalRunning', 'errorRunning') and a.runType in ('appHand','appSerial') UNION select a.* from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUNORG b ON a.BATCHDATE=b.NOUNVALUE AND a.HEADORGCODE=b.ORGCODE AND b.NOUNITEM='WORKDATE' INNER JOIN SYS_NOUN c ON c.NOUNITEM='WORKDATE' where a.BATCHSTATUS in ('ready','normalRunning', 'errorRunning') and a.runType in ('appHand','appSerial') AND c.ORGFLAG='1' 2024-06-21 16:37:50,066 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchWholeRunStateMapper.queryReRunAppBatch -137 -debug -==> Parameters: 2024-06-21 16:37:50,066 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchWholeRunStateMapper.queryReRunAppBatch -137 -debug -<== Total: 0 2024-06-21 16:37:50,066 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.batchmanage.mapper.SysBatchInfoMapper.queryRunAndWaitAutoBatch:select batchid,autoinittm,headorgcode from ( select batchid,autoinittm,headorgcode,9 as lsh from sys_batchinfo a where a.AUTOINITTM is not null union select batchid,NULL as autoinittm,headorgcode,case when BATCHSTATUS in ('errorRunning','normalRunning') then 0 else 1 end as lsh from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUN b ON b.NOUNITEM='WORKDATE' AND a.BATCHDATE=B.NOUNVALUE AND b.ORGFLAG!='1' where a.BATCHSTATUS in ('errorRunning','normalRunning','ready') and a.runtype = 'appAuto' UNION select batchid,NULL as autoinittm,headorgcode,case when BATCHSTATUS in ('errorRunning','normalRunning') then 0 else 1 end as lsh from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUNORG b ON a.BATCHDATE=b.NOUNVALUE AND a.HEADORGCODE=b.ORGCODE AND b.NOUNITEM='WORKDATE' INNER JOIN SYS_NOUN c ON c.NOUNITEM='WORKDATE' where a.BATCHSTATUS in ('errorRunning','normalRunning','ready') and a.runtype = 'appAuto' AND c.ORGFLAG='1' ) t order by lsh 2024-06-21 16:37:50,066 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchInfoMapper.queryRunAndWaitAutoBatch -137 -debug -==> Preparing: select batchid,autoinittm,headorgcode from ( select batchid,autoinittm,headorgcode,9 as lsh from sys_batchinfo a where a.AUTOINITTM is not null union select batchid,NULL as autoinittm,headorgcode,case when BATCHSTATUS in ('errorRunning','normalRunning') then 0 else 1 end as lsh from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUN b ON b.NOUNITEM='WORKDATE' AND a.BATCHDATE=B.NOUNVALUE AND b.ORGFLAG!='1' where a.BATCHSTATUS in ('errorRunning','normalRunning','ready') and a.runtype = 'appAuto' UNION select batchid,NULL as autoinittm,headorgcode,case when BATCHSTATUS in ('errorRunning','normalRunning') then 0 else 1 end as lsh from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUNORG b ON a.BATCHDATE=b.NOUNVALUE AND a.HEADORGCODE=b.ORGCODE AND b.NOUNITEM='WORKDATE' INNER JOIN SYS_NOUN c ON c.NOUNITEM='WORKDATE' where a.BATCHSTATUS in ('errorRunning','normalRunning','ready') and a.runtype = 'appAuto' AND c.ORGFLAG='1' ) t order by lsh 2024-06-21 16:37:50,067 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchInfoMapper.queryRunAndWaitAutoBatch -137 -debug -==> Parameters: 2024-06-21 16:37:50,067 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchInfoMapper.queryRunAndWaitAutoBatch -137 -debug -<== Total: 0 2024-06-21 16:37:50,067 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getAllButtonFun:select buttonid as id, funccode as parentid, BUTTONNAME as text, buttonurl as attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_FUNCBUTTON where buttonurl is not null and buttonurl != '' 2024-06-21 16:37:50,068 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getAllButtonFun -137 -debug -==> Preparing: select buttonid as id, funccode as parentid, BUTTONNAME as text, buttonurl as attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_FUNCBUTTON where buttonurl is not null and buttonurl != '' 2024-06-21 16:37:50,068 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getAllButtonFun -137 -debug -==> Parameters: 2024-06-21 16:37:50,068 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getAllButtonFun -137 -debug -<== Total: 0 2024-06-21 16:37:50,068 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree:select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:37:50,069 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Preparing: select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:37:50,069 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Parameters: 2024-06-21 16:37:50,071 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -<== Total: 57 2024-06-21 16:38:11,495 [ http-nio-8080-exec-1] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] -173 -log -Initializing Spring DispatcherServlet 'dispatcherServlet' 2024-06-21 16:38:11,495 [ http-nio-8080-exec-1] INFO org.springframework.web.servlet.DispatcherServlet -532 -initServletBean -Initializing Servlet 'dispatcherServlet' 2024-06-21 16:38:11,498 [ http-nio-8080-exec-1] INFO org.springframework.web.servlet.DispatcherServlet -554 -initServletBean -Completed initialization in 2 ms 2024-06-21 16:38:11,517 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/welcome 2024-06-21 16:38:11,517 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/welcome 2024-06-21 16:38:11,518 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:38:11,518 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:38:11,530 [ http-nio-8080-exec-1] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 32KB buffer from chunk 0 &10452992 2024-06-21 16:38:11,531 [ http-nio-8080-exec-1] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.OffHeapStorageArea -438 -expandData -Data area expanded from 32KB to 64KB [occupation=0.0] 2024-06-21 16:38:11,590 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree:select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:38:11,591 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Preparing: select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:38:11,592 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Parameters: 2024-06-21 16:38:11,596 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -<== Total: 57 2024-06-21 16:38:11,738 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/welcome 2024-06-21 16:38:11,738 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:38:11,740 [ http-nio-8080-exec-3] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 32KB buffer from chunk 0 &10420224 2024-06-21 16:38:11,740 [ http-nio-8080-exec-3] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.OffHeapStorageArea -438 -expandData -Data area expanded from 32KB to 64KB [occupation=0.0] 2024-06-21 16:38:12,185 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:38:12,185 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:38:12,200 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdConvertEncryption":"SM4","showVerifyCode":false},"success":true} 2024-06-21 16:38:13,092 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:38:13,092 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:38:13,101 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(64,'admin','2024-06-21 16:38:13:096',1718959093100,'/doLogin','{"username":["admin"],"password":["***"]}','用户登录',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:38:14,196 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:38:14,203 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:38:14,203 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:38:14,212 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:38:14,225 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin:select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname='admin' and a.psw='0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983' and rownum=1 2024-06-21 16:38:14,226 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Preparing: select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname=? and a.psw=? and rownum=1 2024-06-21 16:38:14,226 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Parameters: admin(String), 0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983(String) 2024-06-21 16:38:14,230 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -<== Total: 1 2024-06-21 16:38:14,230 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole:select roleid from SYS_USER_ROLE where account='admin' 2024-06-21 16:38:14,231 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Preparing: select roleid from SYS_USER_ROLE where account=? 2024-06-21 16:38:14,231 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Parameters: admin(String) 2024-06-21 16:38:14,232 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -<== Total: 1 2024-06-21 16:38:14,239 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg:SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG='000000' AND org.ORGTYPE='1headoffice' AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:38:14,240 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Preparing: SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG=? AND org.ORGTYPE=? AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:38:14,241 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Parameters: 000000(String), 1headoffice(String) 2024-06-21 16:38:14,242 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -<== Total: 0 2024-06-21 16:38:14,243 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doModify:update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:38:14,243 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Preparing: update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:38:14,244 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Parameters: 2024-06-21 16:38:14,245 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -<== Updates: 1 2024-06-21 16:38:14,254 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:38:14,255 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:38:14,256 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:38:14,256 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:38:14,257 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKDATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKDATE' )a) 2024-06-21 16:38:14,257 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:38:14,258 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKDATE(String), WORKDATE(String) 2024-06-21 16:38:14,258 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:38:14,260 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKDATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:38:14,261 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:38:14,262 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKDATE(String), 1(String) 2024-06-21 16:38:14,264 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:38:14,297 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg:select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname ='admin' and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:38:14,298 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Preparing: select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname =? and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:38:14,298 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Parameters: admin(String) 2024-06-21 16:38:14,299 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -<== Total: 1 2024-06-21 16:38:14,304 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:38:14,304 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:38:14,305 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:38:14,305 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:38:14,313 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdStat":"okey","orgList":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":null,"attribute":null,"children":null}]},"success":true} 2024-06-21 16:38:14,321 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:38:14,321 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:38:14,325 [ http-nio-8080-exec-6] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 32KB buffer from chunk 0 &10387456 2024-06-21 16:38:14,326 [ http-nio-8080-exec-6] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.OffHeapStorageArea -438 -expandData -Data area expanded from 32KB to 64KB [occupation=0.0] 2024-06-21 16:38:14,338 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun:select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account='admin' ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG='000000' ) ) and f1.ORGTYPE >= '0root' order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:38:14,339 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Preparing: select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account=? ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG=? ) ) and f1.ORGTYPE >= ? order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:38:14,339 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Parameters: admin(String), 000000(String), 0root(String) 2024-06-21 16:38:14,342 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -<== Total: 57 2024-06-21 16:38:14,343 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun:select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = 'admin' and t2.AUTHFLAG = '1' group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:38:14,343 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Preparing: select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = ? and t2.AUTHFLAG = ? group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:38:14,344 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Parameters: admin(String), 1(String) 2024-06-21 16:38:14,345 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -<== Total: 0 2024-06-21 16:38:14,354 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton:select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account='admin' group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:38:14,355 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Preparing: select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account=? group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:38:14,355 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Parameters: admin(String) 2024-06-21 16:38:14,357 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -<== Total: 0 2024-06-21 16:38:14,360 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType:select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:38:14,361 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Preparing: select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:38:14,361 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Parameters: 2024-06-21 16:38:14,363 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -<== Total: 0 2024-06-21 16:38:14,365 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne:select nounvalue from SYS_USERPARAM where nounitem='color' and account='admin' 2024-06-21 16:38:14,366 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Preparing: select nounvalue from SYS_USERPARAM where nounitem=? and account=? 2024-06-21 16:38:14,368 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Parameters: color(String), admin(String) 2024-06-21 16:38:14,369 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -<== Total: 0 2024-06-21 16:38:14,383 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"success":true,"message":"","data":{"operAccess":{},"layout":"mix","currentUser":{"account":"admin","userName":"超级管理员","curOrgCode":"000000","curOrgName":"根机构","deptType":null,"orgCode":"000000","orgName":"根机构","orgtype":"0root","headOfficeCode":"000000","roleId":null,"roleList":["sysadmin"],"modifypwdate":"2024-06-21","devaccount":null,"devuserName":null,"logOn":"1","loginname":"admin"},"menuList":[{"key":"0","path":"","name":"系统菜单","icon":null,"children":[{"key":"M100000","path":"","name":"系统管理","icon":null,"children":[{"key":"M100100","path":"auth-mng","name":"用户权限管理","icon":null,"children":[{"key":"M100103","path":"/admin/orgmanage","name":"机构管理","icon":null,"children":null},{"key":"M100106","path":"/admin/usermanage","name":"用户管理","icon":null,"children":null},{"key":"M100102","path":"/admin/rolemanage","name":"角色管理","icon":null,"children":null},{"key":"M100105","path":"/admin/funmanage","name":"菜单管理","icon":null,"children":null},{"key":"M100109","path":"/admin/funorgmanage","name":"机构菜单管理","icon":null,"children":null},{"key":"M100310","path":"idata-mng","name":"数据补录","icon":null,"children":[{"key":"M100311","path":"/admin/excelmanage/impmtype","name":"数据模板定义","icon":null,"children":null},{"key":"M100313","path":"/admin/excelmanage/impandauditp","name":"数据补录及审核","icon":null,"children":null},{"key":"M100312","path":"/admin/excelmanage/importdataQuery","name":"数据补录查询","icon":null,"children":null}]}]},{"key":"M100300","path":"pub-mng","name":"公共机制管理","icon":null,"children":[{"key":"M100118","path":"/admin/innercodemanage","name":"序号管理","icon":null,"children":null},{"key":"M100210","path":"","name":"SQL编辑器","icon":null,"children":[{"key":"M10021004","path":"/admin/sqleditor/dataclassdef","name":"数据分类定义","icon":null,"children":null},{"key":"M10021001","path":"/admin/sqleditor/defOperate","name":"数据操作定义","icon":null,"children":null},{"key":"M10021003","path":"/admin/sqleditor/editorDefine","name":"编辑器定义","icon":null,"children":null},{"key":"M10021002","path":"/admin/sqleditor/variableDefine","name":"编辑器变量","icon":null,"children":null}]},{"key":"M100116","path":"/admin/excelmanage/rpt","name":"报表管理","icon":null,"children":null},{"key":"M100111","path":"/admin/msgmanage/msgmng","name":"信息发布","icon":null,"children":null},{"key":"M100120","path":"/admin/sqllogmanage","name":"数据处理","icon":null,"children":null},{"key":"M100122","path":"/admin/syslogmanage","name":"操作日志查询","icon":null,"children":null},{"key":"M100123","path":"/admin/holidaymanage","name":"节假日管理","icon":null,"children":null},{"key":"M100125","path":"/admin/messgsendmanage/messconfig","name":"消息发送配置","icon":null,"children":null}]},{"key":"M100200","path":"sys-mng","name":"参数字典管理","icon":null,"children":[{"key":"M100107","path":"/admin/nounmanage/PARAM/BUSDICT","name":"业务参数管理","icon":null,"children":null},{"key":"M100108","path":"/admin/nounmanage/PARAM/SYSDICT","name":"系统参数管理","icon":null,"children":null},{"key":"M100110","path":"/admin/nounorg","name":"机构业务参数管理","icon":null,"children":null}]},{"key":"M100600","path":"batch-mng","name":"批次配置管理","icon":null,"children":[{"key":"M100601","path":"/admin/batchmanage/batchcontrol","name":"批次步骤定义","icon":null,"children":null},{"key":"M100602","path":"/admin/batchmanage/batchlog","name":"批次日志查询","icon":null,"children":null},{"key":"M100603","path":"/admin/batchmanage/batchdispatch","name":"批次调度列表","icon":null,"children":null},{"key":"M100605","path":"/admin/batchmanage/batchinfo","name":"批次列表","icon":null,"children":null},{"key":"M100608","path":"/admin/batchmanage/batchgroup","name":"批次任务组","icon":null,"children":null},{"key":"M100606","path":"/admin/batchmanage/batchrunstate","name":"运维监控","icon":null,"children":null},{"key":"M100607","path":"/admin/batchmanage/batchstate","name":"任务信息","icon":null,"children":null}]}]},{"key":"M300000","path":"prod-base","name":"产品配置标准版本管理","icon":null,"children":[{"key":"M300300","path":"rt-dev","name":"开发平台","icon":null,"children":[{"key":"M300301","path":"/product/rdp/functionInfoManage","name":"功能","icon":null,"children":null},{"key":"M300302","path":"/product/rdp/logicsInfoManage","name":"逻辑组","icon":null,"children":null},{"key":"M300303","path":"/product/rdp/logicInfoManage","name":"单逻辑","icon":null,"children":null},{"key":"M300305","path":"/product/rdp/fastDemo","name":"快速原型","icon":null,"children":null},{"key":"M300306","path":"/product/rdp/v2tov3","name":"功能升级","icon":null,"children":null}]},{"key":"M300200","path":"/product/prodBase/initQueryImport","name":"导入情况查询","icon":null,"children":null}]},{"key":"M700000","path":"rf-eng","name":"规则引擎","icon":null,"children":[{"key":"M700300","path":"/product/prodBase/ruleflow","name":"规则管理","icon":null,"children":null},{"key":"M700100","path":"/rfEngine/rfAnalyse/init","name":"规则解析查询","icon":null,"children":null},{"key":"M700200","path":"/rfEngine/rfAnalyse/initTestRt","name":"规则测试信息结果查询","icon":null,"children":null},{"key":"M700400","path":"/rfEngine/rfDefine/toRuleNodeRelaList","name":"构件参数配置","icon":null,"children":null},{"key":"M700500","path":"/rfEngine/rfUpgrade","name":"规则升级","icon":null,"children":null}]},{"key":"M100500","path":"flow-eng","name":"流程引擎","icon":null,"children":[{"key":"M100501","path":"/wfEngine/bsmBusinessFlow","name":"流程定义","icon":null,"children":null},{"key":"M100502","path":"/wfEngine/moreTaskList","name":"任务列表","icon":null,"children":null},{"key":"M100503","path":"/wfEngine/wfsWorkFlowManage","name":"流程管理","icon":null,"children":null},{"key":"M100504","path":"/wfEngine/bsmBusinessUnit","name":"业务单元","icon":null,"children":null},{"key":"M100505","path":"/wfEngine/wfUpgrade","name":"旧流程升级","icon":null,"children":null}]}]}],"orgDict":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":"ROOT","attribute":null,"children":null}],"workDate":"2015-07-09","color":null,"roleType":null}} 2024-06-21 16:38:14,407 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.update:update sys_logs set execTime='2024-06-21 16:38:14:404', duration=1718959094406-duration, result='登录成功', state='1' where threadID=64 and state=' ' and execTime=( select execTime from ( select max(execTime) as execTime from sys_logs where threadID=64 and state=' ' )a ) 2024-06-21 16:38:18,425 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/rfEngine/rfAnalyse/init 2024-06-21 16:38:18,426 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:38:18,443 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.AuthInterceptor -49 -preHandle -Handler of request[/product/rfEngine/rfAnalyse/getDataList] isn't a method handler. 2024-06-21 16:38:18,445 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.SysLogInterceptor -42 -preHandle -Handler of request[/product/rfEngine/rfAnalyse/getDataList] isn't a method handler. 2024-06-21 16:38:18,445 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.BatchInterceptor -31 -preHandle -Handler of request[/product/rfEngine/rfAnalyse/getDataList] isn't a method handler. 2024-06-21 16:38:18,448 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.SysLogInterceptor -75 -postHandle -Handler of request[/product/rfEngine/rfAnalyse/getDataList] isn't a method handler. 2024-06-21 16:38:18,572 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:38:18,574 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:38:18,581 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdConvertEncryption":"SM4","showVerifyCode":false},"success":true} 2024-06-21 16:38:20,671 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:38:20,671 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:38:20,676 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(68,'admin','2024-06-21 16:38:20:674',1718959100675,'/doLogin','{"username":["admin"],"password":["***"]}','用户登录',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:38:20,681 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:38:20,682 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:38:20,682 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:38:20,683 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:38:20,684 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin:select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname='admin' and a.psw='0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983' and rownum=1 2024-06-21 16:38:20,685 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Preparing: select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname=? and a.psw=? and rownum=1 2024-06-21 16:38:20,686 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Parameters: admin(String), 0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983(String) 2024-06-21 16:38:20,687 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -<== Total: 1 2024-06-21 16:38:20,687 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole:select roleid from SYS_USER_ROLE where account='admin' 2024-06-21 16:38:20,688 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Preparing: select roleid from SYS_USER_ROLE where account=? 2024-06-21 16:38:20,688 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Parameters: admin(String) 2024-06-21 16:38:20,689 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -<== Total: 1 2024-06-21 16:38:20,690 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg:SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG='000000' AND org.ORGTYPE='1headoffice' AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:38:20,691 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Preparing: SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG=? AND org.ORGTYPE=? AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:38:20,691 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Parameters: 000000(String), 1headoffice(String) 2024-06-21 16:38:20,692 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -<== Total: 0 2024-06-21 16:38:20,692 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doModify:update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:38:20,693 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Preparing: update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:38:20,693 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Parameters: 2024-06-21 16:38:20,694 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -<== Updates: 1 2024-06-21 16:38:20,696 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:38:20,697 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:38:20,697 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:38:20,698 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:38:20,698 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKDATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKDATE' )a) 2024-06-21 16:38:20,699 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:38:20,699 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKDATE(String), WORKDATE(String) 2024-06-21 16:38:20,700 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:38:20,700 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKDATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:38:20,701 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:38:20,701 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKDATE(String), 1(String) 2024-06-21 16:38:20,702 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:38:20,705 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg:select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname ='admin' and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:38:20,706 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Preparing: select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname =? and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:38:20,707 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Parameters: admin(String) 2024-06-21 16:38:20,707 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -<== Total: 1 2024-06-21 16:38:20,709 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:38:20,710 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:38:20,711 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:38:20,713 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:38:20,716 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdStat":"okey","orgList":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":null,"attribute":null,"children":null}]},"success":true} 2024-06-21 16:38:20,719 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.update:update sys_logs set execTime='2024-06-21 16:38:20:717', duration=1718959100719-duration, result='登录成功', state='1' where threadID=68 and state=' ' and execTime=( select execTime from ( select max(execTime) as execTime from sys_logs where threadID=68 and state=' ' )a ) 2024-06-21 16:38:20,723 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:38:20,723 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:38:20,733 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun:select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account='admin' ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG='000000' ) ) and f1.ORGTYPE >= '0root' order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:38:20,734 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Preparing: select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account=? ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG=? ) ) and f1.ORGTYPE >= ? order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:38:20,735 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Parameters: admin(String), 000000(String), 0root(String) 2024-06-21 16:38:20,740 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -<== Total: 57 2024-06-21 16:38:20,740 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun:select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = 'admin' and t2.AUTHFLAG = '1' group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:38:20,741 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Preparing: select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = ? and t2.AUTHFLAG = ? group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:38:20,742 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Parameters: admin(String), 1(String) 2024-06-21 16:38:20,742 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -<== Total: 0 2024-06-21 16:38:20,750 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton:select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account='admin' group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:38:20,751 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Preparing: select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account=? group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:38:20,752 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Parameters: admin(String) 2024-06-21 16:38:20,754 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -<== Total: 0 2024-06-21 16:38:20,756 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType:select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:38:20,756 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Preparing: select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:38:20,756 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Parameters: 2024-06-21 16:38:20,757 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -<== Total: 0 2024-06-21 16:38:20,758 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne:select nounvalue from SYS_USERPARAM where nounitem='color' and account='admin' 2024-06-21 16:38:20,758 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Preparing: select nounvalue from SYS_USERPARAM where nounitem=? and account=? 2024-06-21 16:38:20,758 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Parameters: color(String), admin(String) 2024-06-21 16:38:20,759 [ http-nio-8080-exec-9] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -<== Total: 0 2024-06-21 16:38:20,762 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"success":true,"message":"","data":{"operAccess":{},"layout":"mix","currentUser":{"account":"admin","userName":"超级管理员","curOrgCode":"000000","curOrgName":"根机构","deptType":null,"orgCode":"000000","orgName":"根机构","orgtype":"0root","headOfficeCode":"000000","roleId":null,"roleList":["sysadmin"],"modifypwdate":"2024-06-21","devaccount":null,"devuserName":null,"logOn":"1","loginname":"admin"},"menuList":[{"key":"0","path":"","name":"系统菜单","icon":null,"children":[{"key":"M100000","path":"","name":"系统管理","icon":null,"children":[{"key":"M100100","path":"auth-mng","name":"用户权限管理","icon":null,"children":[{"key":"M100103","path":"/admin/orgmanage","name":"机构管理","icon":null,"children":null},{"key":"M100106","path":"/admin/usermanage","name":"用户管理","icon":null,"children":null},{"key":"M100102","path":"/admin/rolemanage","name":"角色管理","icon":null,"children":null},{"key":"M100105","path":"/admin/funmanage","name":"菜单管理","icon":null,"children":null},{"key":"M100109","path":"/admin/funorgmanage","name":"机构菜单管理","icon":null,"children":null},{"key":"M100310","path":"idata-mng","name":"数据补录","icon":null,"children":[{"key":"M100311","path":"/admin/excelmanage/impmtype","name":"数据模板定义","icon":null,"children":null},{"key":"M100313","path":"/admin/excelmanage/impandauditp","name":"数据补录及审核","icon":null,"children":null},{"key":"M100312","path":"/admin/excelmanage/importdataQuery","name":"数据补录查询","icon":null,"children":null}]}]},{"key":"M100300","path":"pub-mng","name":"公共机制管理","icon":null,"children":[{"key":"M100118","path":"/admin/innercodemanage","name":"序号管理","icon":null,"children":null},{"key":"M100210","path":"","name":"SQL编辑器","icon":null,"children":[{"key":"M10021004","path":"/admin/sqleditor/dataclassdef","name":"数据分类定义","icon":null,"children":null},{"key":"M10021001","path":"/admin/sqleditor/defOperate","name":"数据操作定义","icon":null,"children":null},{"key":"M10021003","path":"/admin/sqleditor/editorDefine","name":"编辑器定义","icon":null,"children":null},{"key":"M10021002","path":"/admin/sqleditor/variableDefine","name":"编辑器变量","icon":null,"children":null}]},{"key":"M100116","path":"/admin/excelmanage/rpt","name":"报表管理","icon":null,"children":null},{"key":"M100111","path":"/admin/msgmanage/msgmng","name":"信息发布","icon":null,"children":null},{"key":"M100120","path":"/admin/sqllogmanage","name":"数据处理","icon":null,"children":null},{"key":"M100122","path":"/admin/syslogmanage","name":"操作日志查询","icon":null,"children":null},{"key":"M100123","path":"/admin/holidaymanage","name":"节假日管理","icon":null,"children":null},{"key":"M100125","path":"/admin/messgsendmanage/messconfig","name":"消息发送配置","icon":null,"children":null}]},{"key":"M100200","path":"sys-mng","name":"参数字典管理","icon":null,"children":[{"key":"M100107","path":"/admin/nounmanage/PARAM/BUSDICT","name":"业务参数管理","icon":null,"children":null},{"key":"M100108","path":"/admin/nounmanage/PARAM/SYSDICT","name":"系统参数管理","icon":null,"children":null},{"key":"M100110","path":"/admin/nounorg","name":"机构业务参数管理","icon":null,"children":null}]},{"key":"M100600","path":"batch-mng","name":"批次配置管理","icon":null,"children":[{"key":"M100601","path":"/admin/batchmanage/batchcontrol","name":"批次步骤定义","icon":null,"children":null},{"key":"M100602","path":"/admin/batchmanage/batchlog","name":"批次日志查询","icon":null,"children":null},{"key":"M100603","path":"/admin/batchmanage/batchdispatch","name":"批次调度列表","icon":null,"children":null},{"key":"M100605","path":"/admin/batchmanage/batchinfo","name":"批次列表","icon":null,"children":null},{"key":"M100608","path":"/admin/batchmanage/batchgroup","name":"批次任务组","icon":null,"children":null},{"key":"M100606","path":"/admin/batchmanage/batchrunstate","name":"运维监控","icon":null,"children":null},{"key":"M100607","path":"/admin/batchmanage/batchstate","name":"任务信息","icon":null,"children":null}]}]},{"key":"M300000","path":"prod-base","name":"产品配置标准版本管理","icon":null,"children":[{"key":"M300300","path":"rt-dev","name":"开发平台","icon":null,"children":[{"key":"M300301","path":"/product/rdp/functionInfoManage","name":"功能","icon":null,"children":null},{"key":"M300302","path":"/product/rdp/logicsInfoManage","name":"逻辑组","icon":null,"children":null},{"key":"M300303","path":"/product/rdp/logicInfoManage","name":"单逻辑","icon":null,"children":null},{"key":"M300305","path":"/product/rdp/fastDemo","name":"快速原型","icon":null,"children":null},{"key":"M300306","path":"/product/rdp/v2tov3","name":"功能升级","icon":null,"children":null}]},{"key":"M300200","path":"/product/prodBase/initQueryImport","name":"导入情况查询","icon":null,"children":null}]},{"key":"M700000","path":"rf-eng","name":"规则引擎","icon":null,"children":[{"key":"M700300","path":"/product/prodBase/ruleflow","name":"规则管理","icon":null,"children":null},{"key":"M700100","path":"/rfEngine/rfAnalyse/init","name":"规则解析查询","icon":null,"children":null},{"key":"M700200","path":"/rfEngine/rfAnalyse/initTestRt","name":"规则测试信息结果查询","icon":null,"children":null},{"key":"M700400","path":"/rfEngine/rfDefine/toRuleNodeRelaList","name":"构件参数配置","icon":null,"children":null},{"key":"M700500","path":"/rfEngine/rfUpgrade","name":"规则升级","icon":null,"children":null}]},{"key":"M100500","path":"flow-eng","name":"流程引擎","icon":null,"children":[{"key":"M100501","path":"/wfEngine/bsmBusinessFlow","name":"流程定义","icon":null,"children":null},{"key":"M100502","path":"/wfEngine/moreTaskList","name":"任务列表","icon":null,"children":null},{"key":"M100503","path":"/wfEngine/wfsWorkFlowManage","name":"流程管理","icon":null,"children":null},{"key":"M100504","path":"/wfEngine/bsmBusinessUnit","name":"业务单元","icon":null,"children":null},{"key":"M100505","path":"/wfEngine/wfUpgrade","name":"旧流程升级","icon":null,"children":null}]}]}],"orgDict":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":"ROOT","attribute":null,"children":null}],"workDate":"2015-07-09","color":null,"roleType":null}} 2024-06-21 16:57:09,003 [ main] INFO com.sundata.MainApplication -51 -logStarting -Starting MainApplication using Java 17.0.5 with PID 8732 (E:\project\bin started by 78206 in E:\project) 2024-06-21 16:57:09,005 [ main] DEBUG com.sundata.MainApplication -52 -logStarting -Running with Spring Boot v3.0.1, Spring v6.0.3 2024-06-21 16:57:09,006 [ main] INFO com.sundata.MainApplication -630 -logStartupProfileInfo -No active profile set, falling back to 1 default profile: "default" 2024-06-21 16:57:09,837 [ main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate -294 -multipleStoresDetected -Multiple Spring Data modules found, entering strict repository configuration mode 2024-06-21 16:57:09,841 [ main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate -138 -registerRepositoriesIn -Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2024-06-21 16:57:09,887 [ main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate -208 -registerRepositoriesIn -Finished Spring Data repository scanning in 37 ms. Found 0 Redis repository interfaces. 2024-06-21 16:57:10,244 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'spring.data.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:57:10,249 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:57:10,344 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:57:10,388 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:57:10,392 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'cachingConfig' of type [com.sundata.common.config.CachingConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:57:10,419 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'transactionConfig' of type [com.sundata.common.config.TransactionConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:57:10,439 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'txAdvice' of type [org.springframework.transaction.interceptor.TransactionInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:57:10,440 [ main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -409 -postProcessAfterInitialization -Bean 'txAdviceAdvisor' of type [org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2024-06-21 16:57:10,521 [ main] ERROR org.apache.catalina.core.AprLifecycleListener -173 -log -An incompatible version [1.2.27] of the Apache Tomcat Native library is installed, while Tomcat requires version [1.2.34] 2024-06-21 16:57:10,815 [ main] INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer -108 -initialize -Tomcat initialized with port(s): 8080 (http) 2024-06-21 16:57:10,823 [ main] INFO org.apache.coyote.http11.Http11NioProtocol -173 -log -Initializing ProtocolHandler ["http-nio-8080"] 2024-06-21 16:57:10,824 [ main] INFO org.apache.catalina.core.StandardService -173 -log -Starting service [Tomcat] 2024-06-21 16:57:10,825 [ main] INFO org.apache.catalina.core.StandardEngine -173 -log -Starting Servlet engine: [Apache Tomcat/10.1.4] 2024-06-21 16:57:10,908 [ main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] -173 -log -Initializing Spring embedded WebApplicationContext 2024-06-21 16:57:10,909 [ main] INFO org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext -291 -prepareWebApplicationContext -Root WebApplicationContext: initialization completed in 1864 ms 2024-06-21 16:57:12,296 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.messgsendmanage.mapper.SysMessDelayMapper.queryDelayType:select NOUNVALUE as MSGSENDTIME,NOUNPROP as expression from SYS_NOUN where SYS_NOUN.NOUNSUPER = 'MSGSENDTIME' and SYS_NOUN.NOUNVALUE not in ('no','now') and SYS_NOUN.NOUNVALIDITY='1' 2024-06-21 16:57:12,309 [ main] INFO com.zaxxer.hikari.HikariDataSource -110 -getConnection -HikariPool-1 - Starting... 2024-06-21 16:57:12,581 [ main] INFO com.zaxxer.hikari.pool.HikariPool -565 -checkFailFast -HikariPool-1 - Added connection oracle.jdbc.driver.T4CConnection@5e5f5ddf 2024-06-21 16:57:12,582 [ main] INFO com.zaxxer.hikari.HikariDataSource -123 -getConnection -HikariPool-1 - Start completed. 2024-06-21 16:57:12,591 [ main] DEBUG com.sundata.admin.messgsendmanage.mapper.SysMessDelayMapper.queryDelayType -137 -debug -==> Preparing: select NOUNVALUE as MSGSENDTIME,NOUNPROP as expression from SYS_NOUN where SYS_NOUN.NOUNSUPER = 'MSGSENDTIME' and SYS_NOUN.NOUNVALUE not in ('no','now') and SYS_NOUN.NOUNVALIDITY='1' 2024-06-21 16:57:12,641 [ main] DEBUG com.sundata.admin.messgsendmanage.mapper.SysMessDelayMapper.queryDelayType -137 -debug -==> Parameters: 2024-06-21 16:57:12,666 [ main] DEBUG com.sundata.admin.messgsendmanage.mapper.SysMessDelayMapper.queryDelayType -137 -debug -<== Total: 0 2024-06-21 16:57:12,968 [ main] INFO org.quartz.impl.StdSchedulerFactory -1220 -instantiate -Using default implementation for ThreadExecutor 2024-06-21 16:57:12,974 [ main] INFO org.quartz.simpl.SimpleThreadPool -268 -initialize -Job execution threads will use class loader of thread: main 2024-06-21 16:57:12,982 [ main] INFO org.quartz.core.SchedulerSignalerImpl -61 - -Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2024-06-21 16:57:12,982 [ main] INFO org.quartz.core.QuartzScheduler -229 - -Quartz Scheduler v.2.3.2 created. 2024-06-21 16:57:12,982 [ main] INFO org.quartz.simpl.RAMJobStore -155 -initialize -RAMJobStore initialized. 2024-06-21 16:57:12,983 [ main] INFO org.quartz.core.QuartzScheduler -294 -initialize -Scheduler meta-data: Quartz Scheduler (v2.3.2) 'DefaultQuartzScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2024-06-21 16:57:12,983 [ main] INFO org.quartz.impl.StdSchedulerFactory -1374 -instantiate -Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 2024-06-21 16:57:12,983 [ main] INFO org.quartz.impl.StdSchedulerFactory -1378 -instantiate -Quartz scheduler version: 2.3.2 2024-06-21 16:57:13,107 [ main] INFO org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor -575 -lambda$buildAutowiringMetadata$2 -Autowired annotation should only be used on methods with parameters: public com.sundata.product.wfEngine.wfDefine.mapper.BsmBusinessUnitMapper com.sundata.product.wfEngine.wfDefine.service.BsmBusinessUnitService.getMapper() 2024-06-21 16:57:13,119 [ main] INFO org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor -575 -lambda$buildAutowiringMetadata$2 -Autowired annotation should only be used on methods with parameters: public com.sundata.product.wfEngine.wfDefine.mapper.BsmTaskMethodParamSetMapper com.sundata.product.wfEngine.wfDefine.service.BsmTaskMethodParamSetService.getMapper() 2024-06-21 16:57:13,134 [ main] INFO org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor -575 -lambda$buildAutowiringMetadata$2 -Autowired annotation should only be used on methods with parameters: public com.sundata.product.wfEngine.wfDefine.mapper.BsmAutoFunParamSetMapper com.sundata.product.wfEngine.wfDefine.service.BsmAutoFunParamSetService.getMapper() 2024-06-21 16:57:13,148 [ main] INFO org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor -575 -lambda$buildAutowiringMetadata$2 -Autowired annotation should only be used on methods with parameters: public com.sundata.product.wfEngine.wfDefine.mapper.BsmTaskWorkUnitSetMapper com.sundata.product.wfEngine.wfDefine.service.BsmTaskWorkUnitSetService.getMapper() 2024-06-21 16:57:13,153 [ main] INFO org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor -575 -lambda$buildAutowiringMetadata$2 -Autowired annotation should only be used on methods with parameters: public com.sundata.product.wfEngine.wfDefine.mapper.BsmFlowunitSetMapper com.sundata.product.wfEngine.wfDefine.service.BsmFlowunitSetService.getMapper() 2024-06-21 16:57:13,163 [ main] INFO org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor -575 -lambda$buildAutowiringMetadata$2 -Autowired annotation should only be used on methods with parameters: public com.sundata.product.wfEngine.wfDefine.mapper.BsmTaskButtonSetMapper com.sundata.product.wfEngine.wfDefine.service.BsmTaskButtonSetService.getMapper() 2024-06-21 16:57:13,202 [ main] INFO org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor -575 -lambda$buildAutowiringMetadata$2 -Autowired annotation should only be used on methods with parameters: public com.sundata.product.wfEngine.wfDefine.mapper.BsmWfMethodParamMapper com.sundata.product.wfEngine.wfDefine.service.BsmWfMethodParamService.getMapper() 2024-06-21 16:57:13,615 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.product.rdp.logicmanage.mapper.RdpLogicInfoMapper.queryUseCache:SELECT NOUNVALUE FROM SYS_NOUN WHERE NOUNITEM='usecache' 2024-06-21 16:57:13,617 [ main] DEBUG com.sundata.product.rdp.logicmanage.mapper.RdpLogicInfoMapper.queryUseCache -137 -debug -==> Preparing: SELECT NOUNVALUE FROM SYS_NOUN WHERE NOUNITEM='usecache' 2024-06-21 16:57:13,617 [ main] DEBUG com.sundata.product.rdp.logicmanage.mapper.RdpLogicInfoMapper.queryUseCache -137 -debug -==> Parameters: 2024-06-21 16:57:13,621 [ main] DEBUG com.sundata.product.rdp.logicmanage.mapper.RdpLogicInfoMapper.queryUseCache -137 -debug -<== Total: 1 2024-06-21 16:57:13,631 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.product.rdp.logicmanage.mapper.RdpLogicInfoMapper.querySqlRdpLogicInfoList:SELECT a.PROD_CODE AS PROD_CODE, a.PROD_VERSION AS PROD_VERSION, b.LBODY AS LBODY, b.LBODYDBT AS LBODYDBT, b.LBODYORA AS LBODYORA, b.LBODYMYSQL AS LBODYMYSQL, b.errormsg as errormsg , b.sqlExecuteType as sqlExecuteType FROM SYS_PROD_DEFINE a LEFT JOIN RDP_LOGICINFO b ON b.LTYPE<>'9' AND ( b.LBODY IS NOT NULL OR b.LBODYDBT IS NOT NULL OR b.LBODYORA IS NOT NULL OR b.LBODYMYSQL IS NOT NULL) AND b.LID = a.PROD_CODE AND b.LVERNO = a.PROD_VERSION WHERE a.PROD_TYPE = 'log' AND a.PROD_STATE <> 'history' 2024-06-21 16:57:13,632 [ main] DEBUG com.sundata.product.rdp.logicmanage.mapper.RdpLogicInfoMapper.querySqlRdpLogicInfoList -137 -debug -==> Preparing: SELECT a.PROD_CODE AS PROD_CODE, a.PROD_VERSION AS PROD_VERSION, b.LBODY AS LBODY, b.LBODYDBT AS LBODYDBT, b.LBODYORA AS LBODYORA, b.LBODYMYSQL AS LBODYMYSQL, b.errormsg as errormsg , b.sqlExecuteType as sqlExecuteType FROM SYS_PROD_DEFINE a LEFT JOIN RDP_LOGICINFO b ON b.LTYPE<>'9' AND ( b.LBODY IS NOT NULL OR b.LBODYDBT IS NOT NULL OR b.LBODYORA IS NOT NULL OR b.LBODYMYSQL IS NOT NULL) AND b.LID = a.PROD_CODE AND b.LVERNO = a.PROD_VERSION WHERE a.PROD_TYPE = 'log' AND a.PROD_STATE <> 'history' 2024-06-21 16:57:13,632 [ main] DEBUG com.sundata.product.rdp.logicmanage.mapper.RdpLogicInfoMapper.querySqlRdpLogicInfoList -137 -debug -==> Parameters: 2024-06-21 16:57:13,641 [ main] DEBUG com.sundata.product.rdp.logicmanage.mapper.RdpLogicInfoMapper.querySqlRdpLogicInfoList -137 -debug -<== Total: 0 2024-06-21 16:57:14,399 [ main] WARN org.thymeleaf.templatemode.TemplateMode -92 -parse -[THYMELEAF][main] Unknown Template Mode 'HTML5'. Must be one of: 'HTML', 'XML', 'TEXT', 'JAVASCRIPT', 'CSS', 'RAW'. Using default Template Mode 'HTML'. 2024-06-21 16:57:15,100 [ main] DEBUG org.ehcache.core.spi.ServiceLocator -119 -startAllServices -Starting 21 Services... 2024-06-21 16:57:15,103 [ main] DEBUG org.ehcache.impl.persistence.DefaultLocalPersistenceService -108 -internalStart -RootDirectory Locked 2024-06-21 16:57:15,104 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -127 -start -Starting service 2024-06-21 16:57:15,104 [ main] DEBUG org.ehcache.core.spi.ServiceLocator -140 -startAllServices -All Services successfully started, 21 Services in 4ms 2024-06-21 16:57:15,105 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'rdpEngLogic' in EhcacheManager. 2024-06-21 16:57:15,106 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@1448e2b6 2024-06-21 16:57:15,107 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@122e63ae 2024-06-21 16:57:15,111 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@7e846cca 2024-06-21 16:57:15,112 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@3e759542 2024-06-21 16:57:15,117 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:57:15,133 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=rdpEngLogic}Initialize successful. 2024-06-21 16:57:15,134 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'rdpEngLogic' created in EhcacheManager. 2024-06-21 16:57:15,134 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'auth' in EhcacheManager. 2024-06-21 16:57:15,134 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@79b9ed8d 2024-06-21 16:57:15,134 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@59b782fa 2024-06-21 16:57:15,135 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@62497b5d 2024-06-21 16:57:15,135 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@329ab624 2024-06-21 16:57:15,135 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -50 -strategy -TTI or custom expiration strategy detected 2024-06-21 16:57:15,147 [ main] INFO org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -149 - -Allocating 10.0MB in chunks 2024-06-21 16:57:15,150 [ pool-3-thread-1] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -584 -bufferAllocation -10.0MB chunk allocated 2024-06-21 16:57:15,151 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -544 -allocateBackingBuffers -Took 3 ms to create off-heap storage of 10.0MB. 2024-06-21 16:57:15,162 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &0 2024-06-21 16:57:15,163 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &512 2024-06-21 16:57:15,163 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &1024 2024-06-21 16:57:15,163 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &1536 2024-06-21 16:57:15,163 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &2048 2024-06-21 16:57:15,163 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &2560 2024-06-21 16:57:15,163 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &3072 2024-06-21 16:57:15,163 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &3584 2024-06-21 16:57:15,164 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &4096 2024-06-21 16:57:15,164 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &4608 2024-06-21 16:57:15,164 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &5120 2024-06-21 16:57:15,164 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &5632 2024-06-21 16:57:15,164 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &6144 2024-06-21 16:57:15,164 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &6656 2024-06-21 16:57:15,164 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &7168 2024-06-21 16:57:15,166 [ main] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 512B buffer from chunk 0 &7680 2024-06-21 16:57:15,166 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=auth}Initialize successful. 2024-06-21 16:57:15,166 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'auth' created in EhcacheManager. 2024-06-21 16:57:15,166 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'flowEng' in EhcacheManager. 2024-06-21 16:57:15,166 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@37bdd4b1 2024-06-21 16:57:15,166 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@656605e7 2024-06-21 16:57:15,166 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@29d8d7a9 2024-06-21 16:57:15,166 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@50798d39 2024-06-21 16:57:15,166 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:57:15,167 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=flowEng}Initialize successful. 2024-06-21 16:57:15,167 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'flowEng' created in EhcacheManager. 2024-06-21 16:57:15,167 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'login' in EhcacheManager. 2024-06-21 16:57:15,167 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@4630c2e5 2024-06-21 16:57:15,168 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@6ff08304 2024-06-21 16:57:15,168 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@3e11cc3a 2024-06-21 16:57:15,168 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@1d033ae1 2024-06-21 16:57:15,168 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -47 -strategy -TTL expiration strategy detected 2024-06-21 16:57:15,169 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=login}Initialize successful. 2024-06-21 16:57:15,170 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'login' created in EhcacheManager. 2024-06-21 16:57:15,170 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'finYearRegular' in EhcacheManager. 2024-06-21 16:57:15,170 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@3f58e7d5 2024-06-21 16:57:15,170 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@4289feba 2024-06-21 16:57:15,170 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@4ed343ea 2024-06-21 16:57:15,170 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@58f28c5e 2024-06-21 16:57:15,170 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:57:15,171 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=finYearRegular}Initialize successful. 2024-06-21 16:57:15,172 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'finYearRegular' created in EhcacheManager. 2024-06-21 16:57:15,172 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'rdpEngRule' in EhcacheManager. 2024-06-21 16:57:15,172 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@4c59c76c 2024-06-21 16:57:15,173 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@137fb1a1 2024-06-21 16:57:15,173 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@6cbd57fa 2024-06-21 16:57:15,173 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@64513b46 2024-06-21 16:57:15,173 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:57:15,174 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=rdpEngRule}Initialize successful. 2024-06-21 16:57:15,174 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'rdpEngRule' created in EhcacheManager. 2024-06-21 16:57:15,174 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'public' in EhcacheManager. 2024-06-21 16:57:15,174 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@6d386dff 2024-06-21 16:57:15,174 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@1cf8d43b 2024-06-21 16:57:15,174 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@4ffe2ded 2024-06-21 16:57:15,175 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@187c011d 2024-06-21 16:57:15,175 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:57:15,176 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=public}Initialize successful. 2024-06-21 16:57:15,176 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'public' created in EhcacheManager. 2024-06-21 16:57:15,176 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'dict' in EhcacheManager. 2024-06-21 16:57:15,176 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@24c00206 2024-06-21 16:57:15,176 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@70fda9bf 2024-06-21 16:57:15,176 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@4d682552 2024-06-21 16:57:15,177 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@238bee26 2024-06-21 16:57:15,177 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:57:15,179 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=dict}Initialize successful. 2024-06-21 16:57:15,179 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'dict' created in EhcacheManager. 2024-06-21 16:57:15,179 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'modlControlModel' in EhcacheManager. 2024-06-21 16:57:15,179 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@7df0a05b 2024-06-21 16:57:15,179 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@485c31d7 2024-06-21 16:57:15,179 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@60c2c500 2024-06-21 16:57:15,179 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@1204d592 2024-06-21 16:57:15,179 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:57:15,180 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=modlControlModel}Initialize successful. 2024-06-21 16:57:15,180 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'modlControlModel' created in EhcacheManager. 2024-06-21 16:57:15,180 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'finBalanceCheck' in EhcacheManager. 2024-06-21 16:57:15,180 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@84fd359 2024-06-21 16:57:15,180 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@41c77559 2024-06-21 16:57:15,180 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@196d7c9e 2024-06-21 16:57:15,180 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@31e5f3f0 2024-06-21 16:57:15,180 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:57:15,181 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=finBalanceCheck}Initialize successful. 2024-06-21 16:57:15,181 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'finBalanceCheck' created in EhcacheManager. 2024-06-21 16:57:15,181 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'modelCheckIntervalParam' in EhcacheManager. 2024-06-21 16:57:15,181 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@3bf6c2ae 2024-06-21 16:57:15,181 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@44c1ce5a 2024-06-21 16:57:15,181 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@306a875c 2024-06-21 16:57:15,181 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@5bafd971 2024-06-21 16:57:15,181 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:57:15,181 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=modelCheckIntervalParam}Initialize successful. 2024-06-21 16:57:15,182 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'modelCheckIntervalParam' created in EhcacheManager. 2024-06-21 16:57:15,182 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'finIndexFomular' in EhcacheManager. 2024-06-21 16:57:15,182 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@714ab3a1 2024-06-21 16:57:15,182 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@4aa8504f 2024-06-21 16:57:15,182 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@7d2aa0c 2024-06-21 16:57:15,182 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@5282f922 2024-06-21 16:57:15,182 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:57:15,182 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=finIndexFomular}Initialize successful. 2024-06-21 16:57:15,182 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'finIndexFomular' created in EhcacheManager. 2024-06-21 16:57:15,183 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'modlCalculateModel' in EhcacheManager. 2024-06-21 16:57:15,183 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@4d36c8cb 2024-06-21 16:57:15,183 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@15733aa5 2024-06-21 16:57:15,183 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@3b58d05f 2024-06-21 16:57:15,183 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@33f42420 2024-06-21 16:57:15,183 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:57:15,184 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=modlCalculateModel}Initialize successful. 2024-06-21 16:57:15,184 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'modlCalculateModel' created in EhcacheManager. 2024-06-21 16:57:15,184 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'rdpEngFun' in EhcacheManager. 2024-06-21 16:57:15,184 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@2df9b4f3 2024-06-21 16:57:15,184 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@6112390a 2024-06-21 16:57:15,184 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@5ac92082 2024-06-21 16:57:15,184 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@35ff3600 2024-06-21 16:57:15,184 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:57:15,185 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=rdpEngFun}Initialize successful. 2024-06-21 16:57:15,185 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'rdpEngFun' created in EhcacheManager. 2024-06-21 16:57:15,185 [ main] DEBUG org.ehcache.core.EhcacheManager -258 -createCache -Creating Cache 'rfEng' in EhcacheManager. 2024-06-21 16:57:15,185 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.StringSerializer@17991766 2024-06-21 16:57:15,186 [ main] DEBUG org.ehcache.impl.internal.spi.serialization.DefaultSerializationProvider -142 -constructSerializer -Serializer for : org.ehcache.impl.serialization.PlainJavaSerializer@33b09909 2024-06-21 16:57:15,186 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@3003b9ad 2024-06-21 16:57:15,186 [ main] DEBUG org.ehcache.impl.internal.spi.copy.DefaultCopyProvider -85 -createCopier -Copier for : org.ehcache.impl.copy.IdentityCopier@b7a74ac 2024-06-21 16:57:15,187 [ main] DEBUG org.ehcache.impl.internal.store.heap.OnHeapStore -43 -strategy -No expiration strategy detected 2024-06-21 16:57:15,188 [ main] DEBUG org.ehcache.core.StatusTransitioner -121 -debug -{cache-alias=rfEng}Initialize successful. 2024-06-21 16:57:15,188 [ main] INFO org.ehcache.core.EhcacheManager -305 -createCache -Cache 'rfEng' created in EhcacheManager. 2024-06-21 16:57:15,189 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -143 -stateTransition -Moving from UNINITIALIZED to AVAILABLE 2024-06-21 16:57:15,189 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added rdpEngLogic 2024-06-21 16:57:15,193 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added auth 2024-06-21 16:57:15,196 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added flowEng 2024-06-21 16:57:15,196 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added login 2024-06-21 16:57:15,197 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added finYearRegular 2024-06-21 16:57:15,197 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added rdpEngRule 2024-06-21 16:57:15,198 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added public 2024-06-21 16:57:15,198 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added dict 2024-06-21 16:57:15,199 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added modlControlModel 2024-06-21 16:57:15,199 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added finBalanceCheck 2024-06-21 16:57:15,200 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added modelCheckIntervalParam 2024-06-21 16:57:15,200 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added finIndexFomular 2024-06-21 16:57:15,201 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added modlCalculateModel 2024-06-21 16:57:15,201 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added rdpEngFun 2024-06-21 16:57:15,203 [ main] DEBUG org.ehcache.core.internal.statistics.DefaultStatisticsService -170 -cacheAdded -Cache added rfEng 2024-06-21 16:57:15,203 [ main] DEBUG org.ehcache.core.StatusTransitioner -211 -succeeded -Initialize successful. 2024-06-21 16:57:15,212 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=rdpEngLogic 2024-06-21 16:57:15,213 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=rdpEngLogic 2024-06-21 16:57:15,214 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=auth 2024-06-21 16:57:15,214 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=auth 2024-06-21 16:57:15,214 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=flowEng 2024-06-21 16:57:15,214 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=flowEng 2024-06-21 16:57:15,215 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=login 2024-06-21 16:57:15,215 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=login 2024-06-21 16:57:15,215 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=finYearRegular 2024-06-21 16:57:15,215 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=finYearRegular 2024-06-21 16:57:15,215 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=rdpEngRule 2024-06-21 16:57:15,215 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=rdpEngRule 2024-06-21 16:57:15,215 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=public 2024-06-21 16:57:15,215 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=public 2024-06-21 16:57:15,216 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=dict 2024-06-21 16:57:15,216 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=dict 2024-06-21 16:57:15,216 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=modlControlModel 2024-06-21 16:57:15,216 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=modlControlModel 2024-06-21 16:57:15,217 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=finBalanceCheck 2024-06-21 16:57:15,217 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=finBalanceCheck 2024-06-21 16:57:15,218 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=modelCheckIntervalParam 2024-06-21 16:57:15,218 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=modelCheckIntervalParam 2024-06-21 16:57:15,219 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=finIndexFomular 2024-06-21 16:57:15,219 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=finIndexFomular 2024-06-21 16:57:15,220 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=modlCalculateModel 2024-06-21 16:57:15,220 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=modlCalculateModel 2024-06-21 16:57:15,220 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=rdpEngFun 2024-06-21 16:57:15,220 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=rdpEngFun 2024-06-21 16:57:15,221 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=rfEng 2024-06-21 16:57:15,221 [ main] INFO org.ehcache.jsr107.Eh107CacheManager -393 -registerObject -Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=file./E./project/bin/ehcache-spring.xml,Cache=rfEng 2024-06-21 16:57:15,308 [ main] DEBUG org.springframework.data.redis.listener.RedisMessageListenerContainer -246 -start -Starting RedisMessageListenerContainer... 2024-06-21 16:57:15,309 [ main] DEBUG org.springframework.data.redis.listener.RedisMessageListenerContainer -290 -lazyListen -Postpone listening for Redis messages until actual listeners are added 2024-06-21 16:57:15,425 [ main] INFO org.quartz.impl.StdSchedulerFactory -1220 -instantiate -Using default implementation for ThreadExecutor 2024-06-21 16:57:15,427 [ main] INFO org.quartz.core.SchedulerSignalerImpl -61 - -Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2024-06-21 16:57:15,427 [ main] INFO org.quartz.core.QuartzScheduler -229 - -Quartz Scheduler v.2.3.2 created. 2024-06-21 16:57:15,427 [ main] INFO org.quartz.simpl.RAMJobStore -155 -initialize -RAMJobStore initialized. 2024-06-21 16:57:15,427 [ main] INFO org.quartz.core.QuartzScheduler -294 -initialize -Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2024-06-21 16:57:15,428 [ main] INFO org.quartz.impl.StdSchedulerFactory -1374 -instantiate -Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. 2024-06-21 16:57:15,428 [ main] INFO org.quartz.impl.StdSchedulerFactory -1378 -instantiate -Quartz scheduler version: 2.3.2 2024-06-21 16:57:15,428 [ main] INFO org.quartz.core.QuartzScheduler -2293 -setJobFactory -JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3aee98e7 2024-06-21 16:57:15,490 [ main] INFO org.apache.coyote.http11.Http11NioProtocol -173 -log -Starting ProtocolHandler ["http-nio-8080"] 2024-06-21 16:57:15,521 [ main] INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer -220 -start -Tomcat started on port(s): 8080 (http) with context path '' 2024-06-21 16:57:15,523 [ main] INFO org.springframework.scheduling.quartz.SchedulerFactoryBean -729 -startScheduler -Starting Quartz Scheduler now 2024-06-21 16:57:15,524 [ main] INFO org.quartz.core.QuartzScheduler -547 -start -Scheduler quartzScheduler_$_NON_CLUSTERED started. 2024-06-21 16:57:15,538 [ main] INFO com.sundata.MainApplication -57 -logStarted -Started MainApplication in 6.921 seconds (process running for 7.134) 2024-06-21 16:57:15,562 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,563 [ main] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,564 [ main] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:57:15,565 [ main] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:57:15,567 [ main] INFO com.sundata.common.util.SystemUtil -227 -getDbType -使用默认数据库类型:oracle 2024-06-21 16:57:15,567 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgDict:select orgcode as id, superorgcode as parentid, dense_rank() over(order by orgtype) as nounlevel, orgname as text, (select case when count(1)>0 then 'closed' else 'open' end from sys_organization b where b.superorgcode=a.orgcode) as state, '0' as READONLY from SYS_ORGANIZATION a order by orgtype,levelcode,orgcode 2024-06-21 16:57:15,568 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgDict -137 -debug -==> Preparing: select orgcode as id, superorgcode as parentid, dense_rank() over(order by orgtype) as nounlevel, orgname as text, (select case when count(1)>0 then 'closed' else 'open' end from sys_organization b where b.superorgcode=a.orgcode) as state, '0' as READONLY from SYS_ORGANIZATION a order by orgtype,levelcode,orgcode 2024-06-21 16:57:15,569 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgDict -137 -debug -==> Parameters: 2024-06-21 16:57:15,573 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgDict -137 -debug -<== Total: 1 2024-06-21 16:57:15,586 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,587 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgNoDeptDict:select orgcode as id, superorgcode as parentid, dense_rank() over(order by orgtype) as nounlevel, orgname as text, (select case when count(1)>0 then 'closed' else 'open' end from sys_organization b where b.superorgcode=a.orgcode and depttype is null) as state, '0' as READONLY from SYS_ORGANIZATION a where DEPTTYPE IS NULL order by orgtype,levelcode,orgcode 2024-06-21 16:57:15,589 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgNoDeptDict -137 -debug -==> Preparing: select orgcode as id, superorgcode as parentid, dense_rank() over(order by orgtype) as nounlevel, orgname as text, (select case when count(1)>0 then 'closed' else 'open' end from sys_organization b where b.superorgcode=a.orgcode and depttype is null) as state, '0' as READONLY from SYS_ORGANIZATION a where DEPTTYPE IS NULL order by orgtype,levelcode,orgcode 2024-06-21 16:57:15,589 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgNoDeptDict -137 -debug -==> Parameters: 2024-06-21 16:57:15,591 [ main] DEBUG com.sundata.admin.orgmanage.mapper.SysOrgRelationMapper.selectOrgNoDeptDict -137 -debug -<== Total: 1 2024-06-21 16:57:15,592 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryAllValidNounitem:select distinct nounitem from sys_noun where nounvalidity='1' 2024-06-21 16:57:15,593 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryAllValidNounitem -137 -debug -==> Preparing: select distinct nounitem from sys_noun where nounvalidity='1' 2024-06-21 16:57:15,594 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryAllValidNounitem -137 -debug -==> Parameters: 2024-06-21 16:57:15,601 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryAllValidNounitem -137 -debug -<== Total: 123 2024-06-21 16:57:15,602 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,604 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='relamode' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='relamode' )a) 2024-06-21 16:57:15,605 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,606 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: relamode(String), relamode(String) 2024-06-21 16:57:15,610 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,611 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='relamode' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,612 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,613 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: relamode(String), 1(String) 2024-06-21 16:57:15,615 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:57:15,616 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,616 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='LOGINDBSCOPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='LOGINDBSCOPE' )a) 2024-06-21 16:57:15,617 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,617 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: LOGINDBSCOPE(String), LOGINDBSCOPE(String) 2024-06-21 16:57:15,619 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,620 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='LOGINDBSCOPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,621 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,622 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: LOGINDBSCOPE(String), 1(String) 2024-06-21 16:57:15,623 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,624 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,624 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='DATASCOPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='DATASCOPE' )a) 2024-06-21 16:57:15,625 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,626 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: DATASCOPE(String), DATASCOPE(String) 2024-06-21 16:57:15,628 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,629 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='DATASCOPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,630 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,630 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: DATASCOPE(String), 1(String) 2024-06-21 16:57:15,633 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 7 2024-06-21 16:57:15,633 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,633 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_process' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_process' )a) 2024-06-21 16:57:15,634 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,635 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_process(String), prod_process(String) 2024-06-21 16:57:15,637 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,637 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_process' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,639 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,640 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_process(String), 1(String) 2024-06-21 16:57:15,643 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:57:15,644 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,645 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rfEngine06' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rfEngine06' )a) 2024-06-21 16:57:15,646 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,648 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rfEngine06(String), rfEngine06(String) 2024-06-21 16:57:15,650 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,651 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rfEngine06' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,653 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,654 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rfEngine06(String), 1(String) 2024-06-21 16:57:15,656 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 7 2024-06-21 16:57:15,657 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,657 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rf_jsparsemethod' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rf_jsparsemethod' )a) 2024-06-21 16:57:15,658 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,658 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rf_jsparsemethod(String), rf_jsparsemethod(String) 2024-06-21 16:57:15,659 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,660 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rf_jsparsemethod' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,661 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,661 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rf_jsparsemethod(String), 1(String) 2024-06-21 16:57:15,662 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,664 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,664 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rdpLogicType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rdpLogicType' )a) 2024-06-21 16:57:15,666 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,667 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rdpLogicType(String), rdpLogicType(String) 2024-06-21 16:57:15,668 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,669 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rdpLogicType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,670 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,670 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rdpLogicType(String), 1(String) 2024-06-21 16:57:15,671 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,672 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,672 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='controltype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='controltype' )a) 2024-06-21 16:57:15,673 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,673 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: controltype(String), controltype(String) 2024-06-21 16:57:15,675 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,675 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='controltype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,676 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,677 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: controltype(String), 1(String) 2024-06-21 16:57:15,679 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 16 2024-06-21 16:57:15,680 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,680 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='MSGSENDTIME' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='MSGSENDTIME' )a) 2024-06-21 16:57:15,680 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,681 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: MSGSENDTIME(String), MSGSENDTIME(String) 2024-06-21 16:57:15,682 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,683 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='MSGSENDTIME' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,683 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,683 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: MSGSENDTIME(String), 1(String) 2024-06-21 16:57:15,684 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:57:15,685 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,685 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='MSGSENDTEMPLATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='MSGSENDTEMPLATE' )a) 2024-06-21 16:57:15,686 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,686 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: MSGSENDTEMPLATE(String), MSGSENDTEMPLATE(String) 2024-06-21 16:57:15,687 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,688 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='MSGSENDTEMPLATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,688 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,688 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: MSGSENDTEMPLATE(String), 1(String) 2024-06-21 16:57:15,689 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:57:15,690 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,691 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHSTEPAUTORUN' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHSTEPAUTORUN' )a) 2024-06-21 16:57:15,691 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,691 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHSTEPAUTORUN(String), BATCHSTEPAUTORUN(String) 2024-06-21 16:57:15,692 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,693 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHSTEPAUTORUN' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,693 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,694 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHSTEPAUTORUN(String), 1(String) 2024-06-21 16:57:15,695 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,695 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,695 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='pageList' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='pageList' )a) 2024-06-21 16:57:15,696 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,696 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: pageList(String), pageList(String) 2024-06-21 16:57:15,697 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,697 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='pageList' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,698 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,698 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: pageList(String), 1(String) 2024-06-21 16:57:15,699 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,699 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,700 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='INVOKEWAY' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='INVOKEWAY' )a) 2024-06-21 16:57:15,700 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,701 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: INVOKEWAY(String), INVOKEWAY(String) 2024-06-21 16:57:15,702 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,703 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='INVOKEWAY' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,703 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,704 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: INVOKEWAY(String), 1(String) 2024-06-21 16:57:15,705 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:57:15,706 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,707 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='NESORSEL' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='NESORSEL' )a) 2024-06-21 16:57:15,707 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,707 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: NESORSEL(String), NESORSEL(String) 2024-06-21 16:57:15,708 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,708 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='NESORSEL' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,708 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,709 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: NESORSEL(String), 1(String) 2024-06-21 16:57:15,709 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:57:15,710 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,711 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='UNITTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='UNITTYPE' )a) 2024-06-21 16:57:15,711 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,711 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: UNITTYPE(String), UNITTYPE(String) 2024-06-21 16:57:15,712 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,713 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='UNITTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,713 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,713 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: UNITTYPE(String), 1(String) 2024-06-21 16:57:15,713 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:57:15,714 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,714 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineBoderDeal' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineBoderDeal' )a) 2024-06-21 16:57:15,714 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,714 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineBoderDeal(String), wfEngineBoderDeal(String) 2024-06-21 16:57:15,716 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,716 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineBoderDeal' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,717 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,717 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineBoderDeal(String), 1(String) 2024-06-21 16:57:15,717 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,718 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,718 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineLimitTime' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineLimitTime' )a) 2024-06-21 16:57:15,718 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,718 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineLimitTime(String), wfEngineLimitTime(String) 2024-06-21 16:57:15,719 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,719 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineLimitTime' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,720 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,720 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineLimitTime(String), 1(String) 2024-06-21 16:57:15,720 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,721 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,721 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='SYSLAYOUT' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='SYSLAYOUT' )a) 2024-06-21 16:57:15,722 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,722 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: SYSLAYOUT(String), SYSLAYOUT(String) 2024-06-21 16:57:15,723 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,723 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='SYSLAYOUT' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,724 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,724 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: SYSLAYOUT(String), 1(String) 2024-06-21 16:57:15,725 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,725 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,725 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='sqltype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='sqltype' )a) 2024-06-21 16:57:15,725 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,726 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: sqltype(String), sqltype(String) 2024-06-21 16:57:15,727 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,727 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='sqltype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,728 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,728 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: sqltype(String), 1(String) 2024-06-21 16:57:15,729 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:57:15,729 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,730 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_state' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_state' )a) 2024-06-21 16:57:15,730 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,730 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_state(String), prod_state(String) 2024-06-21 16:57:15,731 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,731 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_state' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,731 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,731 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_state(String), 1(String) 2024-06-21 16:57:15,732 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:57:15,732 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,733 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='VERIFYCODE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='VERIFYCODE' )a) 2024-06-21 16:57:15,733 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,733 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: VERIFYCODE(String), VERIFYCODE(String) 2024-06-21 16:57:15,733 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,734 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='VERIFYCODE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,734 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,734 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: VERIFYCODE(String), 1(String) 2024-06-21 16:57:15,735 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,736 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,736 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rf_isstorage' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rf_isstorage' )a) 2024-06-21 16:57:15,736 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,736 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rf_isstorage(String), rf_isstorage(String) 2024-06-21 16:57:15,737 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,737 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rf_isstorage' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,737 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,737 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rf_isstorage(String), 1(String) 2024-06-21 16:57:15,738 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:57:15,738 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,738 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rfEngine04' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rfEngine04' )a) 2024-06-21 16:57:15,739 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,739 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rfEngine04(String), rfEngine04(String) 2024-06-21 16:57:15,740 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,740 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rfEngine04' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,740 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,740 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rfEngine04(String), 1(String) 2024-06-21 16:57:15,741 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:57:15,741 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,741 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PRODATATYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PRODATATYPE' )a) 2024-06-21 16:57:15,742 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,742 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PRODATATYPE(String), PRODATATYPE(String) 2024-06-21 16:57:15,742 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,743 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PRODATATYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,743 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,744 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PRODATATYPE(String), 1(String) 2024-06-21 16:57:15,744 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 7 2024-06-21 16:57:15,745 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,745 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='performanceTestFlag' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='performanceTestFlag' )a) 2024-06-21 16:57:15,745 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,746 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: performanceTestFlag(String), performanceTestFlag(String) 2024-06-21 16:57:15,747 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,747 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='performanceTestFlag' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,747 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,747 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: performanceTestFlag(String), 1(String) 2024-06-21 16:57:15,748 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,749 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,749 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rdpHelpSet' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rdpHelpSet' )a) 2024-06-21 16:57:15,749 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,749 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rdpHelpSet(String), rdpHelpSet(String) 2024-06-21 16:57:15,750 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,750 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rdpHelpSet' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,750 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,750 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rdpHelpSet(String), 1(String) 2024-06-21 16:57:15,751 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:57:15,751 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,752 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='CHARTTOOL' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='CHARTTOOL' )a) 2024-06-21 16:57:15,752 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,752 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: CHARTTOOL(String), CHARTTOOL(String) 2024-06-21 16:57:15,753 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,753 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='CHARTTOOL' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,753 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,754 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: CHARTTOOL(String), 1(String) 2024-06-21 16:57:15,754 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,755 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,755 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='events' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='events' )a) 2024-06-21 16:57:15,755 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,755 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: events(String), events(String) 2024-06-21 16:57:15,756 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,756 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='events' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,756 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,757 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: events(String), 1(String) 2024-06-21 16:57:15,757 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:57:15,758 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,758 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='admpost' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='admpost' )a) 2024-06-21 16:57:15,758 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,758 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: admpost(String), admpost(String) 2024-06-21 16:57:15,759 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,760 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='admpost' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,760 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,760 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: admpost(String), 1(String) 2024-06-21 16:57:15,761 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,761 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,761 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='busipost' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='busipost' )a) 2024-06-21 16:57:15,761 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,762 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: busipost(String), busipost(String) 2024-06-21 16:57:15,762 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,763 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='busipost' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,763 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,763 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: busipost(String), 1(String) 2024-06-21 16:57:15,764 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,764 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,764 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHMODEL' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHMODEL' )a) 2024-06-21 16:57:15,765 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,765 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHMODEL(String), BATCHMODEL(String) 2024-06-21 16:57:15,765 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,765 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHMODEL' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,766 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,766 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHMODEL(String), 1(String) 2024-06-21 16:57:15,766 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,767 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,767 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHSTARTTIME' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHSTARTTIME' )a) 2024-06-21 16:57:15,767 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,767 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHSTARTTIME(String), BATCHSTARTTIME(String) 2024-06-21 16:57:15,768 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,768 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHSTARTTIME' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,768 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,768 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHSTARTTIME(String), 1(String) 2024-06-21 16:57:15,769 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,770 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,770 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHDBLINKCONDS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHDBLINKCONDS' )a) 2024-06-21 16:57:15,770 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,770 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHDBLINKCONDS(String), BATCHDBLINKCONDS(String) 2024-06-21 16:57:15,771 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,771 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHDBLINKCONDS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,771 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,772 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHDBLINKCONDS(String), 1(String) 2024-06-21 16:57:15,772 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,772 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,773 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='CLEARRULE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='CLEARRULE' )a) 2024-06-21 16:57:15,773 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,773 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: CLEARRULE(String), CLEARRULE(String) 2024-06-21 16:57:15,773 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,774 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='CLEARRULE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,774 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,774 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: CLEARRULE(String), 1(String) 2024-06-21 16:57:15,775 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:57:15,775 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,775 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='INITPASSWORD' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='INITPASSWORD' )a) 2024-06-21 16:57:15,775 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,775 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: INITPASSWORD(String), INITPASSWORD(String) 2024-06-21 16:57:15,776 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,777 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='INITPASSWORD' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,777 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,777 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: INITPASSWORD(String), 1(String) 2024-06-21 16:57:15,778 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,778 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,778 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='LOGTWICE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='LOGTWICE' )a) 2024-06-21 16:57:15,779 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,779 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: LOGTWICE(String), LOGTWICE(String) 2024-06-21 16:57:15,779 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,779 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='LOGTWICE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,780 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,780 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: LOGTWICE(String), 1(String) 2024-06-21 16:57:15,781 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,781 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,781 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BUSDICT' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BUSDICT' )a) 2024-06-21 16:57:15,781 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,781 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BUSDICT(String), BUSDICT(String) 2024-06-21 16:57:15,782 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,782 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BUSDICT' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,783 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,783 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BUSDICT(String), 1(String) 2024-06-21 16:57:15,783 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,784 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,784 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_result' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_result' )a) 2024-06-21 16:57:15,784 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,784 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_result(String), prod_result(String) 2024-06-21 16:57:15,785 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,786 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_result' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,786 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,786 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_result(String), 1(String) 2024-06-21 16:57:15,787 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 6 2024-06-21 16:57:15,787 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,787 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BUSSMOUDLE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BUSSMOUDLE' )a) 2024-06-21 16:57:15,788 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,788 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BUSSMOUDLE(String), BUSSMOUDLE(String) 2024-06-21 16:57:15,788 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,789 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BUSSMOUDLE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,789 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,790 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BUSSMOUDLE(String), 1(String) 2024-06-21 16:57:15,790 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,791 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,791 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PWEASYLIB' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PWEASYLIB' )a) 2024-06-21 16:57:15,791 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,791 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PWEASYLIB(String), PWEASYLIB(String) 2024-06-21 16:57:15,792 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,793 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PWEASYLIB' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,793 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,793 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PWEASYLIB(String), 1(String) 2024-06-21 16:57:15,794 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,794 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,794 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='excelCheckType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='excelCheckType' )a) 2024-06-21 16:57:15,795 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,795 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: excelCheckType(String), excelCheckType(String) 2024-06-21 16:57:15,796 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,796 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='excelCheckType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,796 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,796 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: excelCheckType(String), 1(String) 2024-06-21 16:57:15,797 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:57:15,797 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,797 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='isBatchRunRole' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='isBatchRunRole' )a) 2024-06-21 16:57:15,797 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,798 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: isBatchRunRole(String), isBatchRunRole(String) 2024-06-21 16:57:15,798 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,798 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='isBatchRunRole' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,798 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,798 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: isBatchRunRole(String), 1(String) 2024-06-21 16:57:15,799 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,799 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,799 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHOFFSTEPID' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHOFFSTEPID' )a) 2024-06-21 16:57:15,799 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,799 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHOFFSTEPID(String), BATCHOFFSTEPID(String) 2024-06-21 16:57:15,800 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,800 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHOFFSTEPID' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,800 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,800 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHOFFSTEPID(String), 1(String) 2024-06-21 16:57:15,801 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,801 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,801 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='admorg' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='admorg' )a) 2024-06-21 16:57:15,802 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,802 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: admorg(String), admorg(String) 2024-06-21 16:57:15,802 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,803 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='admorg' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,803 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,803 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: admorg(String), 1(String) 2024-06-21 16:57:15,803 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:57:15,804 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,804 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='IMPTEMPTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='IMPTEMPTYPE' )a) 2024-06-21 16:57:15,804 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,804 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: IMPTEMPTYPE(String), IMPTEMPTYPE(String) 2024-06-21 16:57:15,805 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,805 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='IMPTEMPTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,805 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,805 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: IMPTEMPTYPE(String), 1(String) 2024-06-21 16:57:15,805 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,806 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,806 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineOneOpenList' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineOneOpenList' )a) 2024-06-21 16:57:15,806 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,806 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineOneOpenList(String), wfEngineOneOpenList(String) 2024-06-21 16:57:15,806 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,806 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineOneOpenList' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,806 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,807 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineOneOpenList(String), 1(String) 2024-06-21 16:57:15,807 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,808 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,808 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHSTARTMODE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHSTARTMODE' )a) 2024-06-21 16:57:15,808 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,809 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHSTARTMODE(String), BATCHSTARTMODE(String) 2024-06-21 16:57:15,809 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,809 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHSTARTMODE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,810 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,810 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHSTARTMODE(String), 1(String) 2024-06-21 16:57:15,811 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,811 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,811 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHIMPLCYCLE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHIMPLCYCLE' )a) 2024-06-21 16:57:15,812 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,812 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHIMPLCYCLE(String), BATCHIMPLCYCLE(String) 2024-06-21 16:57:15,813 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,813 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHIMPLCYCLE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,813 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,813 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHIMPLCYCLE(String), 1(String) 2024-06-21 16:57:15,815 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 11 2024-06-21 16:57:15,815 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,815 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHLOGRETAIN' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHLOGRETAIN' )a) 2024-06-21 16:57:15,816 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,816 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHLOGRETAIN(String), BATCHLOGRETAIN(String) 2024-06-21 16:57:15,817 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,817 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHLOGRETAIN' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,817 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,818 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHLOGRETAIN(String), 1(String) 2024-06-21 16:57:15,818 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,818 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,819 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHSQLTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHSQLTYPE' )a) 2024-06-21 16:57:15,819 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,819 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHSQLTYPE(String), BATCHSQLTYPE(String) 2024-06-21 16:57:15,820 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,820 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHSQLTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,820 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,820 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHSQLTYPE(String), 1(String) 2024-06-21 16:57:15,821 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:57:15,822 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,822 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='DEPTTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='DEPTTYPE' )a) 2024-06-21 16:57:15,822 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,822 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: DEPTTYPE(String), DEPTTYPE(String) 2024-06-21 16:57:15,823 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,823 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='DEPTTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,823 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,823 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: DEPTTYPE(String), 1(String) 2024-06-21 16:57:15,824 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,824 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,824 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKDATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKDATE' )a) 2024-06-21 16:57:15,824 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,824 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKDATE(String), WORKDATE(String) 2024-06-21 16:57:15,825 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,825 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKDATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,825 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,825 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKDATE(String), 1(String) 2024-06-21 16:57:15,825 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,826 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,826 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='YESORNO' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='YESORNO' )a) 2024-06-21 16:57:15,826 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,826 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: YESORNO(String), YESORNO(String) 2024-06-21 16:57:15,827 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,827 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='YESORNO' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,827 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,827 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: YESORNO(String), 1(String) 2024-06-21 16:57:15,828 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:57:15,828 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,828 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_visiblerange' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_visiblerange' )a) 2024-06-21 16:57:15,829 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,829 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_visiblerange(String), prod_visiblerange(String) 2024-06-21 16:57:15,829 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,829 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_visiblerange' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,830 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,830 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_visiblerange(String), 1(String) 2024-06-21 16:57:15,830 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:57:15,831 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,831 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_importmode' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_importmode' )a) 2024-06-21 16:57:15,831 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,831 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_importmode(String), prod_importmode(String) 2024-06-21 16:57:15,831 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,831 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_importmode' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,832 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,832 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_importmode(String), 1(String) 2024-06-21 16:57:15,832 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:57:15,832 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,832 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rfEngine11' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rfEngine11' )a) 2024-06-21 16:57:15,833 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,833 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rfEngine11(String), rfEngine11(String) 2024-06-21 16:57:15,833 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,833 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rfEngine11' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,833 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,834 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rfEngine11(String), 1(String) 2024-06-21 16:57:15,834 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,834 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,834 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_type' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_type' )a) 2024-06-21 16:57:15,834 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,834 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_type(String), prod_type(String) 2024-06-21 16:57:15,835 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,835 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_type' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,835 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,835 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_type(String), 1(String) 2024-06-21 16:57:15,837 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 24 2024-06-21 16:57:15,837 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,837 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='usecache' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='usecache' )a) 2024-06-21 16:57:15,838 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,838 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: usecache(String), usecache(String) 2024-06-21 16:57:15,838 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,839 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='usecache' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,839 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,839 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: usecache(String), 1(String) 2024-06-21 16:57:15,839 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,839 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,840 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='sqlExecuteType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='sqlExecuteType' )a) 2024-06-21 16:57:15,840 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,840 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: sqlExecuteType(String), sqlExecuteType(String) 2024-06-21 16:57:15,840 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,840 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='sqlExecuteType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,840 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,841 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: sqlExecuteType(String), 1(String) 2024-06-21 16:57:15,841 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:57:15,841 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,841 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='compareRdp' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='compareRdp' )a) 2024-06-21 16:57:15,841 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,841 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: compareRdp(String), compareRdp(String) 2024-06-21 16:57:15,842 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,842 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='compareRdp' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,842 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,842 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: compareRdp(String), 1(String) 2024-06-21 16:57:15,843 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 8 2024-06-21 16:57:15,843 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,843 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='dgBtnTxtHidden' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='dgBtnTxtHidden' )a) 2024-06-21 16:57:15,844 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,844 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: dgBtnTxtHidden(String), dgBtnTxtHidden(String) 2024-06-21 16:57:15,845 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,846 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='dgBtnTxtHidden' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,846 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,846 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: dgBtnTxtHidden(String), 1(String) 2024-06-21 16:57:15,847 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,847 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,847 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='OPERATORMENU' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='OPERATORMENU' )a) 2024-06-21 16:57:15,848 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,848 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: OPERATORMENU(String), OPERATORMENU(String) 2024-06-21 16:57:15,848 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,849 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='OPERATORMENU' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,849 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,849 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: OPERATORMENU(String), 1(String) 2024-06-21 16:57:15,849 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,850 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,850 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='certtype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='certtype' )a) 2024-06-21 16:57:15,850 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,850 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: certtype(String), certtype(String) 2024-06-21 16:57:15,851 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,851 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='certtype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,851 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,851 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: certtype(String), 1(String) 2024-06-21 16:57:15,852 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:57:15,852 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,852 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineSendMessage' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineSendMessage' )a) 2024-06-21 16:57:15,852 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,852 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineSendMessage(String), wfEngineSendMessage(String) 2024-06-21 16:57:15,853 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,854 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineSendMessage' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,854 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,854 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineSendMessage(String), 1(String) 2024-06-21 16:57:15,855 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,855 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,856 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='ATTACHPATH' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='ATTACHPATH' )a) 2024-06-21 16:57:15,856 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,856 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: ATTACHPATH(String), ATTACHPATH(String) 2024-06-21 16:57:15,856 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,857 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='ATTACHPATH' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,857 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,857 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: ATTACHPATH(String), 1(String) 2024-06-21 16:57:15,857 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,858 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,858 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='ATTACHFUNCTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='ATTACHFUNCTYPE' )a) 2024-06-21 16:57:15,858 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,858 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: ATTACHFUNCTYPE(String), ATTACHFUNCTYPE(String) 2024-06-21 16:57:15,858 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,858 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='ATTACHFUNCTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,859 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,859 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: ATTACHFUNCTYPE(String), 1(String) 2024-06-21 16:57:15,859 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:57:15,859 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,859 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHRUNTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHRUNTYPE' )a) 2024-06-21 16:57:15,860 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,860 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHRUNTYPE(String), BATCHRUNTYPE(String) 2024-06-21 16:57:15,860 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,860 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHRUNTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,861 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,861 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHRUNTYPE(String), 1(String) 2024-06-21 16:57:15,861 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:57:15,861 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,861 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='SYSDICT' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='SYSDICT' )a) 2024-06-21 16:57:15,862 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,862 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: SYSDICT(String), SYSDICT(String) 2024-06-21 16:57:15,862 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,862 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='SYSDICT' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,862 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,863 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: SYSDICT(String), 1(String) 2024-06-21 16:57:15,863 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,863 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,863 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BUSDICTCLASS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BUSDICTCLASS' )a) 2024-06-21 16:57:15,863 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,864 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BUSDICTCLASS(String), BUSDICTCLASS(String) 2024-06-21 16:57:15,864 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,864 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BUSDICTCLASS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,864 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,864 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BUSDICTCLASS(String), 1(String) 2024-06-21 16:57:15,865 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,865 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,865 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='USERPARAMFLAG' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='USERPARAMFLAG' )a) 2024-06-21 16:57:15,865 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,865 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: USERPARAMFLAG(String), USERPARAMFLAG(String) 2024-06-21 16:57:15,866 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,866 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='USERPARAMFLAG' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,866 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,866 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: USERPARAMFLAG(String), 1(String) 2024-06-21 16:57:15,867 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:57:15,867 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,867 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PRODTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PRODTYPE' )a) 2024-06-21 16:57:15,868 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,868 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PRODTYPE(String), PRODTYPE(String) 2024-06-21 16:57:15,868 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,868 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PRODTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,868 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,869 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PRODTYPE(String), 1(String) 2024-06-21 16:57:15,869 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:57:15,869 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,869 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='Businesstype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='Businesstype' )a) 2024-06-21 16:57:15,869 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,870 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: Businesstype(String), Businesstype(String) 2024-06-21 16:57:15,870 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,870 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='Businesstype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,870 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,871 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: Businesstype(String), 1(String) 2024-06-21 16:57:15,871 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:57:15,871 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,872 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='limitinterval' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='limitinterval' )a) 2024-06-21 16:57:15,872 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,872 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: limitinterval(String), limitinterval(String) 2024-06-21 16:57:15,872 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,872 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='limitinterval' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,872 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,873 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: limitinterval(String), 1(String) 2024-06-21 16:57:15,873 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:57:15,874 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,874 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='workType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='workType' )a) 2024-06-21 16:57:15,875 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,875 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: workType(String), workType(String) 2024-06-21 16:57:15,875 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,876 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='workType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,876 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,876 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: workType(String), 1(String) 2024-06-21 16:57:15,877 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:57:15,878 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,878 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='FIELDCLASS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='FIELDCLASS' )a) 2024-06-21 16:57:15,878 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,878 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: FIELDCLASS(String), FIELDCLASS(String) 2024-06-21 16:57:15,880 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,880 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='FIELDCLASS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,881 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,881 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: FIELDCLASS(String), 1(String) 2024-06-21 16:57:15,882 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:57:15,882 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,882 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='roletype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='roletype' )a) 2024-06-21 16:57:15,882 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,883 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: roletype(String), roletype(String) 2024-06-21 16:57:15,883 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,883 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='roletype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,884 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,884 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: roletype(String), 1(String) 2024-06-21 16:57:15,884 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:57:15,885 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,885 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='isBatchRun' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='isBatchRun' )a) 2024-06-21 16:57:15,885 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,885 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: isBatchRun(String), isBatchRun(String) 2024-06-21 16:57:15,886 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,886 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='isBatchRun' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,886 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,886 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: isBatchRun(String), 1(String) 2024-06-21 16:57:15,887 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,887 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,887 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='ORGSTATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='ORGSTATE' )a) 2024-06-21 16:57:15,887 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,887 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: ORGSTATE(String), ORGSTATE(String) 2024-06-21 16:57:15,888 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,888 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='ORGSTATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,888 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,888 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: ORGSTATE(String), 1(String) 2024-06-21 16:57:15,888 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,889 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,889 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wf_managestate' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wf_managestate' )a) 2024-06-21 16:57:15,889 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,889 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wf_managestate(String), wf_managestate(String) 2024-06-21 16:57:15,890 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,890 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wf_managestate' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,890 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,890 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wf_managestate(String), 1(String) 2024-06-21 16:57:15,891 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:57:15,891 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,891 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineFont' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineFont' )a) 2024-06-21 16:57:15,891 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,891 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineFont(String), wfEngineFont(String) 2024-06-21 16:57:15,892 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,892 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineFont' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,892 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,892 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineFont(String), 1(String) 2024-06-21 16:57:15,892 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,893 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,893 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHMAXTHREAD' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHMAXTHREAD' )a) 2024-06-21 16:57:15,893 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,893 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHMAXTHREAD(String), BATCHMAXTHREAD(String) 2024-06-21 16:57:15,894 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,894 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHMAXTHREAD' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,894 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,894 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHMAXTHREAD(String), 1(String) 2024-06-21 16:57:15,894 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,895 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,895 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='DATATYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='DATATYPE' )a) 2024-06-21 16:57:15,895 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,895 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: DATATYPE(String), DATATYPE(String) 2024-06-21 16:57:15,896 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,896 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='DATATYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,896 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,896 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: DATATYPE(String), 1(String) 2024-06-21 16:57:15,897 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:57:15,897 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,898 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHSTEPSTATUS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHSTEPSTATUS' )a) 2024-06-21 16:57:15,899 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,899 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHSTEPSTATUS(String), BATCHSTEPSTATUS(String) 2024-06-21 16:57:15,900 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,900 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHSTEPSTATUS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,901 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,901 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHSTEPSTATUS(String), 1(String) 2024-06-21 16:57:15,901 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 7 2024-06-21 16:57:15,902 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,902 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHWHOLESTATUS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHWHOLESTATUS' )a) 2024-06-21 16:57:15,902 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,903 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHWHOLESTATUS(String), BATCHWHOLESTATUS(String) 2024-06-21 16:57:15,903 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,904 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHWHOLESTATUS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,904 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,904 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHWHOLESTATUS(String), 1(String) 2024-06-21 16:57:15,905 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:57:15,905 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,905 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PUBLISHTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PUBLISHTYPE' )a) 2024-06-21 16:57:15,905 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,905 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PUBLISHTYPE(String), PUBLISHTYPE(String) 2024-06-21 16:57:15,906 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,906 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PUBLISHTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,907 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,907 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PUBLISHTYPE(String), 1(String) 2024-06-21 16:57:15,907 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:57:15,908 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,908 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='SQLLOGTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='SQLLOGTYPE' )a) 2024-06-21 16:57:15,908 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,908 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: SQLLOGTYPE(String), SQLLOGTYPE(String) 2024-06-21 16:57:15,909 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,909 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='SQLLOGTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,909 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,909 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: SQLLOGTYPE(String), 1(String) 2024-06-21 16:57:15,910 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 6 2024-06-21 16:57:15,910 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,910 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='TOPORGTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='TOPORGTYPE' )a) 2024-06-21 16:57:15,910 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,910 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: TOPORGTYPE(String), TOPORGTYPE(String) 2024-06-21 16:57:15,911 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,911 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='TOPORGTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,911 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,911 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: TOPORGTYPE(String), 1(String) 2024-06-21 16:57:15,911 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,912 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,912 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_paramtype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_paramtype' )a) 2024-06-21 16:57:15,912 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,913 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_paramtype(String), prod_paramtype(String) 2024-06-21 16:57:15,913 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,913 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_paramtype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,913 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,913 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_paramtype(String), 1(String) 2024-06-21 16:57:15,914 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:57:15,914 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,914 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rf_testbusitype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rf_testbusitype' )a) 2024-06-21 16:57:15,914 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,914 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rf_testbusitype(String), rf_testbusitype(String) 2024-06-21 16:57:15,915 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,915 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rf_testbusitype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,915 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,915 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rf_testbusitype(String), 1(String) 2024-06-21 16:57:15,916 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:57:15,916 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,916 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='VAR' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='VAR' )a) 2024-06-21 16:57:15,916 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,916 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: VAR(String), VAR(String) 2024-06-21 16:57:15,917 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,917 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='VAR' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,917 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,917 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: VAR(String), 1(String) 2024-06-21 16:57:15,918 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:57:15,918 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,918 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='Testdatatype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='Testdatatype' )a) 2024-06-21 16:57:15,918 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,918 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: Testdatatype(String), Testdatatype(String) 2024-06-21 16:57:15,919 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,919 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='Testdatatype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,919 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,919 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: Testdatatype(String), 1(String) 2024-06-21 16:57:15,920 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:57:15,920 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,920 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='dictype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='dictype' )a) 2024-06-21 16:57:15,921 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,921 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: dictype(String), dictype(String) 2024-06-21 16:57:15,921 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,921 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='dictype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,921 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,922 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: dictype(String), 1(String) 2024-06-21 16:57:15,922 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:57:15,922 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,922 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='MSGSENDWAY' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='MSGSENDWAY' )a) 2024-06-21 16:57:15,922 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,922 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: MSGSENDWAY(String), MSGSENDWAY(String) 2024-06-21 16:57:15,923 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,923 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='MSGSENDWAY' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,923 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,923 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: MSGSENDWAY(String), 1(String) 2024-06-21 16:57:15,923 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:57:15,923 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,923 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PASSWORDSTRENGTH' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PASSWORDSTRENGTH' )a) 2024-06-21 16:57:15,923 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,923 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PASSWORDSTRENGTH(String), PASSWORDSTRENGTH(String) 2024-06-21 16:57:15,924 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,924 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PASSWORDSTRENGTH' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,924 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,924 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PASSWORDSTRENGTH(String), 1(String) 2024-06-21 16:57:15,925 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 9 2024-06-21 16:57:15,925 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,925 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKTIME' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKTIME' )a) 2024-06-21 16:57:15,925 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,925 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKTIME(String), WORKTIME(String) 2024-06-21 16:57:15,926 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,926 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKTIME' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,926 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,926 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKTIME(String), 1(String) 2024-06-21 16:57:15,927 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,928 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,928 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='TASKLISTSTATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='TASKLISTSTATE' )a) 2024-06-21 16:57:15,928 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,928 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: TASKLISTSTATE(String), TASKLISTSTATE(String) 2024-06-21 16:57:15,929 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,929 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='TASKLISTSTATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,929 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,929 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: TASKLISTSTATE(String), 1(String) 2024-06-21 16:57:15,929 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:57:15,930 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,930 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='workflow_paramtype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='workflow_paramtype' )a) 2024-06-21 16:57:15,930 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,930 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: workflow_paramtype(String), workflow_paramtype(String) 2024-06-21 16:57:15,930 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,931 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='workflow_paramtype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,931 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,931 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: workflow_paramtype(String), 1(String) 2024-06-21 16:57:15,931 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:57:15,932 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,932 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='IMPZIPCHARSET' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='IMPZIPCHARSET' )a) 2024-06-21 16:57:15,932 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,932 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: IMPZIPCHARSET(String), IMPZIPCHARSET(String) 2024-06-21 16:57:15,932 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,933 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='IMPZIPCHARSET' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,933 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,933 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: IMPZIPCHARSET(String), 1(String) 2024-06-21 16:57:15,933 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,933 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,934 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='datatype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='datatype' )a) 2024-06-21 16:57:15,934 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,934 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: datatype(String), datatype(String) 2024-06-21 16:57:15,934 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,934 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='datatype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,935 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,935 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: datatype(String), 1(String) 2024-06-21 16:57:15,935 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:57:15,936 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,936 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='SYSDICTCLASS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='SYSDICTCLASS' )a) 2024-06-21 16:57:15,936 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,936 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: SYSDICTCLASS(String), SYSDICTCLASS(String) 2024-06-21 16:57:15,936 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,937 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='SYSDICTCLASS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,937 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,937 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: SYSDICTCLASS(String), 1(String) 2024-06-21 16:57:15,938 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 7 2024-06-21 16:57:15,938 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,938 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='usePageOffice' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='usePageOffice' )a) 2024-06-21 16:57:15,938 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,939 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: usePageOffice(String), usePageOffice(String) 2024-06-21 16:57:15,939 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,939 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='usePageOffice' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,940 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,940 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: usePageOffice(String), 1(String) 2024-06-21 16:57:15,940 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,940 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,940 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wonPrintWord' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wonPrintWord' )a) 2024-06-21 16:57:15,941 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,941 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wonPrintWord(String), wonPrintWord(String) 2024-06-21 16:57:15,941 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,942 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wonPrintWord' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,942 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,942 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wonPrintWord(String), 1(String) 2024-06-21 16:57:15,943 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,944 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,944 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='IMPTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='IMPTYPE' )a) 2024-06-21 16:57:15,944 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,944 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: IMPTYPE(String), IMPTYPE(String) 2024-06-21 16:57:15,945 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,946 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='IMPTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,946 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,947 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: IMPTYPE(String), 1(String) 2024-06-21 16:57:15,947 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,948 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,948 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='ORGTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='ORGTYPE' )a) 2024-06-21 16:57:15,948 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,948 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: ORGTYPE(String), ORGTYPE(String) 2024-06-21 16:57:15,949 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,949 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='ORGTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,949 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,949 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: ORGTYPE(String), 1(String) 2024-06-21 16:57:15,950 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:57:15,950 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,950 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='USERSTATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='USERSTATE' )a) 2024-06-21 16:57:15,950 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,950 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: USERSTATE(String), USERSTATE(String) 2024-06-21 16:57:15,951 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,951 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='USERSTATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,951 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,952 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: USERSTATE(String), 1(String) 2024-06-21 16:57:15,952 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:57:15,952 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,953 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='prod_teststate' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='prod_teststate' )a) 2024-06-21 16:57:15,953 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,953 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: prod_teststate(String), prod_teststate(String) 2024-06-21 16:57:15,954 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,954 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='prod_teststate' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,954 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,954 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: prod_teststate(String), 1(String) 2024-06-21 16:57:15,955 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:57:15,955 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,955 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rf_paramtype' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rf_paramtype' )a) 2024-06-21 16:57:15,956 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,956 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rf_paramtype(String), rf_paramtype(String) 2024-06-21 16:57:15,956 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,956 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rf_paramtype' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,956 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,956 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rf_paramtype(String), 1(String) 2024-06-21 16:57:15,957 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 2 2024-06-21 16:57:15,957 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,957 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='partypost' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='partypost' )a) 2024-06-21 16:57:15,957 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,957 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: partypost(String), partypost(String) 2024-06-21 16:57:15,958 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,958 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='partypost' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,958 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,958 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: partypost(String), 1(String) 2024-06-21 16:57:15,958 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,958 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,958 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='USERLOGINFLAG' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='USERLOGINFLAG' )a) 2024-06-21 16:57:15,959 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,959 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: USERLOGINFLAG(String), USERLOGINFLAG(String) 2024-06-21 16:57:15,959 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,959 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='USERLOGINFLAG' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,959 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,959 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: USERLOGINFLAG(String), 1(String) 2024-06-21 16:57:15,960 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,960 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,960 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKUNITTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKUNITTYPE' )a) 2024-06-21 16:57:15,960 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,960 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKUNITTYPE(String), WORKUNITTYPE(String) 2024-06-21 16:57:15,961 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,961 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKUNITTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,961 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,961 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKUNITTYPE(String), 1(String) 2024-06-21 16:57:15,962 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:57:15,962 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,962 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='CURPOSTDEALTYPE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='CURPOSTDEALTYPE' )a) 2024-06-21 16:57:15,962 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,962 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: CURPOSTDEALTYPE(String), CURPOSTDEALTYPE(String) 2024-06-21 16:57:15,962 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,963 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='CURPOSTDEALTYPE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,963 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,963 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: CURPOSTDEALTYPE(String), 1(String) 2024-06-21 16:57:15,963 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:57:15,963 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,963 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineRetract' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineRetract' )a) 2024-06-21 16:57:15,964 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,964 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineRetract(String), wfEngineRetract(String) 2024-06-21 16:57:15,964 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,964 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineRetract' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,964 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,964 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineRetract(String), 1(String) 2024-06-21 16:57:15,964 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,965 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,965 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='wfEngineLogicInRole' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='wfEngineLogicInRole' )a) 2024-06-21 16:57:15,965 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,965 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: wfEngineLogicInRole(String), wfEngineLogicInRole(String) 2024-06-21 16:57:15,965 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,965 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='wfEngineLogicInRole' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,966 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,966 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: wfEngineLogicInRole(String), 1(String) 2024-06-21 16:57:15,966 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,966 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,966 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='operusemode' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='operusemode' )a) 2024-06-21 16:57:15,966 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,967 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: operusemode(String), operusemode(String) 2024-06-21 16:57:15,967 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,967 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='operusemode' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,967 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,968 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: operusemode(String), 1(String) 2024-06-21 16:57:15,968 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:57:15,969 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,969 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='configmode' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='configmode' )a) 2024-06-21 16:57:15,969 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,969 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: configmode(String), configmode(String) 2024-06-21 16:57:15,970 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,970 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='configmode' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,970 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,970 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: configmode(String), 1(String) 2024-06-21 16:57:15,971 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:57:15,971 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,971 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='PRODUCTAUDIT' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='PRODUCTAUDIT' )a) 2024-06-21 16:57:15,971 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,971 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: PRODUCTAUDIT(String), PRODUCTAUDIT(String) 2024-06-21 16:57:15,972 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,972 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='PRODUCTAUDIT' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,972 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,972 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: PRODUCTAUDIT(String), 1(String) 2024-06-21 16:57:15,973 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,973 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,973 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='fileType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='fileType' )a) 2024-06-21 16:57:15,974 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,974 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: fileType(String), fileType(String) 2024-06-21 16:57:15,974 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,974 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='fileType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,975 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,975 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: fileType(String), 1(String) 2024-06-21 16:57:15,975 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,975 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,975 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='AUTORULE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='AUTORULE' )a) 2024-06-21 16:57:15,975 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,976 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: AUTORULE(String), AUTORULE(String) 2024-06-21 16:57:15,976 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,976 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='AUTORULE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,976 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,976 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: AUTORULE(String), 1(String) 2024-06-21 16:57:15,977 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 4 2024-06-21 16:57:15,977 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,977 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='BATCHWAITSECONDS' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='BATCHWAITSECONDS' )a) 2024-06-21 16:57:15,977 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,978 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: BATCHWAITSECONDS(String), BATCHWAITSECONDS(String) 2024-06-21 16:57:15,978 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,978 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='BATCHWAITSECONDS' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,978 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,979 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: BATCHWAITSECONDS(String), 1(String) 2024-06-21 16:57:15,979 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:15,979 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,980 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='region' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='region' )a) 2024-06-21 16:57:15,980 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,980 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: region(String), region(String) 2024-06-21 16:57:15,980 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,981 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='region' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,981 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,981 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: region(String), 1(String) 2024-06-21 16:57:15,981 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 11 2024-06-21 16:57:15,982 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,982 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rfEngine07' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rfEngine07' )a) 2024-06-21 16:57:15,982 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,982 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rfEngine07(String), rfEngine07(String) 2024-06-21 16:57:15,982 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,983 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rfEngine07' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,983 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,983 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rfEngine07(String), 1(String) 2024-06-21 16:57:15,983 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 6 2024-06-21 16:57:15,983 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,984 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rfEngine11_example' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rfEngine11_example' )a) 2024-06-21 16:57:15,984 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,984 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rfEngine11_example(String), rfEngine11_example(String) 2024-06-21 16:57:15,984 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,984 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rfEngine11_example' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,985 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,985 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rfEngine11_example(String), 1(String) 2024-06-21 16:57:15,985 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 5 2024-06-21 16:57:15,986 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:15,986 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='rdpDemoCreateType' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='rdpDemoCreateType' )a) 2024-06-21 16:57:15,986 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:15,986 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: rdpDemoCreateType(String), rdpDemoCreateType(String) 2024-06-21 16:57:15,987 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:15,987 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='rdpDemoCreateType' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,987 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:15,987 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: rdpDemoCreateType(String), 1(String) 2024-06-21 16:57:15,988 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 3 2024-06-21 16:57:15,988 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounOrgMapper.queryAllNounOrg:select distinct nounitem, orgcode from SYS_NOUNORG 2024-06-21 16:57:15,988 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounOrgMapper.queryAllNounOrg -137 -debug -==> Preparing: select distinct nounitem, orgcode from SYS_NOUNORG 2024-06-21 16:57:15,988 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounOrgMapper.queryAllNounOrg -137 -debug -==> Parameters: 2024-06-21 16:57:15,989 [ main] DEBUG com.sundata.admin.nounmanage.mapper.SysNounOrgMapper.queryAllNounOrg -137 -debug -<== Total: 0 2024-06-21 16:57:15,990 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.batchmanage.mapper.SysBatchWholeRunStateMapper.queryReRunAppBatch:select a.* from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUN b ON b.NOUNITEM='WORKDATE' AND a.BATCHDATE=B.NOUNVALUE AND b.ORGFLAG!='1' where a.BATCHSTATUS in ('ready','normalRunning', 'errorRunning') and a.runType in ('appHand','appSerial') UNION select a.* from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUNORG b ON a.BATCHDATE=b.NOUNVALUE AND a.HEADORGCODE=b.ORGCODE AND b.NOUNITEM='WORKDATE' INNER JOIN SYS_NOUN c ON c.NOUNITEM='WORKDATE' where a.BATCHSTATUS in ('ready','normalRunning', 'errorRunning') and a.runType in ('appHand','appSerial') AND c.ORGFLAG='1' 2024-06-21 16:57:15,990 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchWholeRunStateMapper.queryReRunAppBatch -137 -debug -==> Preparing: select a.* from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUN b ON b.NOUNITEM='WORKDATE' AND a.BATCHDATE=B.NOUNVALUE AND b.ORGFLAG!='1' where a.BATCHSTATUS in ('ready','normalRunning', 'errorRunning') and a.runType in ('appHand','appSerial') UNION select a.* from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUNORG b ON a.BATCHDATE=b.NOUNVALUE AND a.HEADORGCODE=b.ORGCODE AND b.NOUNITEM='WORKDATE' INNER JOIN SYS_NOUN c ON c.NOUNITEM='WORKDATE' where a.BATCHSTATUS in ('ready','normalRunning', 'errorRunning') and a.runType in ('appHand','appSerial') AND c.ORGFLAG='1' 2024-06-21 16:57:15,990 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchWholeRunStateMapper.queryReRunAppBatch -137 -debug -==> Parameters: 2024-06-21 16:57:15,991 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchWholeRunStateMapper.queryReRunAppBatch -137 -debug -<== Total: 0 2024-06-21 16:57:15,991 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.batchmanage.mapper.SysBatchInfoMapper.queryRunAndWaitAutoBatch:select batchid,autoinittm,headorgcode from ( select batchid,autoinittm,headorgcode,9 as lsh from sys_batchinfo a where a.AUTOINITTM is not null union select batchid,NULL as autoinittm,headorgcode,case when BATCHSTATUS in ('errorRunning','normalRunning') then 0 else 1 end as lsh from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUN b ON b.NOUNITEM='WORKDATE' AND a.BATCHDATE=B.NOUNVALUE AND b.ORGFLAG!='1' where a.BATCHSTATUS in ('errorRunning','normalRunning','ready') and a.runtype = 'appAuto' UNION select batchid,NULL as autoinittm,headorgcode,case when BATCHSTATUS in ('errorRunning','normalRunning') then 0 else 1 end as lsh from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUNORG b ON a.BATCHDATE=b.NOUNVALUE AND a.HEADORGCODE=b.ORGCODE AND b.NOUNITEM='WORKDATE' INNER JOIN SYS_NOUN c ON c.NOUNITEM='WORKDATE' where a.BATCHSTATUS in ('errorRunning','normalRunning','ready') and a.runtype = 'appAuto' AND c.ORGFLAG='1' ) t order by lsh 2024-06-21 16:57:15,992 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchInfoMapper.queryRunAndWaitAutoBatch -137 -debug -==> Preparing: select batchid,autoinittm,headorgcode from ( select batchid,autoinittm,headorgcode,9 as lsh from sys_batchinfo a where a.AUTOINITTM is not null union select batchid,NULL as autoinittm,headorgcode,case when BATCHSTATUS in ('errorRunning','normalRunning') then 0 else 1 end as lsh from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUN b ON b.NOUNITEM='WORKDATE' AND a.BATCHDATE=B.NOUNVALUE AND b.ORGFLAG!='1' where a.BATCHSTATUS in ('errorRunning','normalRunning','ready') and a.runtype = 'appAuto' UNION select batchid,NULL as autoinittm,headorgcode,case when BATCHSTATUS in ('errorRunning','normalRunning') then 0 else 1 end as lsh from SYS_BATCHWHOLERUNSTATE a INNER JOIN SYS_NOUNORG b ON a.BATCHDATE=b.NOUNVALUE AND a.HEADORGCODE=b.ORGCODE AND b.NOUNITEM='WORKDATE' INNER JOIN SYS_NOUN c ON c.NOUNITEM='WORKDATE' where a.BATCHSTATUS in ('errorRunning','normalRunning','ready') and a.runtype = 'appAuto' AND c.ORGFLAG='1' ) t order by lsh 2024-06-21 16:57:15,992 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchInfoMapper.queryRunAndWaitAutoBatch -137 -debug -==> Parameters: 2024-06-21 16:57:15,993 [ main] DEBUG com.sundata.admin.batchmanage.mapper.SysBatchInfoMapper.queryRunAndWaitAutoBatch -137 -debug -<== Total: 0 2024-06-21 16:57:15,994 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getAllButtonFun:select buttonid as id, funccode as parentid, BUTTONNAME as text, buttonurl as attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_FUNCBUTTON where buttonurl is not null and buttonurl != '' 2024-06-21 16:57:15,994 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getAllButtonFun -137 -debug -==> Preparing: select buttonid as id, funccode as parentid, BUTTONNAME as text, buttonurl as attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_FUNCBUTTON where buttonurl is not null and buttonurl != '' 2024-06-21 16:57:15,994 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getAllButtonFun -137 -debug -==> Parameters: 2024-06-21 16:57:15,995 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getAllButtonFun -137 -debug -<== Total: 0 2024-06-21 16:57:15,995 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree:select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:57:15,996 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Preparing: select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:57:15,996 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Parameters: 2024-06-21 16:57:15,997 [ main] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -<== Total: 57 2024-06-21 16:57:15,998 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.product.wfEngine.wfDefine.mapper.BsmBusinessTypeMapper.queryAllReleasedFlowList:select 'flowEng' as prod_type,businesstypeid as prod_code, bsmversion as prod_version,FLOWID,bsminfo,msgconfcode,limittimedays from bsm_businesstype 2024-06-21 16:57:15,998 [ main] DEBUG com.sundata.product.wfEngine.wfDefine.mapper.BsmBusinessTypeMapper.queryAllReleasedFlowList -137 -debug -==> Preparing: select 'flowEng' as prod_type,businesstypeid as prod_code, bsmversion as prod_version,FLOWID,bsminfo,msgconfcode,limittimedays from bsm_businesstype 2024-06-21 16:57:15,999 [ main] DEBUG com.sundata.product.wfEngine.wfDefine.mapper.BsmBusinessTypeMapper.queryAllReleasedFlowList -137 -debug -==> Parameters: 2024-06-21 16:57:16,013 [ main] DEBUG com.sundata.product.wfEngine.wfDefine.mapper.BsmBusinessTypeMapper.queryAllReleasedFlowList -137 -debug -<== Total: 0 2024-06-21 16:57:16,013 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.product.wfEngine.wfDefine.mapper.BsmTaskWorkUnitSetMapper.queryAllReleasedTaskList:select task.*,flow.BUSINESSTYPEID from BSM_TASKWORKUNITSET task,BSM_BUSINESSTYPE flow where task.flowid=flow.flowid 2024-06-21 16:57:16,013 [ main] DEBUG com.sundata.product.wfEngine.wfDefine.mapper.BsmTaskWorkUnitSetMapper.queryAllReleasedTaskList -137 -debug -==> Preparing: select task.*,flow.BUSINESSTYPEID from BSM_TASKWORKUNITSET task,BSM_BUSINESSTYPE flow where task.flowid=flow.flowid 2024-06-21 16:57:16,014 [ main] DEBUG com.sundata.product.wfEngine.wfDefine.mapper.BsmTaskWorkUnitSetMapper.queryAllReleasedTaskList -137 -debug -==> Parameters: 2024-06-21 16:57:16,017 [ main] DEBUG com.sundata.product.wfEngine.wfDefine.mapper.BsmTaskWorkUnitSetMapper.queryAllReleasedTaskList -137 -debug -<== Total: 0 2024-06-21 16:57:16,017 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.product.rfEngine.rfDefine.mapper.RfMethodMapper.selectRfMethod:select * from rf_method 2024-06-21 16:57:16,018 [ main] DEBUG com.sundata.product.rfEngine.rfDefine.mapper.RfMethodMapper.selectRfMethod -137 -debug -==> Preparing: select * from rf_method 2024-06-21 16:57:16,018 [ main] DEBUG com.sundata.product.rfEngine.rfDefine.mapper.RfMethodMapper.selectRfMethod -137 -debug -==> Parameters: 2024-06-21 16:57:16,023 [ main] DEBUG com.sundata.product.rfEngine.rfDefine.mapper.RfMethodMapper.selectRfMethod -137 -debug -<== Total: 44 2024-06-21 16:57:16,024 [ main] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.product.rfEngine.rfManage.mapper.RfAnalyticMapper.selectReleaseRuleflow:select a.prod_type, a.prod_code, a.prod_version, b.isstorage,b.MODELINFO from rf_systemdefine b left join sys_prod_define a on a.prod_code = b.systemcode and a.prod_version = b.version where a.prod_type = 'ruleflow' and a.prod_state = 'latest' 2024-06-21 16:57:16,024 [ main] DEBUG com.sundata.product.rfEngine.rfManage.mapper.RfAnalyticMapper.selectReleaseRuleflow -137 -debug -==> Preparing: select a.prod_type, a.prod_code, a.prod_version, b.isstorage,b.MODELINFO from rf_systemdefine b left join sys_prod_define a on a.prod_code = b.systemcode and a.prod_version = b.version where a.prod_type = 'ruleflow' and a.prod_state = 'latest' 2024-06-21 16:57:16,024 [ main] DEBUG com.sundata.product.rfEngine.rfManage.mapper.RfAnalyticMapper.selectReleaseRuleflow -137 -debug -==> Parameters: 2024-06-21 16:57:16,030 [ main] DEBUG com.sundata.product.rfEngine.rfManage.mapper.RfAnalyticMapper.selectReleaseRuleflow -137 -debug -<== Total: 0 2024-06-21 16:57:27,656 [ http-nio-8080-exec-2] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] -173 -log -Initializing Spring DispatcherServlet 'dispatcherServlet' 2024-06-21 16:57:27,656 [ http-nio-8080-exec-2] INFO org.springframework.web.servlet.DispatcherServlet -532 -initServletBean -Initializing Servlet 'dispatcherServlet' 2024-06-21 16:57:27,659 [ http-nio-8080-exec-2] INFO org.springframework.web.servlet.DispatcherServlet -554 -initServletBean -Completed initialization in 2 ms 2024-06-21 16:57:27,674 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/welcome 2024-06-21 16:57:27,674 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/welcome 2024-06-21 16:57:27,675 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:27,675 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:27,685 [ http-nio-8080-exec-2] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 32KB buffer from chunk 0 &10452992 2024-06-21 16:57:27,686 [ http-nio-8080-exec-2] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.OffHeapStorageArea -438 -expandData -Data area expanded from 32KB to 64KB [occupation=0.0] 2024-06-21 16:57:27,763 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree:select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:57:27,764 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Preparing: select FUNCCODE as id, FUNCNAME as text,PARENTCODE as parentid, url as attributes from SYS_FUNINFO a order by LEVELCODE,orderno,FUNCCODE 2024-06-21 16:57:27,764 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -==> Parameters: 2024-06-21 16:57:27,768 [ http-nio-8080-exec-2] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.queryFunTree -137 -debug -<== Total: 57 2024-06-21 16:57:27,931 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/welcome 2024-06-21 16:57:27,931 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:27,933 [ http-nio-8080-exec-3] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 32KB buffer from chunk 0 &10420224 2024-06-21 16:57:27,933 [ http-nio-8080-exec-3] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.OffHeapStorageArea -438 -expandData -Data area expanded from 32KB to 64KB [occupation=0.0] 2024-06-21 16:57:28,390 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:57:28,390 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:28,404 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdConvertEncryption":"SM4","showVerifyCode":false},"success":true} 2024-06-21 16:57:29,403 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:57:29,403 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:29,413 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(65,'admin','2024-06-21 16:57:29:408',1718960249412,'/doLogin','{"username":["admin"],"password":["***"]}','用户登录',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:57:30,433 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:57:30,434 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select coalesce(max(pwderrorcnt),0) from sys_user where loginname='admin' 2024-06-21 16:57:30,434 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:57:30,440 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:57:30,467 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin:select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname='admin' and a.psw='0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983' and rownum=1 2024-06-21 16:57:30,468 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Preparing: select a.account,a.psw,a.cnname,a.email,a.loginname, case when (b.depttype is null or b.depttype='') then b.orgcode else c.ORGCODE END orgcode, case when (b.depttype is null or b.depttype='') THEN b.orgname else c.orgname END as orgname, a.mobile,a.tel,a.userState,a.logOn,a.creattime,a.modifypwdate, b.ORGTYPE AS orgtype ,a.orgcode curOrgCode,b.orgname curOrgName, b.depttype from sys_user a LEFT JOIN SYS_ORGANIZATION b ON a.ORGCODE=b.ORGCODE LEFT JOIN SYS_ORGANIZATION c ON b.SUPERORGCODE=c.ORGCODE where a.loginname=? and a.psw=? and rownum=1 2024-06-21 16:57:30,468 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -==> Parameters: admin(String), 0BEC2A3E392E2C353DF6C79860B17700DDDBB13051C0505FE17C0C27BD037983(String) 2024-06-21 16:57:30,471 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryLogin -137 -debug -<== Total: 1 2024-06-21 16:57:30,472 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole:select roleid from SYS_USER_ROLE where account='admin' 2024-06-21 16:57:30,473 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Preparing: select roleid from SYS_USER_ROLE where account=? 2024-06-21 16:57:30,473 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -==> Parameters: admin(String) 2024-06-21 16:57:30,475 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryAllRole -137 -debug -<== Total: 1 2024-06-21 16:57:30,476 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg:SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG='000000' AND org.ORGTYPE='1headoffice' AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:57:30,477 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Preparing: SELECT org.* FROM sys_organization org ,SYS_ORGRELATIONAL r WHERE org.ORGCODE=r.ORGCODE AND r.UNDERORG=? AND org.ORGTYPE=? AND org.depttype is null ORDER BY org.orgtype DESC, org.orgcode desc 2024-06-21 16:57:30,478 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -==> Parameters: 000000(String), 1headoffice(String) 2024-06-21 16:57:30,479 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.orgmanage.mapper.SysOrganizationMapper.queryUpperOrg -137 -debug -<== Total: 0 2024-06-21 16:57:30,479 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doModify:update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:57:30,480 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Preparing: update sys_user set pwderrorcnt=0 where loginname='admin' 2024-06-21 16:57:30,480 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -==> Parameters: 2024-06-21 16:57:30,481 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doModify -137 -debug -<== Updates: 1 2024-06-21 16:57:30,494 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:30,494 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: select nounvalue from sys_noun where nounitem = 'ORGSTATE' 2024-06-21 16:57:30,495 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:57:30,495 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:57:30,497 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem:select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem='WORKDATE' and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem='WORKDATE' )a) 2024-06-21 16:57:30,497 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Preparing: select self.*, self.nounvalue as oldvalue from sys_noun self where self.nounitem=? and NOUNLEVEL=(select NOUNLEVEL from ( select min(NOUNLEVEL) as NOUNLEVEL from sys_noun where nounitem=? )a) 2024-06-21 16:57:30,498 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -==> Parameters: WORKDATE(String), WORKDATE(String) 2024-06-21 16:57:30,499 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryRootDicByNounitem -137 -debug -<== Total: 1 2024-06-21 16:57:30,500 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents:select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM='WORKDATE' and nounvalidity='1' order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:30,501 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Preparing: select NOUNVALUE as id, NOUNNAME as text, NOUNSUPER as parentid, NOUNLEVEL as nounlevel, READONLY, NOUNPROP as attributes from sys_noun where NOUNITEM=? and nounvalidity=? order by NOUNLEVEL asc,nounorder asc 2024-06-21 16:57:30,501 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -==> Parameters: WORKDATE(String), 1(String) 2024-06-21 16:57:30,502 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.nounmanage.mapper.SysNounMapper.queryDictContents -137 -debug -<== Total: 1 2024-06-21 16:57:30,540 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg:select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname ='admin' and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:57:30,541 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Preparing: select t.orgcode as id,r.orgname as text from sys_user t inner join sys_organization r on t.orgcode = r.orgcode where loginname =? and ( USERSTATE ='ONJOB' OR USERSTATE IS NULL ) 2024-06-21 16:57:30,541 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -==> Parameters: admin(String) 2024-06-21 16:57:30,543 [ http-nio-8080-exec-5] DEBUG com.sundata.admin.usermanage.mapper.SysUserMapper.queryManyOrg -137 -debug -<== Total: 1 2024-06-21 16:57:30,546 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.common.util.DBExecutor.doQuery:SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:57:30,546 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Preparing: SELECT psw FROM SYS_USER t WHERE t.ACCOUNT ='admin' 2024-06-21 16:57:30,547 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -==> Parameters: 2024-06-21 16:57:30,548 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.DBExecutor.doQuery -137 -debug -<== Total: 1 2024-06-21 16:57:30,556 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"data":{"pwdStat":"okey","orgList":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":null,"attribute":null,"children":null}]},"success":true} 2024-06-21 16:57:30,563 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/user/login 2024-06-21 16:57:30,564 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:30,571 [ http-nio-8080-exec-6] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource -319 -allocateFromFree -Allocating a 32KB buffer from chunk 0 &10387456 2024-06-21 16:57:30,572 [ http-nio-8080-exec-6] DEBUG org.ehcache.shadow.org.terracotta.offheapstore.paging.OffHeapStorageArea -438 -expandData -Data area expanded from 32KB to 64KB [occupation=0.0] 2024-06-21 16:57:30,587 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun:select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account='admin' ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG='000000' ) ) and f1.ORGTYPE >= '0root' order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:57:30,589 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Preparing: select f1.funccode as id,f1.PARENTCODE as parentid,f1.FUNCNAME as text, COALESCE(concat(f2.FUNCNAME,concat(',',COALESCE(f1.URL, ''))),',') AS attributes, f1.LEVELCODE,'' as iconCls,f1.ORDERNO FROM SYS_FUNINFO f1 LEFT JOIN SYS_FUNINFO f2 ON f2.FUNCCODE = f1.PARENTCODE where EXISTS ( select 1 from SYS_ROLERIGHT where f1.FUNCCODE=funccode and roleid in ( select roleid from sys_user_role where account=? ) ) AND EXISTS (SELECT 1 FROM SYS_FUNORGINFO WHERE FUNCCODE=f1.FUNCCODE AND ORGCODE in (SELECT ORGCODE FROM SYS_ORGRELATIONAL WHERE UNDERORG=? ) ) and f1.ORGTYPE >= ? order by f1.levelcode asc,f1.ORDERNO asc, f1.funccode 2024-06-21 16:57:30,590 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -==> Parameters: admin(String), 000000(String), 0root(String) 2024-06-21 16:57:30,595 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunInfoMapper.getUserFun -137 -debug -<== Total: 57 2024-06-21 16:57:30,596 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun:select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = 'admin' and t2.AUTHFLAG = '1' group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:57:30,596 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Preparing: select t2.buttonid as id, t2.funccode as parentid, MAX(t3.BUTTONNAME) as text, MAX(t3.buttonurl) attributes, '9' as LEVELCODE,'' as iconCls,'' as ORDERNO from SYS_USER_ROLE t1 ,SYS_ROLEFUNCBUT t2, SYS_FUNCBUTTON t3 where t2.BUTTONID = t3.BUTTONID and t1.ROLEID = t2.ROLEID and t3.buttonurl is not null and t3.buttonurl != '' and t1.ACCOUNT = ? and t2.AUTHFLAG = ? group by t2.FUNCCODE,t2.buttonid 2024-06-21 16:57:30,597 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -==> Parameters: admin(String), 1(String) 2024-06-21 16:57:30,598 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserButtonFun -137 -debug -<== Total: 0 2024-06-21 16:57:30,607 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton:select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account='admin' group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:57:30,608 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Preparing: select fun.url as funUrl, btn.BUTTONID from sys_user_role ur inner join SYS_ROLERIGHT rr on ur.ROLEID=rr.ROLEID inner join SYS_FUNINFO fun on rr.FUNCCODE=fun.FUNCCODE inner join SYS_FUNCBUTTON btn on fun.funccode=btn.FUNCCODE left join SYS_ROLEFUNCBUT rb on rr.ROLEID=rb.roleid and btn.FUNCCODE=rb.FUNCCODE and btn.BUTTONID=rb.BUTTONID where ur.account=? group by fun.url, btn.BUTTONID having sum(case when rb.AUTHFLAG ='1' then 1 else 0 end)=0 and sum(case when rb.AUTHFLAG ='1' then 0 else 1 end)>0 2024-06-21 16:57:30,609 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -==> Parameters: admin(String) 2024-06-21 16:57:30,610 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.funmanage.mapper.SysFunButtonInfoMapper.getUserCantButton -137 -debug -<== Total: 0 2024-06-21 16:57:30,614 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType:select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:57:30,615 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Preparing: select n.nounvalue from sys_role t left join SYS_NOUN n on t.roletype = n.nounvalue and n.nounitem ='roletype' where t.ROLEID in ('sysadmin') and t.roletype is not null order by n.NOUNORDER 2024-06-21 16:57:30,616 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -==> Parameters: 2024-06-21 16:57:30,617 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.rolemanage.mapper.SysRoleMapper.queryRoleType -137 -debug -<== Total: 0 2024-06-21 16:57:30,620 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne:select nounvalue from SYS_USERPARAM where nounitem='color' and account='admin' 2024-06-21 16:57:30,621 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Preparing: select nounvalue from SYS_USERPARAM where nounitem=? and account=? 2024-06-21 16:57:30,622 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -==> Parameters: color(String), admin(String) 2024-06-21 16:57:30,624 [ http-nio-8080-exec-6] DEBUG com.sundata.admin.nounmanage.mapper.SysUserParamMapper.queryOne -137 -debug -<== Total: 0 2024-06-21 16:57:30,639 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.HtmlUtil -76 -writeResp -response:{"success":true,"message":"","data":{"operAccess":{},"layout":"mix","currentUser":{"account":"admin","userName":"超级管理员","curOrgCode":"000000","curOrgName":"根机构","deptType":null,"orgCode":"000000","orgName":"根机构","orgtype":"0root","headOfficeCode":"000000","roleId":null,"roleList":["sysadmin"],"modifypwdate":"2024-06-21","devaccount":null,"devuserName":null,"logOn":"1","loginname":"admin"},"menuList":[{"key":"0","path":"","name":"系统菜单","icon":null,"children":[{"key":"M100000","path":"","name":"系统管理","icon":null,"children":[{"key":"M100100","path":"auth-mng","name":"用户权限管理","icon":null,"children":[{"key":"M100103","path":"/admin/orgmanage","name":"机构管理","icon":null,"children":null},{"key":"M100106","path":"/admin/usermanage","name":"用户管理","icon":null,"children":null},{"key":"M100102","path":"/admin/rolemanage","name":"角色管理","icon":null,"children":null},{"key":"M100105","path":"/admin/funmanage","name":"菜单管理","icon":null,"children":null},{"key":"M100109","path":"/admin/funorgmanage","name":"机构菜单管理","icon":null,"children":null},{"key":"M100310","path":"idata-mng","name":"数据补录","icon":null,"children":[{"key":"M100311","path":"/admin/excelmanage/impmtype","name":"数据模板定义","icon":null,"children":null},{"key":"M100313","path":"/admin/excelmanage/impandauditp","name":"数据补录及审核","icon":null,"children":null},{"key":"M100312","path":"/admin/excelmanage/importdataQuery","name":"数据补录查询","icon":null,"children":null}]}]},{"key":"M100300","path":"pub-mng","name":"公共机制管理","icon":null,"children":[{"key":"M100118","path":"/admin/innercodemanage","name":"序号管理","icon":null,"children":null},{"key":"M100210","path":"","name":"SQL编辑器","icon":null,"children":[{"key":"M10021004","path":"/admin/sqleditor/dataclassdef","name":"数据分类定义","icon":null,"children":null},{"key":"M10021001","path":"/admin/sqleditor/defOperate","name":"数据操作定义","icon":null,"children":null},{"key":"M10021003","path":"/admin/sqleditor/editorDefine","name":"编辑器定义","icon":null,"children":null},{"key":"M10021002","path":"/admin/sqleditor/variableDefine","name":"编辑器变量","icon":null,"children":null}]},{"key":"M100116","path":"/admin/excelmanage/rpt","name":"报表管理","icon":null,"children":null},{"key":"M100111","path":"/admin/msgmanage/msgmng","name":"信息发布","icon":null,"children":null},{"key":"M100120","path":"/admin/sqllogmanage","name":"数据处理","icon":null,"children":null},{"key":"M100122","path":"/admin/syslogmanage","name":"操作日志查询","icon":null,"children":null},{"key":"M100123","path":"/admin/holidaymanage","name":"节假日管理","icon":null,"children":null},{"key":"M100125","path":"/admin/messgsendmanage/messconfig","name":"消息发送配置","icon":null,"children":null}]},{"key":"M100200","path":"sys-mng","name":"参数字典管理","icon":null,"children":[{"key":"M100107","path":"/admin/nounmanage/PARAM/BUSDICT","name":"业务参数管理","icon":null,"children":null},{"key":"M100108","path":"/admin/nounmanage/PARAM/SYSDICT","name":"系统参数管理","icon":null,"children":null},{"key":"M100110","path":"/admin/nounorg","name":"机构业务参数管理","icon":null,"children":null}]},{"key":"M100600","path":"batch-mng","name":"批次配置管理","icon":null,"children":[{"key":"M100601","path":"/admin/batchmanage/batchcontrol","name":"批次步骤定义","icon":null,"children":null},{"key":"M100602","path":"/admin/batchmanage/batchlog","name":"批次日志查询","icon":null,"children":null},{"key":"M100603","path":"/admin/batchmanage/batchdispatch","name":"批次调度列表","icon":null,"children":null},{"key":"M100605","path":"/admin/batchmanage/batchinfo","name":"批次列表","icon":null,"children":null},{"key":"M100608","path":"/admin/batchmanage/batchgroup","name":"批次任务组","icon":null,"children":null},{"key":"M100606","path":"/admin/batchmanage/batchrunstate","name":"运维监控","icon":null,"children":null},{"key":"M100607","path":"/admin/batchmanage/batchstate","name":"任务信息","icon":null,"children":null}]}]},{"key":"M300000","path":"prod-base","name":"产品配置标准版本管理","icon":null,"children":[{"key":"M300300","path":"rt-dev","name":"开发平台","icon":null,"children":[{"key":"M300301","path":"/product/rdp/functionInfoManage","name":"功能","icon":null,"children":null},{"key":"M300302","path":"/product/rdp/logicsInfoManage","name":"逻辑组","icon":null,"children":null},{"key":"M300303","path":"/product/rdp/logicInfoManage","name":"单逻辑","icon":null,"children":null},{"key":"M300305","path":"/product/rdp/fastDemo","name":"快速原型","icon":null,"children":null},{"key":"M300306","path":"/product/rdp/v2tov3","name":"功能升级","icon":null,"children":null}]},{"key":"M300200","path":"/product/prodBase/initQueryImport","name":"导入情况查询","icon":null,"children":null}]},{"key":"M700000","path":"rf-eng","name":"规则引擎","icon":null,"children":[{"key":"M700300","path":"/product/prodBase/ruleflow","name":"规则管理","icon":null,"children":null},{"key":"M700100","path":"/rfEngine/rfAnalyse/init","name":"规则解析查询","icon":null,"children":null},{"key":"M700200","path":"/rfEngine/rfAnalyse/initTestRt","name":"规则测试信息结果查询","icon":null,"children":null},{"key":"M700400","path":"/rfEngine/rfDefine/toRuleNodeRelaList","name":"构件参数配置","icon":null,"children":null},{"key":"M700500","path":"/rfEngine/rfUpgrade","name":"规则升级","icon":null,"children":null}]},{"key":"M100500","path":"flow-eng","name":"流程引擎","icon":null,"children":[{"key":"M100501","path":"/wfEngine/bsmBusinessFlow","name":"流程定义","icon":null,"children":null},{"key":"M100502","path":"/wfEngine/moreTaskList","name":"任务列表","icon":null,"children":null},{"key":"M100503","path":"/wfEngine/wfsWorkFlowManage","name":"流程管理","icon":null,"children":null},{"key":"M100504","path":"/wfEngine/bsmBusinessUnit","name":"业务单元","icon":null,"children":null},{"key":"M100505","path":"/wfEngine/wfUpgrade","name":"旧流程升级","icon":null,"children":null}]}]}],"orgDict":[{"key":"000000","value":"000000","title":"根机构","label":"根机构","checked":false,"parentKey":"ROOT","attribute":null,"children":null}],"workDate":"2015-07-09","color":null,"roleType":null}} 2024-06-21 16:57:30,669 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.update:update sys_logs set execTime='2024-06-21 16:57:30:666', duration=1718960250668-duration, result='登录成功', state='1' where threadID=65 and state=' ' and execTime=( select execTime from ( select max(execTime) as execTime from sys_logs where threadID=65 and state=' ' )a ) 2024-06-21 16:57:33,473 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/functionInfoManage 2024-06-21 16:57:33,473 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/functionInfoManage 2024-06-21 16:57:33,473 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:33,473 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:33,480 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(67,'admin','2024-06-21 16:57:33:478',1718960253480,'/admin/nounmanage/getSltNounTree','{}','页面获取下拉框格式的树形字典',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:57:33,488 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(68,'admin','2024-06-21 16:57:33:485',1718960253486,'/product/prodBase/init','{}','初始化产品信息',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:57:33,566 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/functionInfoManage 2024-06-21 16:57:33,566 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:33,580 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(69,'admin','2024-06-21 16:57:33:575',1718960253578,'/product/prodBase/getDataList','{}','查询数据列表',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:57:33,622 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.product.prodBase.mapper.ProductMapper.selProductDefinequeryPage:select PROD_TYPE,PROD_CODE, issuename, issueversion,issuedate,issueid,prod_name, prod_version,Rec_Modifydate,REC_MODIFYID,VISIBLERANGE,Prod_State,prod_dept,orgname,prod_orgcode,module,x.nounname as prodtype from( select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('rdp') ) c left join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('rdp') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 union select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('rdp') ) c right join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('rdp') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 )t left join sys_noun x on t.prod_type = x.nounvalue and x.nounitem = 'PRODTYPE' where 1=1 order by (CASE WHEN REC_MODIFYDATE = ''OR REC_MODIFYDATE IS NULL THEN '99999999' END) DESC, issuedate desc,prod_code asc 2024-06-21 16:57:33,624 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PaginateInterceptor -54 -getCount -auto count query:select count(0) from (select PROD_TYPE,PROD_CODE, issuename, issueversion,issuedate,issueid,prod_name, prod_version,Rec_Modifydate,REC_MODIFYID,VISIBLERANGE,Prod_State,prod_dept,orgname,prod_orgcode,module,x.nounname as prodtype from( select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('rdp') ) c left join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('rdp') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 union select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('rdp') ) c right join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('rdp') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 )t left join sys_noun x on t.prod_type = x.nounvalue and x.nounitem = 'PRODTYPE' where 1=1 order by (CASE WHEN REC_MODIFYDATE = ''OR REC_MODIFYDATE IS NULL THEN '99999999' END) DESC, issuedate desc,prod_code asc) t 2024-06-21 16:57:33,653 [ http-nio-8080-exec-9] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.selProductDefinequeryPage -137 -debug -==> Preparing: select PROD_TYPE,PROD_CODE, issuename, issueversion,issuedate,issueid,prod_name, prod_version,Rec_Modifydate,REC_MODIFYID,VISIBLERANGE,Prod_State,prod_dept,orgname,prod_orgcode,module,x.nounname as prodtype from( select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('rdp') ) c left join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('rdp') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 union select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('rdp') ) c right join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('rdp') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 )t left join sys_noun x on t.prod_type = x.nounvalue and x.nounitem = 'PRODTYPE' where 1=1 order by (CASE WHEN REC_MODIFYDATE = ''OR REC_MODIFYDATE IS NULL THEN '99999999' END) DESC, issuedate desc,prod_code asc 2024-06-21 16:57:33,654 [ http-nio-8080-exec-9] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.selProductDefinequeryPage -137 -debug -==> Parameters: 2024-06-21 16:57:33,672 [ http-nio-8080-exec-9] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.selProductDefinequeryPage -137 -debug -<== Total: 0 2024-06-21 16:57:34,982 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/logicsInfoManage 2024-06-21 16:57:34,982 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:34,996 [ http-nio-8080-exec-10] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(70,'admin','2024-06-21 16:57:34:993',1718960254995,'/product/prodBase/init','{}','初始化产品信息',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:57:35,032 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/logicsInfoManage 2024-06-21 16:57:35,032 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:35,037 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(62,'admin','2024-06-21 16:57:35:036',1718960255037,'/product/prodBase/getDataList','{}','查询数据列表',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:57:35,044 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.product.prodBase.mapper.ProductMapper.selProductDefinequeryPage:select PROD_TYPE,PROD_CODE, issuename, issueversion,issuedate,issueid,prod_name, prod_version,Rec_Modifydate,REC_MODIFYID,VISIBLERANGE,Prod_State,prod_dept,orgname,prod_orgcode,module,x.nounname as prodtype from( select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('logs') ) c left join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('logs') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 union select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('logs') ) c right join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('logs') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 )t left join sys_noun x on t.prod_type = x.nounvalue and x.nounitem = 'PRODTYPE' where 1=1 order by (CASE WHEN REC_MODIFYDATE = ''OR REC_MODIFYDATE IS NULL THEN '99999999' END) DESC, issuedate desc,prod_code asc 2024-06-21 16:57:35,046 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.PaginateInterceptor -54 -getCount -auto count query:select count(0) from (select PROD_TYPE,PROD_CODE, issuename, issueversion,issuedate,issueid,prod_name, prod_version,Rec_Modifydate,REC_MODIFYID,VISIBLERANGE,Prod_State,prod_dept,orgname,prod_orgcode,module,x.nounname as prodtype from( select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('logs') ) c left join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('logs') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 union select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('logs') ) c right join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('logs') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 )t left join sys_noun x on t.prod_type = x.nounvalue and x.nounitem = 'PRODTYPE' where 1=1 order by (CASE WHEN REC_MODIFYDATE = ''OR REC_MODIFYDATE IS NULL THEN '99999999' END) DESC, issuedate desc,prod_code asc) t 2024-06-21 16:57:35,059 [ http-nio-8080-exec-2] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.selProductDefinequeryPage -137 -debug -==> Preparing: select PROD_TYPE,PROD_CODE, issuename, issueversion,issuedate,issueid,prod_name, prod_version,Rec_Modifydate,REC_MODIFYID,VISIBLERANGE,Prod_State,prod_dept,orgname,prod_orgcode,module,x.nounname as prodtype from( select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('logs') ) c left join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('logs') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 union select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('logs') ) c right join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('logs') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 )t left join sys_noun x on t.prod_type = x.nounvalue and x.nounitem = 'PRODTYPE' where 1=1 order by (CASE WHEN REC_MODIFYDATE = ''OR REC_MODIFYDATE IS NULL THEN '99999999' END) DESC, issuedate desc,prod_code asc 2024-06-21 16:57:35,059 [ http-nio-8080-exec-2] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.selProductDefinequeryPage -137 -debug -==> Parameters: 2024-06-21 16:57:35,072 [ http-nio-8080-exec-2] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.selProductDefinequeryPage -137 -debug -<== Total: 0 2024-06-21 16:57:35,821 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/logicInfoManage 2024-06-21 16:57:35,821 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:35,827 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(61,'admin','2024-06-21 16:57:35:825',1718960255826,'/product/prodBase/init','{}','初始化产品信息',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:57:35,877 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/logicInfoManage 2024-06-21 16:57:35,878 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:35,883 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(63,'admin','2024-06-21 16:57:35:882',1718960255883,'/product/prodBase/getDataList','{}','查询数据列表',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:57:35,892 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.product.prodBase.mapper.ProductMapper.selProductDefinequeryPage:select PROD_TYPE,PROD_CODE, issuename, issueversion,issuedate,issueid,prod_name, prod_version,Rec_Modifydate,REC_MODIFYID,VISIBLERANGE,Prod_State,prod_dept,orgname,prod_orgcode,module,x.nounname as prodtype from( select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('log') ) c left join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('log') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 union select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('log') ) c right join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('log') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 )t left join sys_noun x on t.prod_type = x.nounvalue and x.nounitem = 'PRODTYPE' where 1=1 order by (CASE WHEN REC_MODIFYDATE = ''OR REC_MODIFYDATE IS NULL THEN '99999999' END) DESC, issuedate desc,prod_code asc 2024-06-21 16:57:35,893 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.PaginateInterceptor -54 -getCount -auto count query:select count(0) from (select PROD_TYPE,PROD_CODE, issuename, issueversion,issuedate,issueid,prod_name, prod_version,Rec_Modifydate,REC_MODIFYID,VISIBLERANGE,Prod_State,prod_dept,orgname,prod_orgcode,module,x.nounname as prodtype from( select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('log') ) c left join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('log') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 union select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('log') ) c right join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('log') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 )t left join sys_noun x on t.prod_type = x.nounvalue and x.nounitem = 'PRODTYPE' where 1=1 order by (CASE WHEN REC_MODIFYDATE = ''OR REC_MODIFYDATE IS NULL THEN '99999999' END) DESC, issuedate desc,prod_code asc) t 2024-06-21 16:57:35,910 [ http-nio-8080-exec-3] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.selProductDefinequeryPage -137 -debug -==> Preparing: select PROD_TYPE,PROD_CODE, issuename, issueversion,issuedate,issueid,prod_name, prod_version,Rec_Modifydate,REC_MODIFYID,VISIBLERANGE,Prod_State,prod_dept,orgname,prod_orgcode,module,x.nounname as prodtype from( select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('log') ) c left join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('log') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 union select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('log') ) c right join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('log') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 )t left join sys_noun x on t.prod_type = x.nounvalue and x.nounitem = 'PRODTYPE' where 1=1 order by (CASE WHEN REC_MODIFYDATE = ''OR REC_MODIFYDATE IS NULL THEN '99999999' END) DESC, issuedate desc,prod_code asc 2024-06-21 16:57:35,911 [ http-nio-8080-exec-3] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.selProductDefinequeryPage -137 -debug -==> Parameters: 2024-06-21 16:57:35,927 [ http-nio-8080-exec-3] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.selProductDefinequeryPage -137 -debug -<== Total: 0 2024-06-21 16:57:36,405 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/fastDemo 2024-06-21 16:57:36,405 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:36,405 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/fastDemo 2024-06-21 16:57:36,406 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:36,411 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(64,'admin','2024-06-21 16:57:36:409',1718960256411,'/admin/nounmanage/getSltNounTree','{}','页面获取下拉框格式的树形字典',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:57:36,413 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(66,'admin','2024-06-21 16:57:36:411',1718960256412,'/admin/nounmanage/getSltNounTree','{}','页面获取下拉框格式的树形字典',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:57:36,415 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.product.rdp.templatemanage.mapper.RdpTemplateInfoMapper.getTemplateSlt:SELECT TNAME AS TEXT, TCODE AS ID FROM RDP_TEMPLATEINFO ORDER BY CREATDATE DESC 2024-06-21 16:57:36,417 [ http-nio-8080-exec-4] DEBUG com.sundata.product.rdp.templatemanage.mapper.RdpTemplateInfoMapper.getTemplateSlt -137 -debug -==> Preparing: SELECT TNAME AS TEXT, TCODE AS ID FROM RDP_TEMPLATEINFO ORDER BY CREATDATE DESC 2024-06-21 16:57:36,417 [ http-nio-8080-exec-4] DEBUG com.sundata.product.rdp.templatemanage.mapper.RdpTemplateInfoMapper.getTemplateSlt -137 -debug -==> Parameters: 2024-06-21 16:57:36,421 [ http-nio-8080-exec-4] DEBUG com.sundata.product.rdp.templatemanage.mapper.RdpTemplateInfoMapper.getTemplateSlt -137 -debug -<== Total: 4 2024-06-21 16:57:36,658 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/fastDemo 2024-06-21 16:57:36,659 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:36,668 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(65,'admin','2024-06-21 16:57:36:665',1718960256667,'/product/prodBase/queryProdIsExist','{"type":["rdp"]}','查询产品代码是否存在',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:57:36,678 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.product.prodBase.mapper.ProductMapper.queryProdIsExist:select count(*) from SYS_PROD_DEFINE A where a.prod_type='rdp' and a.prod_code= 2024-06-21 16:57:36,679 [ http-nio-8080-exec-5] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.queryProdIsExist -137 -debug -==> Preparing: select count(*) from SYS_PROD_DEFINE A where a.prod_type=? and a.prod_code=? 2024-06-21 16:57:36,679 [ http-nio-8080-exec-5] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.queryProdIsExist -137 -debug -==> Parameters: rdp(String), null 2024-06-21 16:57:36,687 [ http-nio-8080-exec-5] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.queryProdIsExist -137 -debug -<== Total: 1 2024-06-21 16:57:36,697 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/fastDemo 2024-06-21 16:57:36,698 [ http-nio-8080-exec-7] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:36,705 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(67,'admin','2024-06-21 16:57:36:702',1718960256704,'/product/prodBase/queryProdIsExist','{"type":["logs"]}','查询产品代码是否存在',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:57:36,709 [ http-nio-8080-exec-7] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.product.prodBase.mapper.ProductMapper.queryProdIsExist:select count(*) from SYS_PROD_DEFINE A where a.prod_type='logs' and a.prod_code= 2024-06-21 16:57:36,710 [ http-nio-8080-exec-7] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.queryProdIsExist -137 -debug -==> Preparing: select count(*) from SYS_PROD_DEFINE A where a.prod_type=? and a.prod_code=? 2024-06-21 16:57:36,711 [ http-nio-8080-exec-7] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.queryProdIsExist -137 -debug -==> Parameters: logs(String), null 2024-06-21 16:57:36,712 [ http-nio-8080-exec-7] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.queryProdIsExist -137 -debug -<== Total: 1 2024-06-21 16:57:36,728 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/fastDemo 2024-06-21 16:57:36,728 [ http-nio-8080-exec-8] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:36,735 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(68,'admin','2024-06-21 16:57:36:733',1718960256734,'/product/prodBase/queryProdIsExist','{"type":["log"]}','查询产品代码是否存在',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:57:36,738 [ http-nio-8080-exec-8] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.product.prodBase.mapper.ProductMapper.queryProdIsExist:select count(*) from SYS_PROD_DEFINE A where a.prod_type='log' and a.prod_code= 2024-06-21 16:57:36,739 [ http-nio-8080-exec-8] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.queryProdIsExist -137 -debug -==> Preparing: select count(*) from SYS_PROD_DEFINE A where a.prod_type=? and a.prod_code=? 2024-06-21 16:57:36,739 [ http-nio-8080-exec-8] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.queryProdIsExist -137 -debug -==> Parameters: log(String), null 2024-06-21 16:57:36,740 [ http-nio-8080-exec-8] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.queryProdIsExist -137 -debug -<== Total: 1 2024-06-21 16:57:37,975 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/prodBase/initQueryImport 2024-06-21 16:57:37,976 [ http-nio-8080-exec-9] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:37,981 [ http-nio-8080-exec-9] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(69,'admin','2024-06-21 16:57:37:980',1718960257980,'/admin/nounmanage/getSltNounTree','{}','页面获取下拉框格式的树形字典',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:57:38,012 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/prodBase/initQueryImport 2024-06-21 16:57:38,012 [ http-nio-8080-exec-10] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:38,017 [ http-nio-8080-exec-10] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(70,'admin','2024-06-21 16:57:38:016',1718960258016,'/product/prodBase/queryimport','{}','导入信息查询',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:57:38,030 [ http-nio-8080-exec-10] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.product.prodBase.mapper.ProductMapper.queryprodimportcount:select count(1) from sys_prod_impinfo 2024-06-21 16:57:38,031 [ http-nio-8080-exec-10] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.queryprodimportcount -137 -debug -==> Preparing: select count(1) from sys_prod_impinfo 2024-06-21 16:57:38,031 [ http-nio-8080-exec-10] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.queryprodimportcount -137 -debug -==> Parameters: 2024-06-21 16:57:38,034 [ http-nio-8080-exec-10] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.queryprodimportcount -137 -debug -<== Total: 1 2024-06-21 16:57:38,035 [ http-nio-8080-exec-10] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.product.prodBase.mapper.ProductMapper.queryprodimportqueryPage:select b.nounname as prodtype, a.importdate,b.NOUNNAME AS prod_type,a.prod_code,a.prod_version,d.NOUNNAME as importmode, a.newversion,a.oldversion, c.nounname as result, e.NOUNNAME as processmode,a.importid,a.messdate,a.messid from sys_prod_impinfo a left join sys_noun b on a.prod_type = b.nounvalue AND B.NOUNITEM='PRODTYPE' left join SYS_NOUN c on c.nounvalue = a.result and c.nounitem='prod_result' left join SYS_NOUN d on d.nounvalue = a.IMPORTMODE and d.nounitem='prod_importmode' left join SYS_NOUN e on e.nounvalue = a.processmode and e.nounitem='prod_process' WHERE 1 = 1 2024-06-21 16:57:38,036 [ http-nio-8080-exec-10] DEBUG com.sundata.common.interceptor.PaginateInterceptor -54 -getCount -auto count query:select count(0) from (select b.nounname as prodtype, a.importdate,b.NOUNNAME AS prod_type,a.prod_code,a.prod_version,d.NOUNNAME as importmode, a.newversion,a.oldversion, c.nounname as result, e.NOUNNAME as processmode,a.importid,a.messdate,a.messid from sys_prod_impinfo a left join sys_noun b on a.prod_type = b.nounvalue AND B.NOUNITEM='PRODTYPE' left join SYS_NOUN c on c.nounvalue = a.result and c.nounitem='prod_result' left join SYS_NOUN d on d.nounvalue = a.IMPORTMODE and d.nounitem='prod_importmode' left join SYS_NOUN e on e.nounvalue = a.processmode and e.nounitem='prod_process' WHERE 1 = 1) t 2024-06-21 16:57:38,040 [ http-nio-8080-exec-10] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.queryprodimportqueryPage -137 -debug -==> Preparing: select b.nounname as prodtype, a.importdate,b.NOUNNAME AS prod_type,a.prod_code,a.prod_version,d.NOUNNAME as importmode, a.newversion,a.oldversion, c.nounname as result, e.NOUNNAME as processmode,a.importid,a.messdate,a.messid from sys_prod_impinfo a left join sys_noun b on a.prod_type = b.nounvalue AND B.NOUNITEM='PRODTYPE' left join SYS_NOUN c on c.nounvalue = a.result and c.nounitem='prod_result' left join SYS_NOUN d on d.nounvalue = a.IMPORTMODE and d.nounitem='prod_importmode' left join SYS_NOUN e on e.nounvalue = a.processmode and e.nounitem='prod_process' WHERE 1 = 1 2024-06-21 16:57:38,041 [ http-nio-8080-exec-10] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.queryprodimportqueryPage -137 -debug -==> Parameters: 2024-06-21 16:57:38,058 [ http-nio-8080-exec-10] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.queryprodimportqueryPage -137 -debug -<== Total: 0 2024-06-21 16:57:39,007 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/prodBase/ruleflow 2024-06-21 16:57:39,007 [ http-nio-8080-exec-2] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:39,014 [ http-nio-8080-exec-2] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(62,'admin','2024-06-21 16:57:39:012',1718960259013,'/product/prodBase/init','{}','初始化产品信息',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:57:39,065 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/prodBase/ruleflow 2024-06-21 16:57:39,066 [ http-nio-8080-exec-1] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:39,071 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(61,'admin','2024-06-21 16:57:39:070',1718960259070,'/product/prodBase/getDataList','{}','查询数据列表',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:57:39,077 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.product.prodBase.mapper.ProductMapper.selProductDefinequeryPage:select PROD_TYPE,PROD_CODE, issuename, issueversion,issuedate,issueid,prod_name, prod_version,Rec_Modifydate,REC_MODIFYID,VISIBLERANGE,Prod_State,prod_dept,orgname,prod_orgcode,module,x.nounname as prodtype from( select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('ruleflow') ) c left join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('ruleflow') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 union select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('ruleflow') ) c right join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('ruleflow') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 )t left join sys_noun x on t.prod_type = x.nounvalue and x.nounitem = 'PRODTYPE' where 1=1 order by (CASE WHEN REC_MODIFYDATE = ''OR REC_MODIFYDATE IS NULL THEN '99999999' END) DESC, issuedate desc,prod_code asc 2024-06-21 16:57:39,078 [ http-nio-8080-exec-1] DEBUG com.sundata.common.interceptor.PaginateInterceptor -54 -getCount -auto count query:select count(0) from (select PROD_TYPE,PROD_CODE, issuename, issueversion,issuedate,issueid,prod_name, prod_version,Rec_Modifydate,REC_MODIFYID,VISIBLERANGE,Prod_State,prod_dept,orgname,prod_orgcode,module,x.nounname as prodtype from( select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('ruleflow') ) c left join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('ruleflow') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 union select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('ruleflow') ) c right join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('ruleflow') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 )t left join sys_noun x on t.prod_type = x.nounvalue and x.nounitem = 'PRODTYPE' where 1=1 order by (CASE WHEN REC_MODIFYDATE = ''OR REC_MODIFYDATE IS NULL THEN '99999999' END) DESC, issuedate desc,prod_code asc) t 2024-06-21 16:57:39,090 [ http-nio-8080-exec-1] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.selProductDefinequeryPage -137 -debug -==> Preparing: select PROD_TYPE,PROD_CODE, issuename, issueversion,issuedate,issueid,prod_name, prod_version,Rec_Modifydate,REC_MODIFYID,VISIBLERANGE,Prod_State,prod_dept,orgname,prod_orgcode,module,x.nounname as prodtype from( select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('ruleflow') ) c left join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('ruleflow') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 union select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('ruleflow') ) c right join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('ruleflow') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 )t left join sys_noun x on t.prod_type = x.nounvalue and x.nounitem = 'PRODTYPE' where 1=1 order by (CASE WHEN REC_MODIFYDATE = ''OR REC_MODIFYDATE IS NULL THEN '99999999' END) DESC, issuedate desc,prod_code asc 2024-06-21 16:57:39,091 [ http-nio-8080-exec-1] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.selProductDefinequeryPage -137 -debug -==> Parameters: 2024-06-21 16:57:39,106 [ http-nio-8080-exec-1] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.selProductDefinequeryPage -137 -debug -<== Total: 0 2024-06-21 16:57:40,048 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/rfEngine/rfAnalyse/initTestRt 2024-06-21 16:57:40,048 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/rfEngine/rfAnalyse/initTestRt 2024-06-21 16:57:40,049 [ http-nio-8080-exec-6] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:40,049 [ http-nio-8080-exec-3] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:40,053 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(66,'admin','2024-06-21 16:57:40:052',1718960260053,'/product/rfEngine/rfAnalyse/initTestRt','{}','规则测试信息结果查询->刷新',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:57:40,053 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(63,'admin','2024-06-21 16:57:40:052',1718960260053,'/product/rfEngine/rfAnalyse/showTestRt','{}','规则测试信息结果查询',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:57:40,058 [ http-nio-8080-exec-3] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.product.rfEngine.rfAnalyse.mapper.RfJobRunTestMapper.queryJobRunState:select state from rf_jobteststatus where tester='admin' 2024-06-21 16:57:40,058 [ http-nio-8080-exec-6] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.product.rfEngine.rfAnalyse.mapper.RfJobRunTestMapper.queryJobRunState:select state from rf_jobteststatus where tester='admin' 2024-06-21 16:57:40,058 [ http-nio-8080-exec-3] DEBUG com.sundata.product.rfEngine.rfAnalyse.mapper.RfJobRunTestMapper.queryJobRunState -137 -debug -==> Preparing: select state from rf_jobteststatus where tester=? 2024-06-21 16:57:40,059 [ http-nio-8080-exec-3] DEBUG com.sundata.product.rfEngine.rfAnalyse.mapper.RfJobRunTestMapper.queryJobRunState -137 -debug -==> Parameters: admin(String) 2024-06-21 16:57:40,059 [ http-nio-8080-exec-6] DEBUG com.sundata.product.rfEngine.rfAnalyse.mapper.RfJobRunTestMapper.queryJobRunState -137 -debug -==> Preparing: select state from rf_jobteststatus where tester=? 2024-06-21 16:57:40,059 [ http-nio-8080-exec-6] DEBUG com.sundata.product.rfEngine.rfAnalyse.mapper.RfJobRunTestMapper.queryJobRunState -137 -debug -==> Parameters: admin(String) 2024-06-21 16:57:40,064 [ http-nio-8080-exec-3] DEBUG com.sundata.product.rfEngine.rfAnalyse.mapper.RfJobRunTestMapper.queryJobRunState -137 -debug -<== Total: 0 2024-06-21 16:57:40,078 [ http-nio-8080-exec-6] DEBUG com.sundata.product.rfEngine.rfAnalyse.mapper.RfJobRunTestMapper.queryJobRunState -137 -debug -<== Total: 0 2024-06-21 16:57:40,544 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/rfEngine/rfDefine/toRuleNodeRelaList 2024-06-21 16:57:40,544 [ http-nio-8080-exec-4] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:57:40,552 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(64,'admin','2024-06-21 16:57:40:550',1718960260551,'/product/rfEngine/rfMethod/queryRuleNodeRelaList','{}','查询规则与节点关系列表数据',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:57:40,563 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.product.rfEngine.rfDefine.mapper.RfSystemDefineMapper.queryRuleNodeRelaqueryPage:SELECT DISTINCT a.prod_code,a.prod_version,a.prod_name,c.METHODNAME methodtype ,b.NODELABEL,b.NODEID,c.METHODID,'修改' as operStr FROM SYS_PROD_DEFINE a LEFT JOIN rf_rulenoderela b ON a.PROD_CODE = b.SYSTEMCODE AND a.PROD_VERSION = b.VERSION LEFT JOIN rf_method c ON b.NODETYPE = c.METHODID WHERE a.PROD_TYPE = 'ruleflow' AND a.PROD_STATE = 'latest' AND b.ISBUSI = '1' 2024-06-21 16:57:40,564 [ http-nio-8080-exec-4] DEBUG com.sundata.common.interceptor.PaginateInterceptor -54 -getCount -auto count query:select count(0) from (SELECT DISTINCT a.prod_code,a.prod_version,a.prod_name,c.METHODNAME methodtype ,b.NODELABEL,b.NODEID,c.METHODID,'修改' as operStr FROM SYS_PROD_DEFINE a LEFT JOIN rf_rulenoderela b ON a.PROD_CODE = b.SYSTEMCODE AND a.PROD_VERSION = b.VERSION LEFT JOIN rf_method c ON b.NODETYPE = c.METHODID WHERE a.PROD_TYPE = 'ruleflow' AND a.PROD_STATE = 'latest' AND b.ISBUSI = '1') t 2024-06-21 16:57:40,575 [ http-nio-8080-exec-4] DEBUG com.sundata.product.rfEngine.rfDefine.mapper.RfSystemDefineMapper.queryRuleNodeRelaqueryPage -137 -debug -==> Preparing: SELECT DISTINCT a.prod_code,a.prod_version,a.prod_name,c.METHODNAME methodtype ,b.NODELABEL,b.NODEID,c.METHODID,'修改' as operStr FROM SYS_PROD_DEFINE a LEFT JOIN rf_rulenoderela b ON a.PROD_CODE = b.SYSTEMCODE AND a.PROD_VERSION = b.VERSION LEFT JOIN rf_method c ON b.NODETYPE = c.METHODID WHERE a.PROD_TYPE = 'ruleflow' AND a.PROD_STATE = 'latest' AND b.ISBUSI = '1' 2024-06-21 16:57:40,576 [ http-nio-8080-exec-4] DEBUG com.sundata.product.rfEngine.rfDefine.mapper.RfSystemDefineMapper.queryRuleNodeRelaqueryPage -137 -debug -==> Parameters: 2024-06-21 16:57:40,580 [ http-nio-8080-exec-4] DEBUG com.sundata.product.rfEngine.rfDefine.mapper.RfSystemDefineMapper.queryRuleNodeRelaqueryPage -137 -debug -<== Total: 0 2024-06-21 16:58:13,304 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -71 -doFilter -======referer==http://localhost:8009/product/rdp/functionInfoManage 2024-06-21 16:58:13,305 [ http-nio-8080-exec-5] DEBUG com.sundata.common.util.LogUtil -72 -doFilter -===end===host==localhost:8080 2024-06-21 16:58:13,307 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.admin.syslogs.mapper.SysLogMapper.insert:insert into sys_logs(threadID, operator, execTime, duration, funcURL, funcParam, funcName, result, state,requestIp) values(65,'admin','2024-06-21 16:58:13:306',1718960293307,'/product/prodBase/getDataList','{}','查询数据列表',,' ','0:0:0:0:0:0:0:1') 2024-06-21 16:58:13,314 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PrintSqlInterceptor -51 -intercept -SQL :com.sundata.product.prodBase.mapper.ProductMapper.selProductDefinequeryPage:select PROD_TYPE,PROD_CODE, issuename, issueversion,issuedate,issueid,prod_name, prod_version,Rec_Modifydate,REC_MODIFYID,VISIBLERANGE,Prod_State,prod_dept,orgname,prod_orgcode,module,x.nounname as prodtype from( select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('rdp') ) c left join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('rdp') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 union select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('rdp') ) c right join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('rdp') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 )t left join sys_noun x on t.prod_type = x.nounvalue and x.nounitem = 'PRODTYPE' where 1=1 order by (CASE WHEN REC_MODIFYDATE = ''OR REC_MODIFYDATE IS NULL THEN '99999999' END) DESC, issuedate desc,prod_code asc 2024-06-21 16:58:13,314 [ http-nio-8080-exec-5] DEBUG com.sundata.common.interceptor.PaginateInterceptor -54 -getCount -auto count query:select count(0) from (select PROD_TYPE,PROD_CODE, issuename, issueversion,issuedate,issueid,prod_name, prod_version,Rec_Modifydate,REC_MODIFYID,VISIBLERANGE,Prod_State,prod_dept,orgname,prod_orgcode,module,x.nounname as prodtype from( select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('rdp') ) c left join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('rdp') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 union select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('rdp') ) c right join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('rdp') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 )t left join sys_noun x on t.prod_type = x.nounvalue and x.nounitem = 'PRODTYPE' where 1=1 order by (CASE WHEN REC_MODIFYDATE = ''OR REC_MODIFYDATE IS NULL THEN '99999999' END) DESC, issuedate desc,prod_code asc) t 2024-06-21 16:58:13,316 [ http-nio-8080-exec-5] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.selProductDefinequeryPage -137 -debug -==> Preparing: select PROD_TYPE,PROD_CODE, issuename, issueversion,issuedate,issueid,prod_name, prod_version,Rec_Modifydate,REC_MODIFYID,VISIBLERANGE,Prod_State,prod_dept,orgname,prod_orgcode,module,x.nounname as prodtype from( select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('rdp') ) c left join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('rdp') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 union select coalesce(C.PROD_TYPE, d.PROD_TYPE) PROD_TYPE, coalesce(C.PROD_CODE, d.PROD_CODE) PROD_CODE, c.prod_name issuename, c.prod_version issueversion, c.issuedate, c.REC_MODIFYID issueid, d.prod_name, d.prod_version, d.Rec_Modifydate, d.REC_MODIFYID, coalesce(d.VISIBLERANGE, c.VISIBLERANGE) VISIBLERANGE, coalesce(d.Prod_State, c.Prod_State) Prod_State, coalesce(d.prod_dept, c.prod_dept) prod_dept, coalesce(d.orgname, c.orgname) orgname, case when n.depttype is null or n.depttype = '' then n.orgcode else n.superorgcode end as prod_orgcode, c.module, c.changedesc from (select m.*,n.orgname from sys_prod_define m left join sys_organization n on m.prod_dept=n.orgcode where Prod_State = 'latest' and PROD_TYPE in ('rdp') ) c right join (select x.*,y.orgname from sys_prod_define x left join sys_organization y on x.prod_dept=y.orgcode where Prod_State in ('verifying', 'modifying') and PROD_TYPE in ('rdp') ) d on c.PROD_TYPE=d.PROD_TYPE and c.PROD_CODE=d.PROD_CODE left join SYS_ORGANIZATION n on n.orgcode = coalesce(d.prod_dept, c.prod_dept) where 1=1 )t left join sys_noun x on t.prod_type = x.nounvalue and x.nounitem = 'PRODTYPE' where 1=1 order by (CASE WHEN REC_MODIFYDATE = ''OR REC_MODIFYDATE IS NULL THEN '99999999' END) DESC, issuedate desc,prod_code asc 2024-06-21 16:58:13,316 [ http-nio-8080-exec-5] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.selProductDefinequeryPage -137 -debug -==> Parameters: 2024-06-21 16:58:13,317 [ http-nio-8080-exec-5] DEBUG com.sundata.product.prodBase.mapper.ProductMapper.selProductDefinequeryPage -137 -debug -<== Total: 0